div#all-container {
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    overflow: hidden;
    z-index: 10;
}
#responsive-menu-button {
    font-size: 40px;
    position: fixed;
    right: 20px;
    top: 17px;
    color: #FFF;
    z-index: 10000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 35px;
    height: 25px;
}
#responsive-menu-button {
    background: url("/img/icons/menu_responsive_flat.png");
    -webkit-transition: all 0.1s 0.4s;
    transition: all 0.1s 0.4s;
    background-size: contain;
    background-repeat: no-repeat;
}
#responsive-menu-button.open {
    background: url("/img/icons/exit_menu_responsive_flat.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.responsive_header_bar {
    background-color: #F97084;
    height: 60px;
    top: 0;
    right: 0;
    width: 100%;
    position: fixed;
    z-index: 20;
    -webkit-transition: background-color 0.4s 0.8s, width 0.4s;
    transition: background-color 0.4s 0.8s, width 0.4s;
    box-shadow: 0px 0px 4px 0px #3F3F3F;
}
.responsive_header_bar.open {
    width: 300px;
    box-shadow: none;
}
.responsive_header_bar .logo {
    line-height: 60px;
    font-size: 0;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
}
.responsive_header_bar.open .logo {
    opacity: 0;
}
div#responsive-menu-button img {
    width: 35px;
    height: 20px;
}
div#all-container.open #all-container-overlay {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0px;
    left: 0px;
    position: fixed;
}
div#responsive-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    height: 150%;
    background: #F97084;
    color: #FFFFFF;
    z-index: -1;
    overflow: hidden;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    box-shadow: 0px 0px 4px 0px #3F3F3F;
}
div#responsive-menu.open {
    z-index: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
div#responsive-menu ul {
    list-style: none;
    margin-top: 60px;
    padding: 0;
    min-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
div#responsive-menu li a {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
}
div#responsive-menu li {
    opacity: 0;
    -webkit-transform: translateX(100px) translateZ(-1000px);
    transform: translateX(100px) translateZ(-1000px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    height: 40px;
    line-height: 40px;
    padding-left: 18px;
}
div#responsive-menu li:hover {
    background: #E74F67;
}
div#responsive-menu.open li {
    opacity: 1;
    -webkit-transform: translateX(0) translateZ(0);
    transform: translateX(0) translateZ(0);
}
img.responsive-menu-icon {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
#responsive-menu li:nth-child(2) {
    -webkit-transition-delay: 0.04s;
    transition-delay: 0.04s;
}
#responsive-menu li:nth-child(3) {
    -webkit-transition-delay: 0.08s;
    transition-delay: 0.08s;
}
#responsive-menu li:nth-child(4) {
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
}
#responsive-menu li:nth-child(5) {
    -webkit-transition-delay: 0.16s;
    transition-delay: 0.16s;
}
#responsive-menu li:nth-child(6) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
#responsive-menu li:nth-child(7) {
    -webkit-transition-delay: 0.24s;
    transition-delay: 0.24s;
}
div#user-connexion-responsive {
    position: fixed;
    top: 3px;
    right: calc(100% - 70px);
    z-index: 1000;
    border-radius: 18px;
    z-index: 10000;
    width: 56px;
    height: 56px;
    padding: 9px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
div#user-connexion-responsive.open {
    right: 240px;
}
.responsive_header_bar .connexion-link {
    display: none;
    opacity: 0;
    -webkit-animation: display-block-transition 0.6s;
    animation: display-block-transition 0.6s;
}
.responsive_header_bar.open .connexion-link {
    position: absolute;
    top: 15px;
    left: 65px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle;
    z-index: 10;
    opacity: 1;
    display: block;
}
@-webkit-keyframes display-block-transition {
    0% {
        opacity: 0;
    }
    75% {
        display: block;
        opacity: 0;
    }
    100% {
        opacity: 1;
        display: none;
    }
}
.connexion-round-button {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-color: transparent;
    border: 0;
}
div#user-menu-responsive {
    display: none;
    position: fixed;
    top: 4px;
    right: calc(100% - 70px);
    z-index: 10000;
    width: 52px;
    height: 52px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
div#user-menu-responsive.open {
    right: 240px;
    border: 1px solid #ffffff;
    border-radius: 100%;
}
div#user-menu-responsive .image {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 2px solid #F97084;
}
div#all-container-overlay {
    transition: background-color 0.4s;
    -webkit-transition: background-color 0.4s;
}
div#all-container.open {
    transform: translateX(-300px);
    -webkit-transform: translateX(-300px);
}
.responsive_header_bar {
    display: none;
}
.integrated_video {
    max-width: 100%;
}
/* Large desktops and laptops */

@media (max-width: 1200px) {
    #histoire-list-admin div.histoire-img {
        display: block;
        background: none;
        margin: auto;
        float: none;
        text-align: center;
        max-width: inherit;
    }
    #histoire-list-admin div.histoire-titre {
        width: inherit;
        margin-left: 10px;
        width: 100%;
        margin: 20px 0 5px 0;
        text-align: center;
    }
    #histoire-list-admin div.histoire-text {
        line-height: inherit;
        min-height: inherit;
        margin-top: 20px;
        width: 100%;
        margin: 10px 0px;
        text-align: center;
        min-height: initial;
    }
    #histoire-list div.histoire-img {
        width: 315px;
        height: 315px;
    }
    #histoire-list .histoire-img div.image {
        width: 275px;
        height: 275px;
    }
    div.histoire-text-container {
        width: 315px;
        height: 315px;
    }
    #histoire-list div.histoire-text {
        width: 275px;
        height: 275px;
    }
    div#histoire-list {
        width: 680px;
        height: 390px;
    }
    div.infos-contact-line {
        padding: 0;
    }
    .owl-carousel .owl-item img.actualite-wedzem-image {
        width: 215px;
        height: 215px;
        margin-top: 15%;
    }
}
/* Large desktops and laptops */

@media (min-width: 1200px) {
    .responsive-visible {
        display: none;
    }
}
@media (min-width: 1250px) {
    #header > .navbar-collapse > .container {
        width: 1200px;
    }
}
@media (max-width: 1100px) {
    .home-selector-img {
        width: 100px;
    }
}
@media (max-width: 1200px) {
    .navbar-collapse {
        padding-right: 0px;
        padding-left: 0px;
    }
    #header nav ul.nav-main li a {
        font-size: .9em;
    }
    div#user-name-menu {
        font-size: .9em;
    }
    .navbar-collapse.nav-main-collapse.collapse .container {
        padding-left: 0;
        padding-right: 0;
    }
    #mainMenu div.image {
        height: 30px;
        width: 30px;
        margin-right: 5px;
        margin-top: 5px;
    }
    .navbar-collapse .container {
        width: 100%;
    }
    .tabs-left .informations-content .tab-content {
        background: #FFFFFF;
        padding: 0 10px;
    }
    .panel-title {
        width: 190px;
    }
    div#region-dep-home-prestataires ul li {
        width: 228px;
    }
    div#region-dep-home-prestataires ul.region-dep-list-box {
        padding: 5px 10px 15px 10px;
    }
}
@media (max-width: 991px) {
    div.menu-separator {
        width: 0px;
        padding: 0;
    }
    #header .logo img {
        max-width: 120px;
        height: auto;
        vert-align: middle;
    }
    .home-selector-img {
        width: 50px;
        background: #F97084!important;
    }
    #header > .navbar-collapse > .container {
        width: 100%;
    }
    form#article-form-datas .label-over {
        width: 100%;
    }
    form#article-form-datas .col-md-8 {
        width: 100%;
    }
    ul.column-name-panel.tab-cagnotte-titles {
        display: none;
    }
    div.cagnotte-data {
        width: 100%;
        float: none;
    }
    div.cagnotte-title {
        width: 100%;
        float: none;
    }
    .etat-cagnotte li {
        height: inherit;
    }
    ul.column-name-panel {
        display: none;
    }
    div.nom-participant,
    div.mot-participant,
    div.prix-article-participations {
        width: 100%;
        float: none;
        word-break: break-all;
    }
    .noms-article-participations {
        width: 100%;
        float: none;
        margin-top: 5px;
        border-top: 1px solid #DDD;
        padding: 10px 0 10px 0px;
        text-align: center;
    }
    div#main-img-histoire-form {
        width: 150px;
        height: 150px;
    }
    .big-round-icon.responsive_hidden {
        display: none;
    }
    .presentation-mariage-bandeau.col-md-2.responsive_hidden {
        display: none;
    }
    .padded-form {
        padding: 20px 0;
    }
    input#cgu-checked {
        width: 20px;
        height: 20px;
        margin: auto;
        display: block;
    }
    .label-beside label {
        width: 100%;
        float: none;
    }
    .label-beside input.form-control.input,
    .label-beside select.form-control.select,
    .label-beside .btn,
    .label-beside .multi-fields-form {
        width: 100%;
        float: none;
        margin: 5px 0;
    }
    .informations-content div.howto-box {
        padding: 10px 10px 10px 10px;
        text-align: center;
    }
    div.number-title {
        float: none;
        margin: 20px auto 5px auto;
    }
    div.informations-content div.mini-separator {
        margin: 0 auto 15px auto;
    }
    div.informations-content .howto-box h2 {
        margin: 0px 0px 10px 0;
    }
    .informations-howto-img {
        text-align: center;
        width: 100%;
        padding: 0 40px;
    }
    div.howto-box {
        width: 48%;
        margin: 10px 1%;
    }
    .list-mariage li {
        width: 48%;
    }
    .responsive-full {
        width: 100%;
        float: none;
    }
    .responsive-bottom-marged {
        margin-bottom: 15px;
    }
    /*----------------------- Footer START ----------------------- */

    #footer .container .footer-infos-pictos {
        width: 49.4%;
    }
    #footer span.link-footer {
        padding: 4px 10px 4px 0;
    }
    #footer span.link-footer:before {
        padding-right: 10px;
    }
    /*----------------------- Page Inscription mariage START ----------------------- */

    div.and_separator_big {
        margin-top: 0px!important;
        margin-bottom: 10px;
    }
    input#datemariage,
    input#mariage_date,
    input#datecagnotte,
    input#cagnotte_date {
        width: 100%;
        float: none;
        margin: 0;
    }
    div.tab-content-inner {
        padding: 0px 15px 30px 15px;
    }
    div.form-group.medium-form {
        width: 95%;
    }
    .nav-pills.sort-source li {
        margin-bottom: 10px;
    }
    #article-form div.imgs-article {
        float: none;
        margin: auto;
    }
    div.cagnotte-data {
        width: 100%;
        float: none;
    }
    div.cagnotte-title {
        width: 100%;
        float: none;
    }
    div.cagnotte-icon-img,
    div.cagnotte-icon {
        width: 100%;
        display: block;
        background: #F97084;
        text-align: center;
    }
    .etat-cagnotte li {
        height: inherit;
    }
    #blog .tab-content-top ul.nav.nav-pills.sort-source {
        text-align: center;
        float: none;
    }
    #blog .panel-title {
        width: 100%;
    }
    #blog div.tab-content-top {
        height: auto;
    }
    #histoire-list-admin div.histoire-img {
        display: block;
        background: none;
        margin: auto;
        float: none;
        text-align: center;
        max-width: inherit;
    }
    #histoire-list-admin div.histoire-titre {
        width: inherit;
        margin-left: 10px;
        width: 100%;
        margin: 20px 0 5px 0;
        text-align: center;
    }
    #histoire-list-admin div.histoire-text {
        line-height: inherit;
        min-height: inherit;
        margin-top: 20px;
        width: 100%;
        margin: 10px 0px;
        text-align: center;
        min-height: initial;
    }
    #histoire-list-admin .histoire-element .suppress-item {
        right: 5px;
    }
    #histoire-list-admin div.edit-item.img-icon-btn {
        right: 30px;
    }
    div.down-item.icon-btn {
        right: 10px;
        top: 35px;
    }
    div.up-item.icon-btn {
        right: 35px;
        top: 35px;
    }
    ul.column-name-panel {
        display: none;
    }
    .col-md-3.responsive-beside {
        width: 33%;
        float: left;
    }
    .col-md-9.responsive-beside {
        width: 66%;
        float: left;
    }
    #histoire-list div.histoire-img,
    div.histoire-text-container,
    #histoire-list div.histoire-text {
        width: 100%;
        height: 50%;
        margin: 0;
        border-radius: 0;
        border: none;
        padding: 0;
        box-shadow: none;
    }
    #histoire-list .histoire-img div.image {
        width: 100%;
        height: 100%;
        border-radius: 0;
        margin: 0;
    }
    div#histoire-list {
        width: 460px;
        height: 500px;
        margin: 0px auto 0 auto;
        padding-top: 35px;
    }
    #histoire-list div.histoire-text {
        line-height: normal;
        margin-top: 20px;
    }
    div#message-no-histoire {
        line-height: inherit;
        margin-top: 50%;
    }
    #histoire-list div.histoire-text .histoire-titre {
        margin-bottom: 20px;
    }
    .tab-content>.tab-pane#histoire {
        width: 100%;
    }
    #histoire-list .histoire-element {
        width: 100%;
        height: inherit;
    }
    div#histoire-list {
        width: 100%;
    }
    div#faitesvousplaisir {
        text-align: center;
        padding: 0px;
        background: #F97084;
        height: auto;
    }
    #faitesvousplaisir img {
        display: inline-block;
        margin: 0;
        float: none;
    }
    button.faitesvousplaisir-btn.shadowed-section {
        float: none;
        display: initial;
        margin: 0;
    }
    div.faitesvousplaisir {
        float: none;
        line-height: 20px;
    }
    .col-md-4.presse-article {
        width: 50%;
        float: left;
    }
    input#mariage_url {
        width: 100%;
    }
    .domain-url-before-input {
        margin-left: 0;
        float: none;
    }
    .tabs-left .informations-content .tab-content {
        background: #FFFFFF;
        padding: 0 10px;
    }
    .howto-box-arrow-container {
        display: none;
    }
    .how-to-text p {
        max-width: inherit;
    }
    .how-to-text {
        padding: 10px;
    }
    img.howto-icon {
        margin-top: 20px;
    }
    div.big-title-top {
        margin-bottom: 10px;
    }
    div#tarifs p {
        text-align: center;
    }
    div#tarifs li {
        text-align: center;
        list-style: none;
    }
    .responsive-margin-bottom-medium {
        margin-bottom: 25px;
    }
    div.infos-contact-box {
        margin: 25px 0 10px 0;
    }
    form#contact-form {
        padding: 0 20px;
    }
    .center.contact-text {
        margin-bottom: 20px;
    }
    .line-right {
        border-right: none;
    }
    .mentions-legale-box {
        min-height: inherit;
    }
    .list-box-image {
        max-width: 450px;
        margin: auto;
    }
    .list-box-container {
        background: none;
        border: none;
    }
    .owl-carousel .owl-item img.actualite-wedzem-image {
        margin: 0 auto 25px auto;
    }
    .blog-entrie {
        text-align: center;
    }
    .center .img-responsive {
        margin-left: auto;
        margin-right: auto;
    }
    p.rp-infos {
        text-align: center;
        margin-top: 30px;
    }
    .presse-info-box a h4 {
        margin-bottom: 20px;
    }
    #header nav ul.nav-main > .menu-panier-li #menu-panier {
        padding: 3px 1px 0 0;
    }
    .presse-slider {
        background-size: inherit;
        background-position: 50% 0;
    }
    .presse-video-container {
        height: 350px;
    }
    div.ribbon-button {
        margin: 0 auto 60px auto;
    }
    #list-article-press .presse-image-container img {
        max-width: 100%;
        height: inherit;
    }
    form#prestataire-home-form .input-recherche {
        max-width: 265px;
    }
    div#partenaire-location-box ul li {
        width: 215px;
    }
    div#partenaire-activite-box ul li {
        width: 215px;
    }
    div#partenaire-activite-box {
        padding: 15px 2px 15px 15px;
    }
    /* ----------------------- HOME PRESTATAIRE START ------------------------------ */
    /* ----------------------- HOME PRESTATAIRE END ------------------------------ */
}
/*Portrait tablets and small desktops*/

@media (min-width: 768px) and (max-width: 991px) {
    /*        header#header.single-menu {
                display: none;
            }*/
    /*        .responsive-visible{
                display: block;
            }
            .responsive_hidden{
                display: none;
            }*/

    .tablet_hidden {
        display: none;
    }
}
/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
    .breadcrumbs-container {
        width: 100%;
        padding: 15px 0 10px 20px;
    }
    .responsive_visible {
        display: block;
    }
    .responsive_hidden {
        display: none;
    }
    div.responsive_no_margin {
        margin: 0;
    }
    #responsive-menu {
        display: block;
    }
    header#header.single-menu {
        display: none;
    }
    div#user-menu-responsive {
        display: block;
    }
    div#responsive-menu-button {
        display: block;
    }
    .message-box {
        padding: 20px;
    }
    .responsive_header_bar {
        display: block;
    }
    .responsive_header_bar.open .logo a {
        pointer-events: none;
    }
    div.container.main-content {
        margin-top: 80px;
        position: relative;
        padding: 0;
    }
    .modal-body {
        padding: 15px;
        max-height: 90%;
        overflow-y: scroll;
    }
    .modal-dialog {
        max-height: 90%;
        overflow: auto;
    }
    div#confirmBox {
        left: 10px;
        right: 10px;
        margin: auto;
    }
    div#connexion-modal .modal-dialog {
        width: inherit;
    }
    #home .home-top-button {
        top: 59%;
    }
    #home .home-top-slogan {
        font-size: 26px;
    }
    .btn {
        margin-bottom: 5px;
    }
    .modal-content {
        max-height: 90%;
    }
    div.big-title-top {
        margin-bottom: 10px;
    }
    /*----------------------- Page Accueil START ----------------------- */

    .home-top-slogan {
        font-size: 22px;
        top: 25%;
        padding: 0 5%;
    }
    div#home_img {
        min-height: 480px!important;
        height: 650px;
    }
    #home .home-switcher-button {
        width: 50%;
        float: left;
        padding: 0;
    }
    .home-switcher-button-separator {
        margin-left: -1px;
        float: left;
        padding: 0;
        text-align: center;
    }
    span.switcher-button-text {
        text-align: center;
        display: block;
    }
    .switcher-button-img + .switcher-button-text {
        margin-left: 0px;
    }
    .switcher-button-text + .switcher-button-img {
        margin-left: 0px;
    }
    .functionalities-box,
    .functionalities-box-two {
        width: 100%;
        height: 350px;
        margin-bottom: 15px;
    }
    .functionalities-box + .functionalities-box,
    .functionalities-box-two + .functionalities-box-two {
        margin-left: 0;
    }
    .functionalities-box-two {
        margin-left: 0;
    }
    .liste-activite-region-item {
        width: 33%;
        min-height: inherit;
    }
    div.fonctionalites-box p {
        height: inherit;
        margin: 0 auto 35px auto;
        max-width: 600px;
    }
    .decoration-title {
        display: none;
    }
    .home-top-slogan .home-top-logo {
        display: none;
    }
    .home-switche-left .circle-home-selector,
    .home-switche-right .circle-home-selector {
        display: none;
    }
    .home-selector-img {
        display: none;
    }
    #home .home-switcher-button {
        width: 100%;
        position: initial;
        float: none;
        text-align: center;
    }
    #home .home-switcher-button {
        width: 100%;
        position: initial;
        float: none;
        text-align: center;
    }
    #home .home-switcher {
        height: 140px;
    }
    #home .home-switcher-button-separator {
        display: block;
        width: 100%;
        height: 1px;
    }
    .enluminure-home-title h2 {
        font-size: 1em;
        line-height: 31px;
        margin-top: 0;
        margin-bottom: 41px;
        max-width: 82%;
    }
    .owl-carousel .owl-item img.actualite-wedzem-image {
        margin: 0 auto 20px auto;
    }
    .home-video-container {
        width: 100%;
        height: 252px;
        margin-bottom: 35px;
    }
    .blog-entrie {
        text-align: center;
    }
    .fonctionalites-box p,
    .big-lateral-padded {
        padding: 0 20px;
    }
    #footer .line-footer.medium {
        margin: 10px 0;
    }
    .line-footer {
        margin: 10px 0;
    }
    .presse-slider .owl-carousel .owl-nav .owl-prev {
        left: -35px;
    }
    .presse-slider .owl-carousel .owl-nav .owl-next {
        right: -35px;
    }
    ul.activite-list-box.isotope {
        padding: 0;
    }
    #activites ul.activite-list-box li {
        width: 48%;
    }
    .home-button-container {
        display: block;
    }
    .enluminure-home-title p {
        font-size: 30px;
    }
    /*----------------------- Page Accueil END ----------------------- */
    /*----------------------- Home V3 start ----------------------- */

    .subtitle-text {
        font-size: 18px;
        padding-top: 01px;
        line-height: 30px;
    }
    .create-your-wedding-subtitle {
        padding-top: 1px;
    }
    .row-left {
        float: center;
        width: 100%;
    }
    .row-right {
        float: center;
        width: 100%;
    }
    .create-your-wedding-image {
        float: center;
        max-width: 100%;
        height: auto;
        padding-top: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
        padding-left: 5%;
        display: block;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .search-partners >p {
        padding: 20px 0 20px;
        width: 300px;
        height: 75px;
        font-family: 'courgette'sans-serif;
        font-weight: 500;
        font-size: 18px
    }
    .search-partners >form {
        width: 80%;
        padding-left: 2%;
        padding-right: 2% position: center;
    }
    .search-partners {
        height: 260px;
    }
    form#prestataire-home-form .input-recherche {
        width: 100%;
        margin-bottom: 15px
    }
    .create-your-wedding-text p {
        text-align: center;
        max-width: 100%;
        text-align: center;
        padding-top: 5%;
        padding-right: 5%;
        padding-bottom: 5%;
        padding-left: 5%;
        display: block;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        /* margin: 0 0 10px; */
    }
    .create-your-wedding-desc:after {
        background: none;
    }
    .create-your-wedding-subtitle:after {
        background: none;
    }
    .wedding-guide-title h2 {
        width: 100%;
        padding-left: 1px;
    }
    .wedding-guide-title {
        width: auto;
    }
    .wedding-guide > p {
        width: 90%;
    }
    .wedding-guide {
        height: 450px;
    }
    .wedding-guide-title img {
        display: none;
    }
    .video-js {
        display: block;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .video-press-left {
        width: auto;
        height: auto;
        float: none;
        margin: 10px 10px 10px 10px;
        max-width: 100%;
    }
    .vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
        margin-left: none;
        margin-top: none;
    }
    .video-press-right {
        width: auto;
        height: auto;
        float: none;
        margin: 10px 10px 10px 10px;
        max-width: 100%;
    }
    .press-about-us {
        height: auto;
    }
    .video-press-subtext>p>img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 15px;
    }
    .video-press-subtext {
        margin-bottom: 0px;
        padding-top: 20px;
        margin-top: 0px;
        padding-bottom: 50px;
    }
    .video-press-subtext>p {
        text-align: center;
    }
    .press-headers {
        display: none;
    }
    .press-backlinks {
        margin-bottom: 20px;
    }
    .btn-create-your-wedding {
        text-align: center;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        padding: 11px;
    }
    div.home-section {
        background-image: none
    }
    .create-your-wedding {
        padding-top: 0px
    }
    .create-your-wedding-subtitle {
        line-height: 25px;
        padding-bottom: 0;
        height: auto;
    }
    .home-section {
        padding-bottom: 0;
        padding-top: 0;
    }
    .press-about-us-video {
        height: auto;
    }
    div#tele-matin.video-js.vjs-default-skin.vjs-big-play-centered.vjs-paused.vjs-controls-enabled.vjs-user-active {
        /* width: 441px; */
        /* height: 273.5px; */
    }
    div#19-20.video-js.vjs-default-skin.vjs-big-play-centered.vjs-paused.vjs-youtube.vjs-controls-enabled.vjs-user-inactive {
        /* width: 441px; */
        /* height: 273.5px; */
    }
    .btn-check-our-guide {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }
    .home-top-slogan a {
        line-height: 30px;
        font-size: 1.1em;
    }
    /*----------------------- Home V3 End ----------------------- */
    /*----------------------- Home V4 Start ----------------------- */

    .open-home__argument {
        display: block;
        height: auto;
        direction: ltr;
    }
    .open-home-argument__illu {
        height: 200px;
    }
    .open-home-argument__illu,
    .open-home-argument__text {
        display: block;
    }
    .open-home__argument .text {
        padding: 40px 0 65px !important;
        width: 80%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .open-home__features .open-home__features--half {
        width: 100%;
        margin: 0;
        border: none;
        float: none;
    }
    .open-home__features .open-home__features--half:last-child {
        margin-top: 50px;
    }
    .open-home__features {
        padding: 35px 0px 0px 0px;
    }
    .open-home__argument:nth-child(even) .text {
        text-align: justify
    }
    .open-home__argument:nth-child(even) {
        direction: ltr
    }
    .open-home__main p br {
        display: none
    }
    .open-home__main h2 {
        text-align: center
    }
    .open-home__features p br {
        display: none
    }
    .open-home__features h3 {
        font-weight: 500
    }
    br#br-home {
        display: none
    }
    #home .home-top-slogan {
        line-height: 30px;
    }
    div.home-button-container {
        margin-top: 10px!important;
    }
    .open-home__main p {
        text-align: center;
        line-height: 1.4em;
    }
    .open-home__content {
        padding-left: 0px;
        padding-right: 0px;
    }
    .open-home__features--table {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .text-box-seo h2 {
        line-height: normal
    }
    .text-box-seo{
        height: inherit;
    }
    .section.title.center h2 {
        line-height: normal;
        font-size: 1.5em;
    }
    div#region-dep-home-prestataires h2 {
        line-height: normal;
        font-size: 1.5em;
    }
    /*----------------------- Home V4 End ----------------------- */
    /*----------------------- Page informations START ----------------------- */

    .informations-content .breadcrumbs-container {
        width: 100%;
        padding: 15px 0 10px 30px;
        background: #FFFFFF;
        margin-left: 35px;
    }
    .informations-content div.howto-box p {
        margin-bottom: 30px;
        float: none;
        padding: 0 11%;
    }
    img.howto-icon {
        margin-top: 0px;
    }
    .no-padding-right {
        padding: 0;
    }
    div#user-menu-responsive.open .menu-user {
        position: absolute;
        left: 63px;
        top: 0;
        display: block;
        opacity: 1;
        width: 220px;
        background-color: #FFFFFF;
        border-radius: 4px;
    }
    div#user-menu-responsive .menu-user:after {
        content: '';
        position: absolute;
        top: 19px;
        left: -4px;
        background: #FFFFFF;
        width: 15px;
        height: 15px;
        z-index: -1;
        transform: rotate(45deg);
    }
    div#user-menu-responsive.open .menu-user a {
        color: #F97084;
        line-height: 50px;
        font-size: 14px;
        height: 50px;
        width: 50%;
        float: left;
        text-transform: uppercase;
        text-align: center;
    }
    div#user-menu-responsive.open .menu-user a:first-child {
        border-right: 1px solid #F9F9F9;
    }
    .tabs-vertical {
        display: block;
        position: relative;
        /* margin-left: -15px; */
    }
    div.menu-left {
        position: absolute;
        vertical-align: top;
        left: 0;
        width: 50px;
        z-index: 10;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    .menu-left-content {
        width: 45px;
    }
    .tabs.tabs-vertical.tabs-left ul.nav-tabs.menu-informations li a {
        width: 50px;
        padding-left: 9px;
    }
    .tabs-vertical .nav-tabs>li {
        display: block;
        width: 37px;
        height: 45px;
        /* border-right: 1px solid #fefefe; */
    }
    .informations-content {
        /* margin-left: -15px; */

        width: 100%;
        padding: 0 15px;
        background: none;
    }
    .faq-box,
    div.shadowed-section.contact-box,
    .informations-content div.howto-box {
        padding: 0px 10px;
    }
    div.lined-section,
    div.lined-section.tarif {
        padding: 15px 20px;
    }
    .informations-box p {
        padding: 5px 10px;
    }
    .informations-howto-img {
        text-align: center;
        margin-bottom: 20px;
    }
    div.big-icon-left {
        width: 100%;
        text-align: center;
        float: none;
    }
    .informations-box h3 {
        padding: 20px 10px;
        text-align: center;
    }
    div.infos-contact-box {
        margin: 25px 0;
    }
    div.infos-contact-line {
        padding: 0;
    }
    div.infos-contact-box div.big-icon-left {
        display: inline;
    }
    .how-to-text {
        padding: 10px 0;
    }
    .center.contact-text {
        margin-bottom: 10px;
    }
    ul.nav.nav-tabs.menu-informations {
        margin-top: 11px;
    }
    .top-banner-image {
        height: 0;
    }
    .sided-content {
        background: #f3f3f3;
    }
    .sided-content .container {
        padding: 0;
        padding-left: 0;
    }
    .sided-content {
        background: #f3f3f3;
    }
    .tabs-left .informations-content .tab-content {
        background: #FFFFFF;
        padding: 0 10px;
    }
    .tabs-vertical .sided-left-menu .nav-tabs>li.active:after {
        width: 10px;
        height: 10px;
        right: -18px;
        top: 18px;
    }
    /*----------------------- Page administration mariage START ----------------------- */

    div.mariage-content div.tab-content {
        margin-left: 35px;
    }
    #visiteur-mariage .tabs.tabs-vertical.tabs-left,
    #administration-mariage .tabs.tabs-vertical.tabs-left {
        padding: 0 20px 0 15px;
    }
    div#visiteur-mariage .cover-and-maries-img-invites,
    div#administration-mariage .cover-and-maries-img {
        margin: 0 5px 10px;
    }
    div#payement-modal .modal-dialog {
        width: inherit;
    }
    div.cover-and-maries-img div.img-maries,
    div.cover-and-maries-img-invites div.img-maries {
        height: 100px;
        width: 100%;
        padding: 10px;
    }
    .cover-and-maries-img div.img-maries div.image,
    .cover-and-maries-img-invites div.img-maries div.image {
        float: left;
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }
    div.mariage_de {
        float: left;
        margin-top: 15px;
        width: calc(100% - 120px);
    }
    div.cover-and-maries-img {
        height: 100px;
        margin: 0px 0px 23px 0px;
    }
    .tabs-left .nav-tabs>li.active a,
    .tabs-left .nav-tabs>li.active a:focus,
    .tabs-left .nav-tabs>li.active a:hover {
        width: 45px;
    }
    div.menu-item {
        display: none;
    }
    .tabs ul.nav-tabs a {
        width: 45px;
        padding: 0;
    }
    .tabs-vertical .nav i.icon {
        width: 45px;
        line-height: 45px;
        height: 45px;
        margin: 0;
    }
    div.cover-space {
        display: none;
    }
    div.espace-switcher {
        width: 35px;
        height: 35px;
        border-radius: 100%;
        background-color: #F97084;
        background-size: contain;
    }
    div.espace-switcher:hover {
        background-color: #FF91A2;
    }
    div.espace-switcher.switch-round-button {
        background-image: url("/img/icons/ic_space_switcher.png");
    }
    div.espace-switcher.howitworks-round-button {
        background-image: url("/img/icons/ic_howitworks.png");
    }
    .tabs-vertical .nav-tabs {
        margin-bottom: 5px;
    }
    a.espace-switcher-link {
        height: 44px;
        padding-top: 4px;
    }
    .tabs-left .tab-content {
        width: calc(100% - 20px);
        margin-left: 35px;
        margin-top: 0;
        background: #FFFFFF;
    }
    .panel-title {
        width: calc(100% -20px);
        border-bottom: 1px solid #E7E7E7;
    }
    div.tab-content-top {
        text-align: center;
        width: 100%;
        height: 94px;
        border-bottom: none;
        margin-bottom: 0;
    }
    .wedzem-social-sharer {
        margin-left: 0;
    }
    button#add-article {
        float: none!important;
    }
    /*ul.list-mariage-admin div.edit-item.img-icon-btn {
        top: 5px;
        right: 30px;
    }
    ul.list-mariage-admin div.suppress-item.img-icon-btn {
      top: 5px;
      right: 10px;
      }*/
    /*   ul.list-mariage-admin div.edit-item.img-icon-btn {
          top: 0px;
          right: -50px;
          height: 100%;
          background: #66A5D2;
          width: 50px;
          text-align: center;
        }
        ul.list-mariage-admin div.suppress-item.img-icon-btn {
          top: 0px;
          right: -100px;
          height: 100%;
          background: #D40723;
          width: 50px;
          text-align: center;
        }
        ul.list-mariage-admin div.imgs-article, ul.list-mariage-admin div.infos-article {
          transform: translateX(-100px)!important;
          }*/

    div#banque-images-modal .modal-dialog {
        width: 100%;
        height: inherit;
    }
    ul#list-images-banque li {
        width: calc(50% - 10px);
        height: inherit;
    }
    ul.list-mariage-admin div.edit-item.img-icon-btn {
        top: 5px;
        left: 145px;
        right: inherit;
        width: calc(50% - 74px);
        text-align: center;
        background: #D9EEFD;
        padding: 3px 0 4px 0;
        margin-top: -5px;
        opacity: 1;
    }
    ul.list-mariage-admin div.suppress-item.img-icon-btn {
        top: 5px;
        right: 3px;
        background: #FFC4CC;
        width: calc(50% - 74px);
        text-align: center;
        padding: 3px 0 5px 0;
        margin-top: -5px;
        opacity: 1;
    }
    ul.list-mariage-admin div.imgs-article {
        width: 145px;
    }
    ul.list-mariage-admin div.infos-article {
        padding-top: 15px;
    }
    .slideThree.formcheckbox {
        float: left;
        margin: 10px 0 10px 0;
    }
    .label-beside label {
        width: 100%;
        float: none;
    }
    ul.list-mariage-admin div.desc-article {
        padding: 0 10px 0 10px;
        text-align: center;
    }
    .label-beside input.form-control.input,
    .label-beside select.form-control.select,
    .label-beside .btn,
    .label-beside .multi-fields-form {
        width: 100%;
        float: none;
        margin: 5px 0;
    }
    button#delete-mariage {
        margin: 35px auto 0 auto;
        display: block;
    }
    div.nom-participant,
    div.mot-participant,
    div.prix-article-participations {
        width: 100%;
        float: none;
    }
    .noms-article-participations {
        width: 100%;
        float: none;
        margin-top: 5px;
        border-top: 1px solid #DDD;
        padding: 10px 0 10px 0px;
        text-align: center;
    }
    form#user-rib {
        width: inherit;
    }
    /*----------------------- Page administration mariage END ----------------------- */
    /*----------------------- Page Recherche Mariage START ----------------------- */

    input.form-control.input.input-recherche {
        width: 100%;
        border-radius: 4px;
        margin-bottom: 10px;
    }
    button#valid-recherche-form {
        width: 100%;
        border-radius: 4px;
        margin-bottom: 40px;
    }
    .resultats-mariages div.img-maries,
    .resultats-mariages div.titre-mariage.mes-mariages-info,
    .resultats-mariages div.date-mariage.mes-mariages-info,
    a.resutat-btns {
        width: 100%;
        float: none;
        text-align: center;
        height: inherit;
    }
    ul.resultats-mariages.shadowed-section.animated.fadeInUp {
        padding: 0;
    }
    .resultats-mariages li {
        height: inherit;
        padding: 0;
    }
    .resultats-mariages div.img-maries .image {
        display: inline-block;
        border-radius: 0;
    }
    .recherche-mariage-vertical-separator {
        display: none;
    }
    ul.resultats-mariages {
        max-width: 390px;
        margin: auto;
    }
    .resultats-mariages div.titre-mariage.mes-mariages-info {
        margin: 0;
        padding: 15px 15px 0 15px;
        width: calc(100% - 110px);
        display: inline-block;
        vertical-align: top;
        border: none;
    }
    .resultats-mariages div.img-maries {
        display: inline;
    }
    .resultats-mariages div.date-mariage.mes-mariages-info {
        padding-top: 15px;
        border: none;
        border-top: 2px dotted #DDD;
        margin-top: -5px;
    }
    a.resutat-btns {
        padding: 10px;
    }
    span.maries-noms-resultat {
        padding-bottom: 15px;
    }
    #valid-recherche-form span {
        top: 65px;
        left: 50%;
        margin-left: -77px;
    }
    #valid-recherche-form span:after {
        left: 50%;
        margin-left: -10px;
        top: -18px;
        border-color: transparent transparent #F97084 transparent;
    }
    /*----------------------- Page Recherche mariage END ----------------------- */
    /*----------------------- Page Mariage START ----------------------- */

    .cover-and-maries-img-invites {
        height: 140px;
    }
    .cover-and-maries-img-invites .cover-space {
        display: none;
    }
    div.colored-border-section {
        padding: 20px;
    }
    ul#list-mariage-container {
        margin: 10px 20px;
    }
    #article-modal div.img-article {
        text-align: center;
        width: 100%;
    }
    div#img-article-modal {
        display: inline-block;
    }
    div#desc-article-modal {
        margin: 20px 0;
        text-align: center;
        min-height: inherit;
    }
    div#thumbs-article-modal {
        text-align: center;
    }
    #article-modal div.mini-article {
        display: inline-block;
    }
    button#valid-participation {
        width: 100%;
    }
    div.infos-invite {
        width: calc(100% - 75px);
    }
    form#article-form-datas .slideThree.formcheckbox {
        margin: 35px 0 15px 0;
    }
    .presentation-mariage-dates-mariage div.mariage-stacked-dates {
        float: none;
        padding: 10px;
        height: auto;
        margin: auto;
        display: block;
        width: 180px;
    }
    .presentation-mariage-dates-cagnotte div.mariage-stacked-dates {
        float: none;
        padding: 10px;
        height: auto;
        margin: auto;
        display: block;
        width: 180px;
    }
    .presentation-mariage-noms .mariage_de {
        width: 100%;
        height: inherit;
        float: none;
        padding-bottom: 25px;
    }
    div.presentation-mariage-noms {
        height: inherit;
    }
    .presentation-mariage-noms span#noms-maries {
        font-size: 2em;
        padding: 0 7px;
        line-height: 1.2em;
    }
    /*----------------------- Page Mariage END ----------------------- */
    /*----------------------- Page Panier START ----------------------- */

    .panier div.infos-panier-article {
        width: 100%;
        padding: 10px 0 10px 0;
        height: inherit;
        border: none;
        border-top: 2px dotted #DDD;
    }
    .panier div.imgs-article {
        width: 145px;
        margin: 0;
        padding: 0;
    }
    .panier div.infos-article {
        float: left;
        height: 125px;
        width: calc(100% - 154px);
    }
    .panier div.label-medium {
        width: 170px;
        display: inline;
        padding-right: 10px;
    }
    div.participation-panier {
        width: calc(100% - 180px);
        display: inline;
        line-height: 36px;
        vertical-align: sub;
    }
    .infos-panier-article .micro-separator {
        display: none;
    }
    div.montant-total {
        line-height: normal;
        margin: 50px 0 10px 0;
    }
    .edd-payment-icons {
        padding-bottom: 20px;
    }
    /*----------------------- Page Panier END ----------------------- */
    /*----------------------- Page Mentions legales START ----------------------- */

    .photo-credit-box {
        width: 50%;
        height: inherit;
    }
    /*----------------------- Page Mentions legales END ----------------------- */
    /*----------------------- Page Page partenaires START ----------------------- */

    .full-width-section {
        margin: 5px;
        padding: 0 20px;
    }
    .partenaire-plus-section.box-3,
    .partenaire-plus-section.box-2 {
        width: 100%;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .box-3 + .box-3,
    .box-2 + .box-2 {
        margin-left: 0;
    }
    .thumbnail-height2 {
        width: 100%
    }
    .thumbnail-width2 {
        width: 100%;
    }
    .content-thumbnail {
        width: 100%;
    }
    .light-box-previous.pink {
        background-color: rgba(255, 255, 255, 0.7);
    }
    .light-box-next.pink {
        background-color: rgba(255, 255, 255, 0.7);
    }
    .light-box-exit {
        top: 0;
    }
    .current-partenaire-gallerie-item {
        left: 0;
        right: 0;
        margin: 0;
        top: 0;
        width: inherit;
        padding: 0;
    }
    div#nous-contacter-modal {
        width: inherit;
    }
    .modal-dialog {
        max-width: 95%!important;
    }
    .nous-contacter-modal-item .big-icon-left {
        display: inline;
    }
    .partenaire-list-box-infos {
        width: 100%;
    }
    .partenaire-list-box-slider {
        width: 100%;
    }
    .partenaire-infos-bar {
        min-height: inherit;
    }
    div.container.medium-content {
        /*margin-top: 40px;*/
        /* margin-top: 70px; */
    }
    .partenaire-list-box {
        margin: 5px 10px 10px 20px;
    }
    .partenaire-list-departement-separator {
        margin: 30px 10px 30px 10px;
    }
    .partenaires_home_banner img {
        display: none;
    }
    .partenaires_home_banner {
        display: none
    }
    div#vendor-contact-fixed-ribbon {
        left: 5%;
        margin-left: 0.1px;
        width: 90%;
        max-width: 90%;
    }
    div#vendor-contact-fixed-ribbon .button-ribbon {
        width: 90%;
        max-width: 90%;
    }
    div#vendor-contact-fixed-ribbon .big-icon-left {
        display: none;
    }
    /*----------------------- Page Mentions partenaires END ----------------------- */
    /*----------------------- Page Page compte START ----------------------- */

    .compte-page li.isotope-item {
        padding: 20px;
    }
    .one-block.nav-pills.sort-source li {
        margin: 0 0px 10px 5px;
    }
    .one-block.nav-pills.sort-source li a {
        margin: 0;
        border-radius: 10px;
        padding: 6px;
    }
    .one-block.nav-pills.sort-source li:first-child a,
    .one-block.nav-pills.sort-source li:last-child a {
        border-radius: 10px;
    }
    .date-mariage.mes-mariages-info {
        margin-bottom: 15px;
    }
    /*----------------------- Page compte END ----------------------- */
    /*----------------------- Page Presse START ----------------------- */

    .col-md-4.presse-article {
        width: 100%;
        float: none;
    }
    .side-decorated-title h2 {
        font-size: 1.2em;
        margin-bottom: 50px;
    }
    #list-article-press .presse-image-container {
        width: 100%;
        float: none;
    }
    #list-article-press .presse-text {
        text-align: center;
        width: 100%;
        float: none;
        margin-top: 20px;
    }
    #list-article-press .presse-article p {
        height: inherit;
        margin-bottom: 20px;
    }
    .presse-article-content-inner {
        overflow: auto;
    }
    #list-article-press .presse-article:first-child {
        padding: 30px 0;
    }
    /*----------------------- Page presse END ----------------------- */
    /*----------------------- Page home prestataires END ----------------------- */

    div#region-dep-home-prestataires ul li {
        width: 32%;
    }
    form#prestataire-home-form .input-recherche {
        max-width: 50%;
    }
    form#prestataire-home-form .input-recherche {
        width: 49%;
        max-width: inherit;
    }
    div#partenaire-activite-box ul li {
        width: 49%;
    }
    div#partenaire-location-box ul li {
        width: 49%;
        padding: 10px 10px;
    }
    .recherche-box {
        top: 100px;
    }
    .recherche-box:after {
        content: "";
    }
    div#partenaire-location-box ul.recherche-box-ul {
        padding: 0;
    }
    .row-left-presta {
        float: center;
        width: 100%;
    }
    .row-right-presta {
        float: center;
        width: 100%;
    }
    .page-vendors-image {
        max-width: 90%;
        height: auto;
        margin-bottom: 10px;
    }
    div#page-vendors-title.page-vendors-title {
        max-width: 100%;
    }
    .page-vendors-title h2 {
        max-width: 90%;
    }
    .page-vendors-txt {
        width: 95%;
        margin-left: auto;
    }
    .page-vendors-txt-two {
        width: 95%;
    }
    .mariage-reussi h2, 
    .mariage-reussi p {
        max-width: 90%
    }
    .bouton-mariage {
        max-width: 75%;
        margin-bottom: 10px;
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    /*----------------------- Page home prestataires END ----------------------- */
    /*----------------------- Page Planner Responsive Start ----------------------- */

    .wedding-header > h1 {
        max-width: 90%;
        font-size: 35px
    }
    .wedding-header > p {
        font-size: 2rem;
        max-width: 90%;
        line-height: 30px;
        height: 45px;
    }
    .wedding-header > .button-push-white {
        margin-top: 50px
    }
    .wedding-form-container {
        width: 100%;
    }
    .wedding-form-container > .left {
        display: none;
    }
    .wedding-form-container > .right {
        display: none;
    }
    .wedding-form-callback,
    .wedding-form-done {
        max-width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        height: auto;
    }
    .wedding-form-callback > form > p {
        text-align: center;
        font-size: 20px;
        margin-top: 1px;
        margin-bottom: 6px;
        color: #F97084;
    }
    .wedding-form-infos > div {
        height: 54%;
    }
    .wedding-form-infos > div > .left {
        float: none;
    }
    .wedding-form-infos > div > .right {
        float: none;
    }
    .button-push-white > p {
        color: #F97084;
    }
    .wedding-form-infos {
        height: auto;
    }
    .wedding-form-callback-time {
        height: auto;
    }
    .wedding-form-callback-time>div:nth-child(2) {
        margin: 15px 0px 15px 0px;
        width: 100%;
    }
    .wedding-planner-describe>h2 {
        margin-top: 130px;
        max-width: 90%;
        font-size: 20px;
        line-height: 25px;
    }
    .wedding-planner-describe>.central-separator {
        display: none;
    }
    .wedding-planner-describe>div {
        width: 90%;
        height: auto;
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 1px;
    }
    .wedding-planner-describe>div>img {
        float: center;
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .wedding-planner-describe>div>div {
        /* margin-right: 70px; */

        float: center;
        width: 95%;
        height: auto;
        margin-top: 16px;
        text-align: justify;
        margin-left: 2.5%;
    }
    .wedding-planner-describe>div>div>h2 {
        line-height: 30px;
        /* font-weight: 700; */

        margin: 0 0 0px;
        text-align: center
    }
    .wedding-planner-describe>div>div>img {
        margin-left: 35%;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .wedding-form-done>h2 {
        width: 100%;
        font-size: 20px;
        line-height: 25px;
        margin: 30px auto;
    }
    p.wedding-form-done-desc {
        width: 100%;
        margin: 0px auto 0;
        /* height: 22px; */

        margin-bottom: 30px;
    }
    .wedding-form-done {
        height: 540px;
    }
    .wedding-form-done>img {
        width: 90%;
        margin: 0 auto;
    }
    .btn-header {
        height: 45px;
    }
    .wedding-form-callback>form>.button-push-pink {
        margin: 15px auto;
    }
    .wedding-form-infos>div>div>input {
        width: 100%;
    }
    .dream-describe-container>img {
        float: center!important;
    }
    .wedding-form-callback-time>div {
        width: 100%;
    }
    /*----------------------- Page Planner End -------*/
}
/*----------------------- Page liste Responsive Start ----------------------- */

@media (max-width: 767px) {
    .page-liste-header > h1 {
        max-width: 90%;
        font-size: 35px;
        line-height: 35px;
    }
    .page-liste-header > p {
        font-size: 2rem;
        max-width: 90%;
        line-height: 30px;
        height: 45px;
    }
    .page-liste-header > .button-push-white {
        margin-top: 50px
    }
    .page-liste-form-container {
        width: 100%;
    }
    .page-liste-form-container > .left {
        display: none;
    }
    .page-liste-form-container > .right {
        display: none;
    }
    .page-liste-form-callback,
    .page-liste-form-done {
        max-width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
        height: auto;
    }
    .page-liste-form-callback > form > p {
        text-align: center;
        font-size: 20px;
        margin-top: 1px;
        margin-bottom: 6px;
        color: #F97084;
    }
    .page-liste-form-infos > div {
        height: 54%;
    }
    .page-liste-form-infos > div > .left {
        float: none;
    }
    .page-liste-form-infos > div > .right {
        float: none;
    }
    .button-push-white > p {
        color: #F97084;
    }
    .page-liste-form-infos {
        height: auto;
    }
    .page-liste-form-callback-time {
        height: auto;
    }
    .page-liste-form-callback-time>div:nth-child(2) {
        margin: 15px 0px 15px 0px;
        width: 100%;
    }
    .page-liste-planner-describe>h2 {
        margin-top: 130px;
        max-width: 90%;
        font-size: 20px;
        line-height: 25px;
    }
    .page-liste-planner-describe>.central-separator {
        display: none;
    }
    .page-liste-planner-describe>div {
        width: 90%;
        height: auto;
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 1px;
    }
    .page-liste-planner-describe>div>img {
        float: center;
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .page-liste-planner-describe>div>div {
        /* margin-right: 70px; */

        float: center;
        width: 95%;
        height: auto;
        margin-top: 16px;
        text-align: justify;
        margin-left: 5%;
    }
    .page-liste-planner-describe>div>div>h2 {
        line-height: 30px;
        /* font-weight: 700; */

        margin: 0 0 0px;
        text-align: center
    }
    .page-liste-planner-describe>div>div>img {
        margin-left: 35%;
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .page-liste-form-done>h2 {
        width: 100%;
        font-size: 20px;
        line-height: 25px;
        margin: 30px auto;
    }
    p.page-liste-form-done-desc {
        width: 100%;
        margin: 0px auto 0;
        /* height: 22px; */

        margin-bottom: 30px;
    }
    .page-liste-form-done {
        height: 540px;
    }
    .page-liste-form-done>img {
        width: 90%;
        margin: 0 auto;
    }
    .btn-header {
        height: 45px;
    }
    .page-liste-form-callback>form>.button-push-pink {
        margin: 15px auto;
    }
    .page-liste-form-infos>div>div>input {
        width: 100%;
    }
    .dream-describe-container>img {
        float: center!important;
    }
    .page-liste-form-callback-time>div {
        width: 100%;
    }
    .page-liste-form {
        display: none;
    }
    .page-liste-planner-describe>div>div,
    .page-liste-title h2 {
        max-width: 90%;
    }
    page-liste-title h2 {
        font-size: 20px;
        line-height: 22px;
        font-family: 'roboto', sans-serif;
    }
    .central-separator {
        display: none;
    }
    .create-your-wedding-text p {
        font-family: 'roboto', sans-serif;
    }
    .btn-create-your-wedding {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .simple-as {
        padding-top: 0px;
    }
    .four-step {
        width: auto;
        max-width: 90%;
    }
    .step-one-container img,
    .step-two-container img,
    .step-three-container img,
    .step-four-container img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        float: none;
    }
    .step-one a,
    .step-two a,
    .step-three a,
    .step-four a,
    .step-one p,
    .step-two p,
    .step-three p,
    .step-four p {
        text-align: center
    }
    .step-four p {
        margin: 0 0 50px;
    }
    .step-one,
    .step-two,
    .step-three,
    .step-four {
        padding-top: 20px;
        margin-left: 00px;
        height: auto;
        width: auto;
        margin-right: 00px;
    }
    .step-four-container{
        height: 650px;
    }
    
    
    /*----------------------- Page liste End ----------------------- */
    /*----------------------- Page Avis Start ----------------------- */
    .odd-reviews-container{
        padding-top: 0px !important;
        max-width: 100%;
        /* height: 325px; */;
        margin-bottom: 0px !important;
    }
      .even-reviews-container{
        padding-top: 0px !important;
        max-width: 100%;
        /* height: 325px; */;
    }
    .odd-reviews{
   float: none; 
    width: 466px;
    height: inherit;
    font-size: 1.1rem;
    line-height: 1.1;
    margin-right: 0px !important;
    max-width: 90%;
    text-align: center;
    height: initial;
}
    .odd-reviews p{
       width: 100% !important;
    }
    .all-reviews>div>img {
        float: center !important;
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .all-reviews>div>div{
        float: center;
        width: 95%;
        height: auto;
        margin-top: 16px;
        text-align: center;
        margin-left: 2.5%;  
        margin-right: 2.5%;
    }
    .all-reviews>div{
      height: auto  
    }
        .even-reviews{
   float: none; 
    width: 466px;
    height: inherit;
    font-size: 1.1rem;
    line-height: 1.1;
    margin-right: 0px !important;
    max-width: 90%;
    text-align: center !important;
    height: initial;
}
    /*----------------------- Page Avis End ----------------------- */
    /*----------------------- Page Presta Start ----------------------- */

    .page-presta-header {
        padding-top: 100px;
    }
    .page-presta-header h1 {
        max-width: 90%;
        line-height: 40px;
        margin-bottom: 40px;
        font-size: 3rem;
    }
    .page-presta-header p {
        max-width: 90%;
        line-height: 30px;
    }
    .button-push-white-presta,
    .page-presta-header a {
        display: none
    }
    .page-presta-form-container {
        max-width: 90%
    }
    .page-presta-form-callback,
    .page-presta-form-done {
        max-width: 100%;
        height: 185px;
    }
    .page-presta-form {
        height: 160px;
    }
    .page-liste-title h2 {
        font-size: 1.5rem;
        line-height: 25px;
    }
    .presta-cat-container {
        width: 100%;
        height: auto;
    }
    .presta-cat-box {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .home-section-presta {
        padding-bottom: 0px;
    }
    .presta-cat-line-two a,
    .presta-cat-line-one a {
        float: none
    }
    /*----------------------- Page Presta End ----------------------- */
}
@media (max-width: 600px) {
    div#region-dep-home-prestataires ul li {
        width: 49%;
    }
    div#region-dep-home-prestataires ul.region-dep-list-box {
        padding: 5px 0px 15px 0px;
    }
    img.text-enluminure {
        display: none;
    }
    .multi-column-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        width: 100%;
        text-align: justify;
    }
}
/* Portrait phones and smaller */

@media (max-width: 480px) {
    div.howto-box {
        width: 100%;
        height: 300px;
        margin: 10px 0;
    }
    .list-mariage li {
        width: 98%;
        margin-bottom: 15px;
    }
    #home .actu-mariage {
        height: 550px;
    }
    .liste-activite-region-item {
        width: 100%;
        min-height: inherit;
    }
    div.date-mariage.mes-mariages-info,
    div.titre-mariage.mes-mariages-info,
    div.mariage-orga a {
        width: 100%;
        text-align: center;
        float: none;
        margin-top: 10px;
    }
    .mes-mariages div.img-maries {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .mes-mariages div.img-maries div.image {
        display: inline-block;
    }
    div.mariage-orga {
        text-align: center;
    }
    .enluminure-home-title h2 {
        max-width: 100%;
        font-size: 20px;
        line-height: 35px;
    }
    .enluminure-home {
        display: none;
        height: 0;
    }
    .enluminure-home-title {
        margin-bottom: 0;
    }
    #home .home-top-button {
        font-size: 18px;
        padding: 0;
    }
    .home-button-container {
        /* margin: 10px 15px; */

        height: 100%;
        height: 100%;
        margin: 5px 15px;
    }
    div#partenaire-activite-box ul li {
        width: 100%;
        text-align: center;
    }
    div#partenaire-location-box ul li {
        width: 100%;
        padding: 10px 10px;
        text-align: center;
    }
    form#prestataire-home-form .input-recherche {
        width: 100%;
    }
    #activites ul.activite-list-box li {
        width: 100%;
    }
}
@media (max-width: 321px) {
    .modal-body {
        padding: 15px;
        max-height: 90%;
        overflow-y: scroll;
    }