body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%
}

.text-red, .text-red:hover {
    color: #d5091c
}

.btn {
    text-decoration: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 40px;
    padding: 0 20px;
    font-size: .8125rem;
    cursor: pointer;
    outline: 0
}

.btn:focus {
    box-shadow: none
}

.btn.btn-red {
    color: #fff;
    background-color: #d5091c;
    border: 1px solid #d5091c;
    font-family: Montserrat-Bold, sans-serif
}

.btn.btn-white {
    color: #000;
    background-color: #fff;
    border: 1px solid #333;
    font-family: MontSerra-Regular, sans-serif
}

.btn.btn-white.border-red {
    border: 1px solid #d5091c
}

input, option, select, textarea {
    font-family: MontSerra-Regular, sans-serif
}

.col-form-label {
    font-family: Montserrat-Light, sans-serif;
    align-self: center;
    font-size: 13px
}

.form-section-title {
    margin-top: 10px;
    margin-bottom: 30px;
    color: #d5091c
}

.form-number {
    border: 1px solid #dcdcdc;
    border-radius: 0;
    height: 60px;
    max-width: 100px;
    padding: 0 20px
}

.form-number:active, .form-number:focus {
    border: 1px solid #d5091c;
    outline: 0;
    box-shadow: none
}

.form-control {
    border-radius: 0;
    height: 60px;
    font-size: .875em;
    border-style: solid
}

.form-control.border-none {
    border: none
}

.form-control.list-input {
    width: 100%;
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
    background-image: url(../../img/red_chevron_little.png);
    background-repeat: no-repeat;
    background-position: right 20px top 50%;
    background-size: 15px
}

.form-control.list-input.date {
    width: 30%
}

@media screen and (max-width: 576px) {
    .form-control.list-input.date {
        background-position: right 10px top 50%;
        background-size: 10px
    }
}

.form-control:active, .form-control:focus {
    border: 1px solid #d5091c;
    outline: 0;
    box-shadow: none
}

.form-control + ul {
    padding: 4px;
    list-style: none
}

.form-control + ul li {
    font-size: 13px;
    color: #d5091c
}

.custom-checkbox {
    font-family: Montserrat-Light, sans-serif;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: .875em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number]::-o-inner-spin-button {
    -o-appearance: none;
    margin: 0
}

.checkmark {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 23px;
    width: 23px;
    background-color: #fff;
    border: 1px solid #dcdcdc
}

.custom-checkbox:hover input ~ .checkmark {
    background-color: #eee
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #fff
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.custom-checkbox input:checked ~ .checkmark:after {
    display: block
}

.custom-checkbox .checkmark:after {
    left: 7px;
    top: 2px;
    width: 8px;
    height: 15px;
    border: solid #333;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pat-icon-trash {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../../img/trash-icon.png) no-repeat 50%;
    background-size: contain;
    margin-right: 10px
}

#header {
    background-color: var(--main-black)
}

#header .nav-link {
    font-size: 15px;
    color: #fff
}

@media (min-width: 1200px) and (max-width: 1500px) {
    #header .nav-link {
        font-size: 12px
    }
}

#header .navbar-center .nav-item {
    margin-left: 5px;
    margin-right: 5px
}

#header .nav-item-right {
    margin-top: 2.5px
}

#header .custom-dropdown {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 15px
}

@media (min-width: 1200px) and (max-width: 1500px) {
    #header .custom-dropdown {
        font-size: 12px
    }
}

#header .flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    height: 11px
}

#header .flag-icon.flag-icon-fr {
    background-image: url(../../img/flags/fr.svg)
}

#header .flag-icon.flag-icon-en {
    background-image: url(../../img/flags/en.svg)
}

#header .custom-dropdown:focus {
    outline: 0;
    box-shadow: none
}

#header .custom-dropdown:after {
    display: none;
    outline: 0
}

#header .navbar-profile-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px
}

#header .navbar-dropdown-icon {
    width: 10px;
    height: 6px;
    margin-right: 10px;
    margin-left: 10px
}

#header .navbar {
    z-index: 2;
    background: #111
}

#header .language_nav .language {
    background: none;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer
}

#header .language_nav .language-dropdown {
    border-radius: 0;
    will-change: transform;
    position: absolute;
    transform: translateY(45px);
    top: 0;
    left: 0
}

#header .language_nav .language-dropdown .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: .3rem;
    top: calc(-.5rem + -1px);
    left: 25px
}

#header .language_nav .language-dropdown .arrow:after {
    left: 100%;
    width: 0;
    height: 0;
    top: -2px;
    position: absolute;
    display: block;
    content: "";
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 .5rem .5rem
}

.gmap-pin img {
    width: 150px
}

.gmap-pin a.title {
    margin-top: 4px;
    font-weight: 700;
    font-size: 14px;
    display: block;
    color: #000
}

.gmap-pin a.title:hover {
    text-decoration: none
}

.object-cover {
    object-fit: cover
}

.text-bold {
    font-family: Montserrat-Bold, sans-serif
}

.new-notification {
    display: inline-block;
    background-color: #d5091c;
    height: 17px;
    margin-left: 10px;
    width: 17px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    font-size: 12px
}

.new-notification.header-notification {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    line-height: 15px;
    height: 15px;
    width: 15px;
    font-size: 9px
}

.form-hidden {
    display: none
}

@media (max-width: 768px) {
    .form-column {
        display: flex !important;
        flex-direction: column !important
    }

    .form-row {
        display: flex !important;
        flex-direction: row !important
    }

    .form-center {
        display: flex !important;
        justify-content: center !important;
        margin-left: 0
    }

    .form-align-start {
        align-items: flex-start !important
    }

    .form-margb-1 {
        margin-bottom: 1em
    }

    .form-right {
        position: relative !important;
        right: 87% !important
    }

    .form-text-left {
        text-align: left !important
    }

    .form-mh-ml {
        min-width: 200px;
        margin-left: 4.5em
    }

    .form-relative {
        position: relative;
        left: -72%;
        width: 14em
    }

    .form-ml-neg {
        margin-left: -1em
    }

    .form-p-30 {
        padding: 0 30px !important
    }

    .form-h-max {
        height: max-content !important
    }

    .form-wrap {
        flex-wrap: wrap
    }

    .form-m-0, .form-m-0 > label {
        margin-left: 0 !important
    }

    .form-maxw-oveh, .form-maxw-oveh > button {
        max-width: 100%;
        overflow: hidden
    }

    .form-absolute {
        position: absolute !important
    }
}

#home sup {
    font-family: Montserrat-Bold, sans-serif
}

#home .slick-container .carousel-background {
    height: 580px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: rgba(0, 0, 0, .25);
    background-blend-mode: overlay;
    background-size: cover
}

#home .slick-container .carousel-background.img1 {
    background-image: url(../../img/tmp/slider.png)
}

#home .slick-container .carousel-background.img2 {
    background-image: url(../../img/tmp/carousel-img2.jpg)
}

#home .slick-container .carousel-background.img3 {
    background-image: url(../../img/tmp/carousel-img3.jpg)
}

#home .slick-container .carousel-background.img4 {
    background-image: url(../../img/tmp/carousel-img4.jpg)
}

#home .slick-container .carousel-background.img5 {
    background-image: url(../../img/tmp/carousel-img5.jpg)
}

#home .slick-container .carousel-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#home .slick-container .carousel-cover div > a {
    width: 190px
}

#home .slick-container .carousel-cover .main-text {
    color: #fff;
    font-size: 32px;
    text-align: center;
    padding: 250px 20px 0;
    font-family: Montserrat-Bold, sans-serif
}

@media (max-width: 992px) {
    #home .slick-container .carousel-cover .main-text {
        padding: 220px 20px 0;
    }
}

@media (max-width: 576px) {
    #home .slick-container .carousel-cover .main-text {
        font-size: 30px
    }
}

#home .slick-container .carousel-cover .sub-text {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 25px 20px 0;
    font-family: Montserrat-Bold, sans-serif
}

@media (max-width: 576px) {
    #home .slick-container .carousel-cover .sub-text {
        font-size: 18px
    }
}

@media (max-width: 768px) {
    #home .main-text {
        padding-top: 75px
    }
}

@media (max-width: 432px) {
    #home .main-slider {
        height: 400px
    }

    #home .main-text {
        font-size: 16px;
        padding: 40px 0 10px
    }

    #home .sub-text {
        padding-top: 30px;
        font-size: 14px
    }

    #home .button-block {
        margin-top: 60px;
        text-align: center
    }

    #home .slider-button {
        padding-left: 15px;
        padding-right: 15px
    }

    #home .slider-left-button {
        margin-right: 5px !important
    }

    #home .slider-right-button {
        margin-left: 5px !important
    }

    #home .button-text {
        font-size: 11px
    }
}

#home .announce-block {
    padding-top: 32.5px;
    padding-bottom: 75px
}

#home .title-block {
    font-size: 20px;
    text-align: center
}

#home .shooting-title-block, #home .title-block {
    font-family: Montserrat-Light;
    font-weight: 400
}

#home .theme-block {
    background-color: #333
}

#home .title-block-line-red {
    border-top-color: #d5091c;
    width: 20px;
    margin-top: .75em;
    margin-bottom: .75em
}

#home .title-block-line-white {
    border-top-color: #fff;
    width: 20px;
    margin-top: .75em;
    margin-bottom: .75em
}

#home .theme-preview-block {
    flex: 1;
    justify-content: center;
    margin-left: 5%;
    margin-right: 5%
}

#home .theme-preview {
    height: 400px;
    width: 90%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: rgba(0, 0, 0, .25);
    background-blend-mode: overlay;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin-right: 1%;
    margin-left: 5%;
    display: flex;
    justify-content: center;
    align-items: center
}

#home .theme-preview:hover {
    text-decoration: none
}

#home .text-announce-block {
    color: #fff;
    margin: 0;
    text-align: center;
    background-color: rgba(92, 92, 92, .65);
    width: 100%
}

#home .text-announce-text {
    font-family: Montserrat-Bold;
    font-size: 16px;
    margin: 0;
    padding: 12.5px 0
}

#home .favourites-announce {
    background: url(../../img/coups_de_coeur.jpg) no-repeat 50% rgba(0, 0, 0, .25);
    background-blend-mode: overlay;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

#home .shooting-announce {
    background: url(../../img/tmp/shooting-places.png) no-repeat 50% rgba(0, 0, 0, .25);
    background-blend-mode: overlay;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

#home .news-announce {
    background: url(../../img/nouveautes.jpg) no-repeat 50% rgba(0, 0, 0, .25);
    background-blend-mode: overlay;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover
}

@media (max-width: 768px) {
    #home .theme-preview {
        margin-bottom: 5%
    }
}

@media (max-width: 432px) {
    #home .theme-preview {
        height: 250px
    }
}

#home .presentation-image {
    height: 400px;
    width: 90%;
    background: no-repeat 50%;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin-right: 1%;
    margin-left: 5%
}

#home .presentation-title {
    font-size: 24px;
    margin-bottom: 5.5%;
    font-family: PlayfairDisplay-Black
}

#home .article-date {
    text-align: right;
    font-size: 12px;
    width: 70%
}

#home .presentation-text {
    font-family: Montserrat-Light;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    width: 70%
}

#home .presentation-button-block {
    position: absolute;
    bottom: 0
}

@media (max-width: 1200px) {
    #home .no-breakline {
        display: none
    }
}

@media (max-width: 992px) {
    #home .presentation-button-block {
        position: relative;
        bottom: unset
    }
}

@media (max-width: 768px) {
    #home .presentation-block {
        margin: 5%
    }

    #home .presentation-button-block {
        position: relative;
        bottom: unset;
        margin-top: 7%
    }

    #home .presentation-text {
        width: auto
    }
}

@media (max-width: 432px) {
    #home .presentation-image {
        height: 300px
    }

    #home .presentation-block {
        margin-top: 7.5%
    }

    #home .presentation-button-block {
        margin-top: 15%
    }
}

#home .form-container {
    position: absolute;
    bottom: 0;
    width: 100%
}

@media (max-width: 575px) {
    #home .form-container {
        position: relative
    }
}

#home .find-place-form {
    background-color: rgba(51, 51, 51, .75);
    color: #fff;
    padding-bottom: 20px
}

#home .find-place-form h3 {
    padding: 15px 12px 18px;
    font-size: 26px
}

#home .find-place-form * {
    border: 0;
    margin-bottom: 6px
}

#home .find-place-form .max-width {
    max-width: 1024px;
    margin: auto
}

#home .find-place-form form .find-place-input {
    padding: 13px;
    cursor: pointer;
    width: 100%;
    background-color: #f8f8f8;
    color: #000;
    font-size: 13px
}

#home .find-place-form form .find-place-input::placeholder {
    color: #333
}

#home .find-place-form form .address-input {
    padding-right: 45px
}

#home .picto-localisation {
    background-image: url(../../img/picto-localisation.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 30px;
    cursor: pointer
}

#home .loader-container, #home .picto-localisation {
    position: absolute;
    top: 5px;
    right: 25px;
    height: 30px;
    width: 30px
}

#home .loader-container {
    z-index: 1
}

#home .loader-container .loader {
    border-radius: 50%;
    border: 3px solid #d2d2d2;
    border-top-color: #d5091c;
    width: 30px;
    height: 30px;
    margin: 0;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

#home .find-place-form form .list-input {
    width: 100%;
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
    background-image: url(../../img/red_chevron_little.png);
    background-repeat: no-repeat;
    background-position: 92% 50%;
    background-size: 15px;
    padding: 13px
}

#home .find-place-form form .submit-input {
    width: 100%;
    color: #fff;
    padding: 13px;
    background-color: #d5091c;
    cursor: pointer;
    overflow: hidden;
    font-size: 13px
}

#home .find-place-form form .address-input:focus, #home .find-place-form form .list-input:focus, #home .find-place-form form .submit-input:focus {
    outline: 0
}

#home .article-left-image {
    background-size: contain;
    background-repeat: no-repeat;
    height: 400px;
    background-position: top;
    object-fit: cover;
    width: 100%
}

.content #services-container {
    font-family: MontSerra-Regular, sans-serif
}

.content #services-container h1, .content #services-container h2, .content #services-container h3 {
    font-family: Montserrat-Bold, sans-serif
}

.content #services-container h1 {
    font-size: 2rem
}

.content #services-container h2.servicesTitle {
    max-width: 450px
}

@media screen and (min-width: 576px) {
    .content #services-container h2.servicesTitle {
        font-size: 2.375rem
    }
}

.content #services-container p {
    font-size: .875em
}

.content #services-container .opacityOn {
    opacity: 1
}

.content #services-container .opacityOff {
    opacity: 0
}

.content #services-container .button {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    padding: 0 25px;
    font-size: .8125rem;
    cursor: pointer;
    outline: 0;
    border: none;
    background-color: #d5091c;
    font-family: Montserrat-Bold, sans-serif
}

.content #services-container .select {
    background: url(../../img/red_chevron_little.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 20px;
    padding-right: 50px;
    background-color: #fff;
    -webkit-appearance: none
}

.content #services-container .text-red {
    color: #d5091c;
    font-family: Montserrat-Bold, sans-serif
}

.content #services-container section.prestation {
    min-height: 0
}

.content #services-container .service-label {
    font-family: Montserrat-Bold, sans-serif
}

.content #services-container div.block-info {
    max-width: 255px
}

.content #services-container div.block-info p {
    padding: 15px 0;
    font-family: Montserrat-Light, sans-serif
}

.content #services-container div.block-illustration {
    color: #fff;
    min-height: 50vh
}

.content #services-container div.block-illustration.bg-s1 {
    background: url(../../img/services/bg-photographe.jpg) no-repeat 50%;
    background-size: cover
}

.content #services-container div.block-illustration.bg-s2 {
    background: url(../../img/services/video.png) no-repeat 50%;
    background-size: cover
}

.content #services-container div.block-illustration.bg-s3 {
    background: url(../../img/services/drone.jpg) no-repeat 50%;
    background-size: cover
}

.content #services-container section.register {
    min-height: 100vh;
    background: url(../../img/services/maison_Nos_Services.jpg) no-repeat 50%;
    background-size: cover
}

.content #services-container section.register div {
    max-width: 720px
}

.content #services-container section.register div h1 {
    font-size: 2rem
}

.content #services-container section.register div h2 {
    font-size: 1.5rem
}

.content #services-container .find-place-form {
    min-height: 70vh
}

.content #services-container .find-place-form .search-form {
    min-height: 500px;
    background-color: #333;
    background-image: url(/frontend/img/earth-globe.svg);
    background-size: 500px;
    background-position-x: -250px;
    background-position-y: 50%;
    background-repeat: no-repeat
}

.content #services-container .find-place-form .search-form h3.globe {
    padding: 20px 0 20px 60px;
    font-size: 1.5rem;
    background-image: url(/frontend/img/earth-globe-w.svg);
    background-size: 40px;
    background-position: 0;
    background-repeat: no-repeat
}

.content #services-container .find-place-form .search-form .col-form-label, .content #services-container .find-place-form .search-form .title {
    color: #fff
}

.content #services-container .modal-content {
    width: 400px;
    border-radius: 10px
}

.content #services-container .modal-content .modal-body .provider-content {
    display: flex;
    width: 100%;
    flex-direction: column
}

.content #services-container .modal-content .modal-body .provider-content .provider-button {
    display: flex;
    border-top: 1px solid #e9ecef;
    padding-top: 10px;
    justify-content: space-around
}

.content #services-container .modal-content .modal-body .provider-content .provider-button .btn {
    line-height: 0;
    padding: 10px
}

.content #services-container .results .result {
    color: #000;
    text-decoration: none;
    background-color: #fff;
    padding: 10px;
    margin: 10px;
    display: flex;
    justify-content: space-between;
    border: 1px solid #000;
    box-shadow: 6px 6px 6px #000;
    border-radius: 10px;
    cursor: pointer
}

.content #services-container .results .result:active {
    box-shadow: 1px 1px 6px #000
}

.content #services-container .results .result .provider {
    display: flex;
    flex: 1;
    padding: 10px;
    border-right: 1px solid #000;
    flex-direction: column
}

.content #services-container .results .result .provider img {
    width: 48px;
    height: 48px
}

.content #services-container .results .result .provider img.photo {
    content: url(../../img/camera.png)
}

.content #services-container .results .result .provider img.video {
    content: url(../../img/video-camera.png)
}

.content #services-container .results .result .provider img.drone {
    content: url(../../img/army.png)
}

.content #services-container .results .result .package {
    display: flex;
    flex: 3;
    padding: 10px;
    flex-direction: column;
    min-height: 150px
}

.content #services-container .results .result .package_main {
    display: flex;
    justify-content: space-between
}

.content #services-container .results .result .package_description {
    display: none;
    flex-direction: column;
    border-top: 1px solid #000
}

.content #services-container .results .result .package .price {
    flex-grow: 1
}

.content #services-container .results .result .package .package-description__button {
    width: max-content
}

.content #services-container .results .result .package .package-description__button:hover {
    color: red
}

.content #services-container section.inscription {
    min-height: 65vh
}

.content #services-container section.inscription div.inscription-step div.block-picto div div.picto {
    height: 65px;
    width: 65px;
    margin-bottom: 10px
}

.content #services-container section.inscription div.inscription-step div.block-picto div div.picto-1 {
    background: url(../../img/services/Picto/user-add.svg) no-repeat 50%;
    background-size: contain
}

.content #services-container section.inscription div.inscription-step div.block-picto div div.picto-2 {
    background: url(../../img/services/Picto/contrat.svg) no-repeat 50%;
    background-size: contain
}

.content #services-container section.inscription div.inscription-step div.block-picto div div.picto-3 {
    background: url(../../img/services/Picto/plume.svg) no-repeat 50%;
    background-size: contain
}

.content #services-container section.inscription div.inscription-step div.block-picto div div.picto-4 {
    background: url(../../img/services/Picto/drone.svg) no-repeat 50%;
    background-size: contain
}

.content #services-container section.inscription div.inscription-step div.arrow {
    background: url(../../img/services/Picto/arrow.svg) no-repeat 50%;
    background-size: contain;
    width: 58px;
    height: 65px
}

@media screen and (max-width: 1116px) {
    .content #services-container section.inscription div.inscription-step {
        flex-direction: column;
        align-items: center !important
    }

    .content #services-container section.inscription div.inscription-step div.arrow.middle-arrow {
        display: none
    }
}

@media screen and (max-width: 600px) {
    .content #services-container section.inscription div.inscription-step div.block-picto {
        flex-direction: column
    }

    .content #services-container section.inscription div.inscription-step div.block-picto div.arrow {
        display: none
    }
}

@media screen and (min-width: 768px) {
    .content #services-container div.bt-reserver {
        padding-left: 10px
    }
}

#find-place-page .loader-container {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .3137254901960784)
}

#find-place-page .loader-container .loader {
    border-radius: 50%;
    border: 8px solid #f3f3f3;
    border-top-color: #d5091c;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

#find-place-page .find-place-form {
    background-color: #333;
    color: #fff
}

#find-place-page .find-place-form form.globe {
    background-image: url(../../img/earth-globe.svg);
    background-size: 500px;
    background-position-x: -250px;
    background-position-y: 50%;
    background-repeat: no-repeat
}

#find-place-page .find-place-form h3 {
    padding: 20px 0 20px 60px;
    font-size: 1.5rem
}

#find-place-page .find-place-form h3.globe {
    background-image: url(../../img/earth-globe-w.svg);
    background-size: 40px;
    background-position: 0;
    background-repeat: no-repeat
}

#find-place-page .find-place-form form .find-place-input {
    padding: 10px 20px;
    cursor: pointer;
    width: 100%;
    background-color: #fff;
    border: 0;
    color: #333;
    margin-bottom: .75rem;
    border-radius: 0
}

#find-place-page .find-place-form form .find-place-input::placeholder {
    color: #333
}

#find-place-page .find-place-form form .list-input {
    width: 100%;
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
    background-image: url(../../img/red_chevron_little.png);
    background-repeat: no-repeat;
    background-position: 92% 50%;
    background-size: 15px
}

#find-place-page .all-places {
    min-height: 200px;
    position: relative
}

#find-place-page .all-places .loader-container {
    background: none
}

#find-place-page .all-places .place-card {
    margin-bottom: 40px;
    padding-bottom: 20px;
    display: flex
}

#find-place-page .all-places .place-card .card-bottom {
    border-bottom: 2px solid #ff0100;
    padding-bottom: 20px
}

#find-place-page .all-places .place-card .card-bottom .clap-container .clap {
    height: 18px;
    width: 17px
}

#find-place-page .all-places a {
    text-decoration: none;
    color: #111
}

#find-place-page .all-places .place-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    height: 24vh;
    width: 100%;
    margin-bottom: 10px
}

#find-place-page .all-places .place-price {
    float: right;
    color: #ff0100
}

#find-place-page .all-places .place-infos-2 .place-rooms, #find-place-page .all-places .place-infos-2 .place-surface, #find-place-page .all-places .place-like {
    font-family: Montserrat-Light, sans-serif
}

#find-place-page .all-places .place-like {
    font-size: 14px;
    display: flex
}

#find-place-page .all-places .place-like .heart-img {
    background: url(../../img/heart-icon.png) no-repeat 50%;
    width: 20px;
    background-size: contain;
    margin-right: 14px
}

#find-place-page .find-place-map-1 {
    width: 100%;
    height: 85vh;
    margin-bottom: -.5%
}

#find-place-page .find-place-form .row .input-container .picto-localisation {
    background-image: url(../../img/picto-localisation.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 30px;
    position: absolute;
    top: 40px;
    right: 25px;
    height: 30px;
    width: 30px;
    cursor: pointer
}

#find-place-page .find-place-form .row .input-container .list-input:focus, #find-place-page .find-place-form .row .input-container .submit-input:focus, #find-place-page .find-place-form .row .input-container input:focus {
    outline: 0
}

#find-place-page .find-place-form .row .row-2-container {
    display: flex;
    padding: 0
}

#find-place-page .find-place-form .row .row-2-container .row {
    margin: 0;
    width: 100%
}

@media (max-width: 1200px) {
    #find-place-page .find-place-form form .submit-input {
        height: 100%;
        padding: 20px 0
    }
}

@media (max-width: 992px) {
    #find-place-page .find-place-form form .submit-input {
        padding: 20px
    }
}

@media (max-width: 767px) {
    #find-place-page .find-place-form form .submit-input-container {
        background-color: #00f;
        width: 65%;
        display: flex;
        justify-content: left
    }
}

#find-place-page .find-place-map-2 {
    width: 100%;
    height: 50vh;
    margin-bottom: -.5%
}

#find-place-page .place-find-header-infos {
    margin-top: 30px;
    margin-bottom: 40px
}

#find-place-page .place-find-header-infos .result-num {
    font-family: Montserrat-Bold, sans-serif
}

#find-place-page .place-find-header-infos .sort-infos .result-to-display, #find-place-page .place-find-header-infos .sort-infos .sort-result {
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    background-image: url(../../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 15px;
    padding-right: 25px
}

#find-place-page .place-find-header-infos .sort-infos .sort-result {
    margin-left: 20px
}

#find-place-page .place-find-header-infos .sort-infos .result-to-display:focus, #find-place-page .place-find-header-infos .sort-infos .sort-result:focus {
    outline: 0
}

#find-place-page .place-find-header-infos .sort-infos .result-to-display:hover, #find-place-page .place-find-header-infos .sort-infos .sort-result:hover {
    cursor: pointer
}

#find-place-page .change-page {
    margin-bottom: 4%;
    display: flex;
    justify-content: center;
    align-items: center
}

#find-place-page .change-page a {
    text-decoration: none;
    color: #202428
}

#find-place-page .change-page .next-result, #find-place-page .change-page .prev-result {
    margin: 0 5px
}

#find-place-page .change-page .next-page, #find-place-page .change-page .prev-page {
    background-image: url(../../img/arrow-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 15px;
    height: 16px;
    transform: rotate(90deg)
}

#find-place-page .change-page .next-page {
    transform: rotate(-90deg)
}

#find-place-page .change-page .next-result, #find-place-page .change-page .prev-result {
    background-image: url(../../img/arrow-down.png);
    background-repeat: repeat;
    background-size: contain;
    display: block;
    width: 15px;
    height: 16px;
    transform: rotate(90deg);
    margin: 0 2%
}

#find-place-page .change-page .page-num {
    margin: 0 1%
}

#find-place-page .change-page .next-result {
    transform: rotate(-90deg)
}

#discover-block .theme-preview:hover {
    text-decoration: none
}

#discover-block h3.title-block {
    font-size: 20px;
    text-align: center;
    font-family: Montserrat-Light;
    font-weight: 400
}

#knowus h3 {
    font-family: Montserrat-Bold, sans-serif
}

#knowus h3.white-title {
    color: #fff
}

#knowus h3.end-question, #knowus h3.knowus-title {
    font-family: Montserrat-Light, sans-serif;
    font-size: 20px
}

#knowus h3.end-question {
    color: #d5091c
}

#knowus p {
    font-family: Montserrat-Light, sans-serif
}

#knowus p.white-text {
    color: #fff
}

#knowus .opacityOff {
    opacity: 0
}

#knowus .button {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    line-height: 50px;
    padding: 0 25px;
    font-size: .8125rem;
    cursor: pointer;
    outline: 0;
    border: none;
    background-color: #d5091c;
    font-family: Montserrat-Bold, sans-serif
}

#knowus section.features {
    min-height: 650px;
    max-height: 900px
}

@media screen and (max-width: 992px) {
    #knowus section.features {
        min-height: inherit;
        max-height: inherit
    }
}

#knowus section.who div.bg-who {
    background: url(../../img/knowus-top-bg.png) no-repeat 50%;
    background-size: cover;
    align-items: center
}

#knowus section.who div.top-text {
    background-color: rgba(51, 51, 51, .75);
    height: 30%;
    margin: 200px;
    padding: 50px
}

@media screen and (max-width: 1200px) {
    #knowus section.who div.top-text {
        margin: 100px
    }
}

@media screen and (max-width: 768px) {
    #knowus section.who div.top-text {
        margin: 15px;
        padding: 15px
    }
}

#knowus section.plateforme {
    color: #d5091c;
    margin: 50px 0;
    max-height: 50px;
    text-align: center
}

@media (max-width: 576px) {
    #knowus section.plateforme {
        max-height: inherit
    }
}

#knowus section.plateforme div.plateforme-text {
    font-size: 1.2em
}

#knowus section.plateforme.how {
    margin-bottom: 3%
}

#knowus div.barre-top {
    background: url(../../img/Picto.svg) no-repeat 50%;
    height: 100px;
    background-size: contain;
    z-index: 1
}

#knowus div.white-border-left {
    border-left: 2px solid #fff
}

#knowus div.red-border-left {
    border-left: 2px solid #d5091c
}

#knowus section.interface:before {
    content: "";
    position: absolute;
    height: 100px;
    background: url(../../img/Picto.svg) no-repeat 50%;
    background-size: contain;
    width: 100%;
    z-index: 1
}

#knowus section.interface {
    min-height: 500px;
    max-height: 750px
}

#knowus section.interface div.animated {
    text-align: right
}

#knowus section.interface div.interface-iphone {
    background-image: url(../../img/knowus-iphone.png);
    background-repeat: no-repeat;
    background-position: 50%;
    min-height: 500px;
    background-size: contain
}

#knowus section.calendrier:before {
    content: "";
    position: absolute;
    height: 100px;
    background: url(../../img/knowus-picto-calendar.svg) no-repeat 50%;
    background-size: contain;
    width: 100%;
    margin-top: -50px;
    z-index: 1
}

#knowus section.calendrier {
    background-color: #d5091c
}

#knowus section div.calendrier-ordi {
    background-image: url(../../img/knowus-calendar.svg);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 40%
}

#knowus section.outil:before {
    content: "";
    position: absolute;
    height: 100px;
    background: url(../../img/knowus-picto-location.svg) no-repeat 50%;
    background-size: contain;
    width: 100%;
    margin-top: -50px;
    z-index: 1
}

#knowus section.outil {
    min-height: 650px;
    background: url(../../img/Geolocalisation_v3.jpg) no-repeat 50%;
    background-size: cover
}

#knowus section.outil div.animated {
    text-align: right;
    width: 100%
}

@media (max-width: 576px) {
    #knowus section.outil .geoloc {
        height: 700px
    }
}

#knowus section.messagerie:before {
    content: "";
    position: absolute;
    height: 100px;
    background: url(../../img/knowus-picto-message.svg) no-repeat 50%;
    background-size: contain;
    width: 100%;
    margin-top: -50px;
    z-index: 1
}

#knowus section.messagerie div.block-messagerie {
    background-color: #333
}

#knowus section.messagerie div.messagerie {
    background: url(../../img/knowus-messagerie.png) no-repeat 50%;
    background-size: 500px;
    min-height: 500px
}

@media (max-width: 576px) {
    #knowus section.messagerie div.messagerie {
        background-size: 100%;
        min-height: 450px
    }
}

#knowus section.gamme:before {
    content: "";
    position: absolute;
    height: 100px;
    background: url(../../img/knowus-picto-gamme.png) no-repeat 50%;
    background-size: contain;
    width: 100%;
    margin-top: -50px;
    z-index: 1
}

#knowus section.gamme {
    min-height: 650px;
    background: url(../../img/knowus-drone.jpg) no-repeat 50%;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(51, 51, 51, .2)
}

#knowus section.gamme div.animated {
    text-align: right
}

#knowus section.paiement:before {
    content: "";
    position: absolute;
    height: 100px;
    background: url(../../img/knowus-picto-paiement.svg) no-repeat 50%;
    background-size: contain;
    width: 100%;
    margin-top: -50px;
    z-index: 1
}

#knowus section.paiement div.paiement {
    background: url(../../img/knowus-paiment.svg) no-repeat 50%;
    background-color: #f2f2f2
}

#knowus section.paiement div.block-paiement {
    background-color: #d5091c
}

#knowus .title-block-line-red {
    border-top-color: #d5091c;
    width: 20px;
    margin-top: 20px
}

#knowus section.lieu div.block-lieu {
    height: 400px;
    background: url(../../img/trouver_un_lieu.jpg) no-repeat 50%;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(51, 51, 51, .2)
}

#knowus section.lieu div.block-lieu-droite {
    height: 400px;
    background: url(../../img/proposer_un_lieu.jpeg) no-repeat 50%;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(51, 51, 51, .2)
}

@media screen and (max-width: 992px) {
    #knowus div.red-border-left, #knowus div.white-border-left {
        border: none
    }

    #knowus section.interface:before {
        display: none
    }

    #knowus section.interface {
        min-height: 0;
        max-height: none
    }

    #knowus section.interface div.animated {
        text-align: center
    }

    #knowus section.calendrier:before {
        display: none
    }

    #knowus section#picto2 {
        display: flex;
        margin-top: auto;
        margin-bottom: auto;
        text-align: center;
        width: 100vw;
        flex-flow: wrap-reverse;
        justify-content: center
    }

    #knowus section#picto2 div#picto2-cal {
        max-width: 50%;
        padding: 8em;
        background-position: 50%;
        background: url(../../img/knowus-picto-calendar-responsive.png);
        background-repeat: no-repeat;
        background-size: 100%
    }

    #knowus section.outil:before {
        display: none
    }

    #knowus section.outil div.animated {
        text-align: center;
        width: 100%
    }

    #knowus section.messagerie:before {
        display: none
    }

    #knowus section.messagerie {
        flex-direction: column-reverse;
        text-align: center
    }

    #knowus section.messagerie div.messagerie {
        background-size: 150%;
        background-position: 100%
    }

    #knowus section.gamme:before {
        display: none
    }

    #knowus section.gamme div.animated {
        text-align: center
    }

    #knowus section.paiement:before {
        display: none
    }

    #knowus section.paiement {
        flex-direction: column-reverse;
        text-align: center
    }

    #knowus div.calendrier-ordi, #knowus div.interface-iphone {
        background-size: 40%
    }

    #knowus section.outil {
        background-position: 80% 0
    }

    #knowus section.who {
        height: 30%;
        width: 30%;
        display: inline
    }
}

#rent-container {
    background-color: hsla(0, 0%, 87.8%, .2)
}

#rent-container .btn-text-color {
    color: #d5091c
}

#rent-container .btn.btn-red {
    font-size: large
}

#rent-container .header-owner {
    background: url(../../img/tmp/bg-rent.png)
}

#rent-container .header-customer {
    background: url(../../img/tmp/rent-customer-bg.png)
}

#rent-container .header-customer .row {
    background-color: #f2f2f2
}

#rent-container .rent-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 780px;
    padding: 50px 70px;
    background-color: #f2f2f2
}

#rent-container .rent-header .description-content {
    background-color: hsla(0, 0%, 100%, .8);
    padding: 50px 0
}

#rent-container .rent-header .description-content h3 {
    color: #d5091c;
    font-size: 22px
}

#rent-container .rent-header .description-content .my-text-bold {
    font-family: Montserrat-Bold, sans-serif
}

#rent-container .rent-header .description-content .deposit-announce-text {
    margin-top: 80px
}

#rent-container .rent-header .description-content .deposit-announce-text span:nth-of-type(2) {
    color: #d5091c
}

#rent-container .rent-btn {
    background-color: #f2f2f2;
    height: 150px;
    display: flex;
    align-items: center;
    text-align: center
}

#rent-container .rent-btn span {
    font-family: Montserrat-Bold, sans-serif;
    padding: 10px 30px
}

#rent-container .rent-btn div:first-of-type {
    text-align: right
}

#rent-container .rent-btn div:first-of-type span {
    background-color: #d5091c;
    color: #fff
}

#rent-container .rent-btn div:nth-of-type(2) {
    text-align: left
}

#rent-container .rent-btn div:nth-of-type(2) span {
    background-color: #fff
}

#rent-container .rent-step {
    padding: 10px 100px 100px;
    background: url(../../img/tmp/bg-grey.svg);
    background-repeat: no-repeat;
    background-size: contain
}

#rent-container .rent-step .step {
    display: flex;
    justify-content: center;
    width: 100%
}

#rent-container .rent-step .step .step-label {
    font-family: Montserrat-Bold, sans-serif;
    text-align: right
}

#rent-container .rent-step .step .red-dot-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

#rent-container .rent-step .step .red-dot-content .red-dot {
    width: 40px;
    height: 40px;
    border: 12px solid #d5091c;
    border-radius: 20px;
    z-index: 1;
    background-color: #fff
}

#rent-container .rent-step .step .red-dot-content .red-bar {
    position: absolute;
    top: 46px;
    width: 6px;
    background-color: #d5091c
}

#rent-container .rent-step .step .step-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .15);
    display: flex;
    align-items: center
}

@media screen and (max-width: 1260px) {
    #rent-container .rent-step .step .red-dot-content .red-bar {
        top: 65px
    }
}

@media screen and (max-width: 1150px) {
    #rent-container .rent-header {
        height: 900px
    }
}

@media screen and (max-width: 992px) {
    #rent-container .rent-header {
        height: 1100px
    }

    #rent-container .rent-header .description-content div:nth-of-type(2) {
        margin-top: 50px
    }

    #rent-container .rent-step .step {
        display: block
    }

    #rent-container .rent-step .step .step-label {
        line-height: 20px;
        text-align: center
    }

    #rent-container .rent-step .step .red-bar, #rent-container .rent-step .step .red-dot {
        display: none
    }
}

@media screen and (max-width: 650px) {
    #rent-container .rent-header {
        height: 1300px
    }
}

@media screen and (max-width: 580px) {
    #rent-container .rent-btn div:first-of-type {
        text-align: center;
        margin: auto
    }

    #rent-container .rent-btn div:first-of-type span {
        display: block;
        width: 250px;
        margin: auto
    }

    #rent-container .rent-btn div:nth-of-type(2) {
        text-align: center;
        margin: auto
    }

    #rent-container .rent-btn div:nth-of-type(2) span {
        display: block;
        width: 250px;
        margin: auto
    }
}

@media screen and (max-width: 550px) {
    #rent-container .rent-header {
        height: 1600px
    }

    #rent-container .rent-step {
        padding: 60px
    }
}

@media screen and (max-width: 450px) {
    #rent-container .rent-header {
        height: 1700px
    }
}

@media screen and (max-width: 400px) {
    #rent-container .rent-header {
        height: 2200px
    }
}

#login {
    min-height: 55vh
}

#login .title {
    font-family: MontSerrat-Bold, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1.5rem
}

#login .info {
    background-color: #d5091c;
    color: #fff;
    width: 100vw
}

#login p {
    font-size: .875em
}

#login a.password {
    text-align: right;
    display: block;
    width: 100%;
    color: #222;
    font-family: Montserrat-Light, sans-serif;
    font-size: .875em;
    text-decoration: underline
}

#login .border-left-red {
    border-left: 1px solid #d5091c
}

@media (max-width: 767px) {
    #login .border-left-red {
        border: none
    }
}

#payment .recap {
    font-size: .875em
}

#payment h1 {
    font-size: 1.25em;
    font-family: montserrat-bold, sans-serif;
    font-weight: 400
}

#payment .notif-message {
    color: #d5091c;
    background-image: url(../../img/notifImg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 18px;
    padding-left: 25px;
    font-size: 13px
}

#payment .picto {
    width: 50%;
    height: 100%;
    min-height: 25px;
    background: url(../../img/CB.png) 100% no-repeat;
    background-size: contain
}

#location-container .required-star {
    color: var(--main-red);
    margin-left: 10px;
    position: absolute;
    top: 10px;
    right: -10px
}

#location-container #add-picture, #location-container #add-video, #location-container #disable_submit {
    min-width: 200px
}

#location-container .hidden-line {
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -99
}

#location-container input.input-from, #location-container input.input-to {
    width: 180px;
    height: 60px;
    margin-right: 30px
}

#location-container .relative-container {
    flex: 1;
    position: relative
}

#location-container .relative-container .location-input {
    width: calc(100% - 10px)
}

@media (max-width: 577px) {
    #location-container .relative-container {
        width: 100%
    }
}

#location-container .go-back .back-btn {
    padding: 0 18px;
    margin-bottom: 25px;
    text-decoration: none;
    color: var(--main-black);
    background-repeat: no-repeat;
    background-size: 8px;
    display: block;
    background-position: 0 50%
}

#location-container .location-step-2-form {
    margin-top: 60px
}

#location-container .location-step-2-form .main-photo {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: 50%
}

#location-container .location-step-2-form .other-videos {
    margin-top: 50px
}

#location-container .location-step-2-form .other-videos .photos-container {
    display: flex;
    flex-wrap: wrap
}

#location-container .location-step-2-form .other-videos .photos-container .square-img {
    margin-right: 20px;
    margin-bottom: 20px;
    height: 180px;
    width: 180px;
    background-size: cover
}

#location-container .location-step-2-form .other-videos .photos-container .square-img:hover button.delete-picture {
    cursor: pointer;
    background-size: 65%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../../img/delete-button.png);
    height: 100%;
    width: 100%;
    opacity: .8
}

#location-container .location-step-2-form .other-videos .photos-container .square-img button.delete-picture {
    border: none;
    background-color: transparent
}

#location-container .location-step-2-form .other-videos .photos-container .square-img button.delete-picture:active {
    opacity: 1
}

#location-container .location-step-2-form .other-videos .photos-container .square-img button.delete-picture:focus {
    outline: 0
}

#location-container .location-step-2-form .next-step-button {
    /*height: 50px;*/
    color: #fff;
    background-color: var(--main-red);
    margin-bottom: 50px;
    align-self: flex-end;
    margin-top: 10px;
    margin-right: 15px;
    font-size: 14px;
    border: none;
    border-radius: 0
}

#location-container .loader-container {
    width: 30px;
    height: 30px;
    position: relative
}

#location-container .loader-container .loader {
    border-radius: 50%;
    border: 3px solid #d2d2d2;
    border-top-color: #d5091c;
    width: 30px;
    height: 30px;
    margin: 0;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

#location-container .loader-container .percent {
    position: absolute;
    top: 8px;
    right: 4px;
    font-size: 10px
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

#location-container .info {
    display: inline-block;
    background-color: #d5091c;
    border-radius: 50px;
    padding: 1px 8px;
    height: 20px;
    width: 20px;
    font-size: 14px;
    color: #fff;
    outline: 0;
    border: 0;
    cursor: pointer
}

@media (max-width: 414px) {
    #location-container .main-content .location-form .form-group label.side-label {
        width: 100%
    }
}

@media (max-width: 768px) {
    #location-container .main-content .category-button {
        flex: none;
        position: relative
    }
}

#locality-page .thumbnails {
    margin: 10px 0;
    text-align: center
}

#locality-page .thumbnails a.thumbnail-element {
    width: 100px;
    height: 60px;
    display: inline-block;
    margin: 4px;
    background-size: cover
}

#locality-page .calendar-picto {
    opacity: .8;
    cursor: pointer
}

#locality-page .calendar-picto:hover {
    opacity: 1
}

#locality-page .default-project {
    position: absolute;
    top: 30%;
    left: 15px;
    color: grey;
    font-size: 14px
}

#locality-page .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23EDEEEC' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

#locality-page .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23EDEEEC' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

#locality-page #locality-infos {
    margin: 40px 100px 0
}

#locality-slider .carousel-inner {
    height: 40vw
}

#locality-page .favorite-select {
    background-color: transparent;
    width: 100%;
    padding: 10px 25px;
    border: 1px solid #000;
    border-radius: 0;
    -webkit-appearance: none;
    background-image: url(../../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 15px;
    cursor: pointer
}

#locality-page .favorite-select:focus {
    outline: none
}

#locality-slider .carousel-control-next .favorite-img {
    background-image: url(../../img/favorites-img.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    background-color: transparent;
    cursor: pointer
}

#locality-slider .carousel-control-next .favorite-img:focus {
    outline: 0
}

#locality-slider .carousel-control-next .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23EDEEEC' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

#locality-slider .carousel-control-prev .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23EDEEEC' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

#locality-slider .carousel-element {
    height: 40vw;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

#locality-page .display-inline-flex {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox
}

#locality-page .justify-content-space-between {
    justify-content: space-between
}

#locality-page .place-note {
    font-size: 14px;
    font-family: Montserrat-Light
}

#locality-page .locality-ref {
    color: var(--main-red);
    font-size: 13px
}

#locality-page .locality-name {
    font-size: 24px;
    font-family: PlayfairDisplay-Bold
}

#locality-page .feedback {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 40px
}

#locality-page .locality-infos, #locality-page .locality-infos-little {
    font-family: Montserrat-Light;
    font-size: 13px
}

#locality-page .locality-value {
    font-family: Montserrat-Bold;
    font-size: 15px
}

#locality-page .locality-price {
    font-family: Montserrat-Light;
    font-size: 14px;
    color: var(--main-red)
}

#locality-page .clap-container {
    margin-left: 10px
}

#locality-page .clap {
    height: 18px;
    width: 17px;
    margin-bottom: 10px
}

#locality-page .text-bubble {
    height: 20px;
    width: 23px;
    margin-left: 10px
}

#locality-page .review-user-name {
    font-family: Montserrat-Bold
}

#locality-page .review-comment {
    font-family: Montserrat-Light;
    max-inline-size: 1000px
}

#locality-page .reporting {
    background-image: url(../../img/flag-solid.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px
}

#locality-page .newProject {
    text-decoration: underline;
    color: var(--main-red);
    font-size: 14px
}

@media (max-width: 992px) {
    #locality-page #locality-infos {
        margin: 25px 15px 0
    }
}

@media (max-width: 432px) {
    #locality-page #locality-infos {
        margin: 20px 0
    }

    #locality-page #locality-slider .carousel-inner {
        height: 100%
    }

    #locality-page .popularity {
        padding-right: 0
    }

    #locality-page .clap {
        height: 15px;
        width: 14px
    }

    #locality-page .feedback {
        flex: 1;
        justify-content: flex-end;
        padding-left: 0;
        margin-left: 0
    }

    #locality-page .text-bubble {
        height: 17px;
        width: 20px
    }
}

#locality-page .border-right-infos {
    border-right: 1px solid #dcdcdc;
    padding-left: 6%
}

#locality-page .next-disponibility {
    border-right: 1px solid #dcdcdc
}

#locality-page .next-disponibility-block {
    margin-right: 30px
}

#locality-page .price-block {
    display: flex;
    align-items: center
}

#locality-page .price-container {
    display: flex !important;
    align-items: center;
    justify-content: flex-end
}

#locality-page .favorite-block {
    display: flex;
    align-items: center
}

#locality-page .favorite {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--main-red);
    border-radius: 50px;
    padding: 10px 15px
}

#locality-page .favorite-text {
    font-family: Montserrat-Medium;
    font-size: 14px
}

#locality-page .dl-text {
    font-size: 14px;
    text-decoration: underline;
    color: #000
}

#locality-page .file-size {
    font-size: 14px;
    font-family: Montserrat-Light;
    text-decoration: underline
}

#locality-page .button-text {
    font-size: 13px;
    font-family: Montserrat-Bold
}

#locality-page .message-button {
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #333
}

#locality-page .reservation-button {
    height: 50px;
    margin-left: 50px;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    border-color: var(--main-red);
    background-color: var(--main-red)
}

#locality-page .reservation-button a {
    text-decoration: none
}

#locality-page .icon-fav {
    padding-left: 40px;
    background-image: url(../../img/heart-icon.png);
    background-repeat: no-repeat;
    background-position: 0 .5rem;
    background-size: 25px
}

#locality-page .button-fav:focus, #locality-page .message-button:focus, #locality-page .reservation-button:focus {
    outline: 0
}

@media (max-width: 1352px) {
    #locality-page .reservation-button {
        margin-left: 0;
        margin-top: 50px
    }

    #locality-page .button-fav {
        border-radius: 50px
    }
}

@media (max-width: 992px) {
    #locality-page .message-button {
        margin-bottom: 15px
    }

    #locality-page .description-place {
        margin-top: 50px
    }
}

@media (max-width: 768px) {
    #locality-page .dl-block {
        justify-content: flex-end
    }

    #locality-page .buttons-block {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        text-align: unset !important
    }

    #locality-page .message-button {
        height: 35px
    }

    #locality-page .reservation-button {
        height: 35px;
        margin-bottom: 50px
    }

    #locality-page .place-interaction-btn {
        margin-top: 50px
    }

    #locality-page .next-disponibility {
        border-right: 0;
        margin: 1rem 0
    }
}

@media (max-width: 550px) {
    .place-note {
        display: flex;
        flex-direction: column
    }

    #locality-page .feedback {
        margin-left: 0
    }
}

@media (max-width: 432px) {
    #locality-page .display-block-sm {
        display: block
    }

    #locality-page .pl-sm-0 {
        padding-left: 0
    }

    #locality-page .border-right-infos {
        margin-right: 0
    }

    #locality-page .price-container {
        text-align: unset !important;
        display: block
    }

    #locality-page .favorite-block {
        text-align: center;
        margin-bottom: 15px
    }

    #locality-page .dl-block {
        justify-content: center
    }

    #locality-page .buttons-block {
        text-align: center !important
    }

    #locality-page .message-button {
        margin-top: 10px;
        margin-right: 0 !important
    }

    #locality-page .reservation-button {
        margin-left: 0 !important;
        margin-top: 10px
    }
}

#locality-page .description-block {
    background-color: #f2f2f2
}

#locality-page .description-title {
    font-family: Montserrat-Bold;
    font-size: 18px;
    margin: 30px 0 25px
}

#locality-page .description-text {
    font-family: Montserrat-Light;
    font-size: 14px
}

#locality-page .description-text span {
    font-family: Montserrat-Light
}

#locality-page .more-infos {
    text-decoration: underline;
    font-family: Montserrat-Medium;
    font-size: 14px
}

#locality-page .address-block ul {
    list-style: none
}

#locality-page .address-title {
    font-family: Montserrat-Bold;
    font-size: 18px;
    margin-top: 10px
}

#locality-page .address-block li {
    font-family: Montserrat-Light;
    font-size: 14px
}

#locality-page .description-block .description-text .morecontent span {
    display: none
}

#locality-page .description-block .description-text .morelink {
    display: block;
    color: #d5091c;
    margin-top: 1rem
}

#locality-page .description-block .description-text .morelink.less {
    margin-top: 0;
    margin-bottom: 2rem
}

#locality-page .description-block .object-cover {
    width: 50%
}

@media (max-width: 1200px) {
    #locality-page .description-block .object-cover {
        width: 100%;
        margin-bottom: 2rem
    }
}

#locality-page .placecard__container {
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, .298039);
    max-width: 330px;
    width: 100%;
    background: #fff none repeat scroll 0 0/auto padding-box border-box;
    border-radius: 2px 2px 2px 2px;
    font: normal normal normal normal 11px/normal Roboto, Arial, sans-serif;
    margin: 10px;
    padding: 9px 4px 9px 11px;
    overflow: hidden;
    position: absolute;
    z-index: 2
}

#locality-page .placecard__left {
    float: left;
    width: 75%
}

#locality-page .placecard__right {
    text-align: center;
    float: left;
    width: 25%
}

#locality-page .placecard__business-name {
    cursor: default;
    height: 19px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    perspective-origin: 100px 9.5px;
    transform-origin: 100px 9.5px;
    font: normal normal 500 normal 14px/normal Roboto, Arial;
    overflow: hidden;
    margin: 0
}

#locality-page .placecard__info {
    color: #5b5b5b;
    cursor: default;
    height: 32px;
    width: 200px;
    column-rule-color: #5b5b5b;
    perspective-origin: 100px 16px;
    transform-origin: 100px 16px;
    border: 0 #5b5b5b;
    font: normal normal normal normal 12px/normal Roboto, Arial;
    margin: 6px 0 0;
    outline: 0 none #5b5b5b
}

#locality-page .placecard__direction-icon {
    background: transparent url(https://maps.gstatic.com/mapfiles/embed/images/entity11.png) repeat scroll 0 0/70px 210px padding-box border-box;
    height: 22px;
    width: 22px;
    margin-right: auto;
    margin-left: auto
}

#locality-page .placecard__direction-link {
    color: #3a84df;
    display: block;
    height: 43px;
    text-decoration: none;
    width: 54.7344px
}

#locality-page .placecard__view-large {
    display: block;
    margin-top: 10px;
    color: #3a84df;
    text-decoration: none
}

#reporting p.review-comment {
    padding-left: 50px;
    font-size: 15px;
    font-style: italic
}

#reporting p.question {
    font-family: MontSerrat-Bold, sans-serif;
    padding-left: 50px
}

#reporting div.red-border-left {
    border-left: 2px solid #d5091c
}

#reporting .block-content {
    border-left: #ff0100;
    width: 50%;
    margin-top: 10%;
    margin-bottom: 10%
}

#reporting div.report-buttons {
    padding-left: 32px
}

#blog .btn-back {
    position: absolute;
    color: #111;
    text-decoration: none
}

#blog p {
    font-family: Montserrat-Light, sans-serif
}

#blog p.previous-title {
    color: #d5091c;
    font-size: 1.2em
}

#blog p.article-text {
    text-align: justify
}

#blog h2.article-title {
    font-size: 24px;
    font-family: PlayfairDisplay-Black
}

#blog section .article-left-image {
    background-size: contain;
    background-repeat: no-repeat;
    height: 400px;
    background-position: top;
    object-fit: cover
}

#blog section .article-date {
    text-align: right;
    font-size: 12px
}

#blog .article-img {
    width: 50%;
    margin-right: 3rem;
    margin-bottom: 2rem
}

@media screen and (max-width: 992px) {
    #blog .article-img {
        width: 100%;
        margin-right: 0
    }
}

@media screen and (max-width: 992px) {
    #blog section div.block-article {
        text-align: center
    }

    #blog section .article-left-image {
        min-height: 200px
    }
}

#blog .red-line {
    border-top-color: #d5091c;
    width: 20px;
    margin-top: -2em;
    margin-bottom: .75em
}

#register-container .form-error, #register-container .register-form {
    margin-top: 60px
}

#register-container .service-container {
    display: flex
}

#register-container .register-form .warning-owner {
    color: red;
    font-size: smaller
}

#register-container .go-back-btn {
    margin-bottom: 25px;
    text-decoration: none;
    color: var(--main-black);
    background-image: url(../img/Picto/Chevronlittle_left.png);
    background-repeat: no-repeat;
    background-size: 8px;
    display: block;
    background-position: 0 50%
}

#register-container .go-back-btn:hover {
    cursor: pointer
}

#register-container .company-button, #register-container .register-button, #register-container .service-button {
    width: 150px;
    min-height: 60px;
    font-size: 13px;
    background-color: transparent;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd
}

#register-container .company-button:hover, #register-container .register-button:hover, #register-container .service-button:hover {
    background-color: #333;
    cursor: pointer;
    color: #fff;
    border: 1px solid #333
}

#register-container .company-button:focus, #register-container .register-button:focus, #register-container .service-button:focus {
    outline: 0
}

#register-container .company-button.selected, #register-container .register-button.selected, #register-container .service-button.selected {
    color: #fff;
    background-color: #333;
    border: 1px solid #333
}

#register-container .group-button {
    text-align: center
}

#register-container .register-form .register-header {
    margin-top: 5px;
    margin-bottom: 15px
}

#register-container .register-form .register-details {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 15px
}

#register-container .register-form .register-label {
    margin-top: 10px;
    margin-bottom: 30px;
    color: var(--main-red)
}

@media screen and (min-width: 768px) {
    #register-container .register-form .col-form-label {
        padding-left: 25px
    }
}

#register-container .register-form .register-label span {
    font-size: 18px
}

#register-container .register-form form {
    flex-direction: column;
    display: flex
}

#register-container .register-form .register-input {
    padding-left: 20px;
    margin-bottom: 10px;
    height: 60px;
    flex: 1
}

#register-container .register-form .register-input-checkbox {
    padding-left: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
    height: 60px;
    color: red
}

#register-container .register-form .condition-accept-link, #register-container .register-form label[for=register_third_step_differentAddress] {
    color: #222;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

#register-container .register-form .register-input:first-child {
    margin-top: 10px
}

#register-container .register-form .register-input {
    border: thin solid #d1d1d1
}

#register-container .register-form .register-input:focus {
    outline: none;
    border: thin solid #d5091c
}

#register-container .cgu-overflow {
    height: 50vh;
    overflow: auto;
    scroll-behavior: smooth
}

#register-container .cgu-overflow p {
    font-size: .9em
}

#register-container .cgu-overflow a {
    text-decoration: none;
    color: #000;
    font-weight: 700
}

#register-container .cgu-overflow .sumary {
    display: block
}

#register-container .cgu-overflow .cguCheckboxContainer {
    display: flex;
    align-items: center
}

#register-container .cgu-overflow .cguCheckboxContainer .condition-accept-link {
    margin-right: 1em
}

#register-container .register-form .back-next-buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    margin-top: 45px;
    margin-right: -13px
}

#register-container .back-next-buttons .register-button-back {
    width: 120px;
    height: 50px;
    background-color: transparent;
    margin-left: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    outline: 0;
    border-style: solid
}

#register-container .back-next-buttons .register-button-next {
    width: 120px;
    float: right
}

#register-container .back-next-buttons .register-button-next, #register-container .back-next-buttons .register-button-validate {
    height: 50px;
    color: #fff;
    background-color: var(--main-red);
    margin-bottom: 10px;
    align-self: flex-end;
    margin-right: 15px;
    cursor: pointer;
    outline: 0
}

#register-container .back-next-buttons .register-button-validate {
    width: 285px
}

#register-container .required-star {
    color: var(--main-red);
    margin-left: 10px;
    position: absolute;
    top: 10px;
    right: -10px
}

#register-container .empty-star {
    margin-left: 15px
}

#register-container .input-container {
    display: flex
}

#register-container hr {
    border: .5px solid #9b9b9b;
    width: 100%
}

#register-container .cgu-modal-content {
    border-radius: 0
}

#register-container .register-save-cgu {
    border-radius: 0;
    background-color: var(--main-red);
    color: #fff
}

#register-container .btn-cancel-cgu {
    border-radius: 0;
    background-color: transparent;
    color: #111
}

#reservation-container .reservation-banner {
    color: #fff;
    padding: 1.5rem 0;
    background-color: var(--main-grey)
}

#reservation-container .reservation-banner .title-container {
    padding: 0 5%
}

#reservation-container .reservation-banner .title-container h1 {
    font-size: 24px;
    margin-bottom: 0
}

#reservation-container .text-bold {
    font-family: Montserrat-Bold, sans-serif
}

#reservation-container .left-info {
    padding: 2rem 5vw;
    background-color: #ededed
}

#reservation-container .left-info .recap-container {
    background-color: #ededed
}

#reservation-container .left-info .recap-container .title {
    font-size: 24px;
    margin-bottom: 5.5%;
    font-family: PlayfairDisplay-Black
}

#reservation-container .left-info .recap-container .info-separator {
    height: 1px;
    background-color: grey
}

#reservation-container .left-info .recap-container .info {
    padding: 1rem 0
}

#reservation-container .left-info .recap-container .info img {
    margin-bottom: 3px
}

#reservation-container .left-info .recap-container .red-separator {
    height: 2px;
    background-color: var(--main-red)
}

#reservation-container .right-info {
    padding: 40px 5vw
}

#reservation-container .right-info .title {
    color: var(--main-red);
    margin-bottom: 30px
}

#reservation-container .right-info .form-line {
    display: flex;
    margin-bottom: 30px
}

#reservation-container .right-info .form-line .label {
    margin: auto
}

#reservation-container .right-info .form-line .t-datepicker {
    display: flex;
    flex: 1
}

#reservation-container .right-info .form-line .t-datepicker .t-check-in {
    margin-right: 10px
}

#reservation-container .right-info .form-line .t-datepicker .t-check-out {
    margin: auto auto auto 10px;
    border: 1px solid var(--main-light-grey);
    height: 60px
}

#reservation-container .right-info .form-line .t-datepicker .location-input {
    border: 1px solid var(--main-light-grey);
    padding-left: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
    height: 60px;
    flex: 1
}

#reservation-container .right-info .form-line .t-datepicker.calendar-input-container {
    display: flex;
    margin-top: 10px
}

#reservation-container .right-info .form-line .t-datepicker .calendar-input-container .calendar-col, #reservation-container .right-info .form-line .t-datepicker .calendar-input-container .calendar-col div {
    display: flex;
    flex: 1;
    align-items: center
}

#reservation-container .right-info .form-line .t-datepicker .calendar-input-container .calendar-col div {
    padding-left: 10px
}

#reservation-container .right-info .form-line .t-datepicker .t-dates {
    display: flex;
    align-items: center;
    height: 60px
}

#reservation-container .right-info .form-line .t-datepicker .t-check-in, #reservation-container .right-info .form-line .t-datepicker .t-check-out {
    border: 1px solid var(--main-light-grey);
    height: 60px;
    border-radius: 0
}

#reservation-container .right-info .form-line .t-datepicker .t-date-info-title {
    top: inherit;
    left: inherit
}

#reservation-container .right-info .form-line .form-group .side-label {
    width: 120px
}

@media (max-width: 768px) {
    #reservation-container .right-info .form-line .form-group .side-label {
        text-align: center
    }
}

#reservation-container .right-info .input {
    border: 1px solid var(--main-light-grey);
    padding-left: 20px;
    margin-bottom: 10px;
    height: 60px;
    flex: 1
}

#reservation-container .right-info .input:focus {
    outline: 0
}

#reservation-container .right-info .message-input {
    padding-top: 15px;
    height: 150px;
    resize: none;
    font-size: 14px
}

#reservation-container .right-info .input.extra-height {
    height: 60px
}

@media (max-width: 576px) {
    #location-container .main-content .price-checkbox-container, #reservation-container .right-info .input {
        width: 100%;
        margin-left: 0
    }
}

#reservation-container .right-info .select-container {
    display: flex
}

#reservation-container .right-info .select-container select {
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    background-image: url(../../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    background-size: 15px;
    padding: 0 15px
}

#reservation-container .right-info .form-actions {
    display: flex;
    justify-content: space-between
}

#reservation-container .right-info .form-actions .submit-button {
    margin-right: 15px
}

#reservation-container .right-info .form-actions a {
    text-decoration: none
}

#reservation-container .right-info .form-actions .cancel-button {
    width: 200px;
    height: 50px;
    background-color: transparent;
    margin-bottom: 10px;
    cursor: pointer;
    outline: 0;
    border-color: #d8d8d8 #d1d1d1 #bababa;
    border-style: solid;
    border-width: 1px;
    padding: 1px 7px 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000
}

#reservation-container .right-info .form-actions .submit-button {
    width: 285px;
    height: 50px;
    color: #fff;
    background-color: var(--main-red);
    margin-bottom: 10px;
    align-self: flex-end;
    margin-right: 0;
    outline: 0;
    cursor: pointer
}

#reservation-container .hours-select, #reservation-container .minutes-select {
    background-color: transparent;
    border: 1px solid #dcdcdc;
    min-width: 70px;
    margin: 0 5px;
    -webkit-appearance: none;
    border-radius: 0;
    background-image: url(../../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-size: 15px;
    padding: 0 10px;
    height: 60px
}

#reservation-container .hours-select:focus, #reservation-container .minutes-select:focus {
    outline: none
}

#reservation-container .info-resa {
    display: inline-block;
    background-color: #d5091c;
    border-radius: 50px;
    padding: 1px 8px;
    height: 20px;
    width: 20px;
    font-size: 14px;
    color: #fff;
    outline: 0;
    border: 0;
    cursor: pointer
}

@media (max-width: 576px) {
    #reservation-container .form-actions .btn {
        font-size: 10px;
        padding: 0 10px
    }
}

@media (max-width: 768px) {
    #reservation-container .right-info .input {
        min-height: 60px;
        margin-bottom: 1em
    }
}

html {
    scroll-behavior: smooth
}

html #cguContainer {
    display: flex;
    justify-content: center;
    align-items: center
}

html #cguContainer .cgu {
    margin-top: 3em;
    width: 70%
}

html #cguContainer .cgu .sumary {
    display: block
}

html #cguContainer .cgu a {
    text-decoration: none;
    color: #000;
    font-weight: 700
}

#payment .en-cours {
    color: #f17a06
}

#team h3 {
    font-family: Montserrat-Bold, sans-serif
}

#team h3.white-title {
    color: #fff
}

#team h3.end-question, #team h3.knowus-title {
    font-family: Montserrat-Light, sans-serif;
    font-size: 20px
}

#team h3.end-question {
    color: #d5091c
}

#team p {
    font-family: Montserrat-Light, sans-serif
}

#team p.white-text {
    color: #fff
}

#team .opacityOff {
    opacity: 0
}

#team section.features {
    max-height: 900px
}

@media screen and (max-width: 992px) {
    #team section.features {
        min-height: inherit;
        max-height: inherit
    }
}

#team section.who div.bg-who {
    background: url(../../img/knowus-top-bg.png) no-repeat 50%;
    background-size: cover;
    align-items: center
}

#team section.who div.top-text {
    background-color: rgba(51, 51, 51, .75);
    height: 30%;
    margin: 200px;
    padding: 50px
}

@media screen and (max-width: 1200px) {
    #team section.who div.top-text {
        margin: 100px
    }
}

@media screen and (max-width: 768px) {
    #team section.who div.top-text {
        margin: 15px;
        padding: 15px
    }
}

#team section.plateforme {
    color: #d5091c;
    margin: 50px 0;
    max-height: 50px;
    text-align: center
}

@media (max-width: 576px) {
    #team section.plateforme {
        max-height: inherit
    }
}

#team section.plateforme div.plateforme-text {
    font-size: 1.2em
}

#team section.plateforme.how {
    margin-bottom: 3%
}

#team div.barre-top {
    background: url(../../img/Picto.svg) no-repeat 50%;
    height: 100px;
    background-size: contain;
    z-index: 1
}

#team div.red-border-left, #team div.white-border-left {
    border-left: 2px solid #d5091c
}

#team section.team1 div.animated {
    text-align: right
}

#team section.team1 div.team1 {
    background-image: url(../../img/Portrait_Sylvie.jpg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    min-height: 500px;
    background-size: contain
}

#team section.team3 div.animated {
    text-align: right
}

#team section.team3 div.team3 {
    background-image: url(../../img/Portrait_Marion.jpg);
    background-repeat: no-repeat;
    background-position: 0 100%;
    min-height: 500px;
    background-size: contain
}

#team section.team5 div.animated {
    text-align: right
}

#team section.team5 div.team5 {
    background-image: url(../../img/Portrait_Anna.jpg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    min-height: 500px;
    background-size: contain
}

#team section.team7 div.animated {
    text-align: right
}

#team section div.team2 {
    background-image: url(../../img/Portrait_Marie.jpg);
    background-position: 100% 100%
}

#team section div.team2, #team section div.team4 {
    background-repeat: no-repeat;
    min-height: 500px;
    background-size: contain
}

#team section div.team4 {
    background-image: url(../../img/Portrait_Gilian.jpg);
    background-position: bottom
}

#team section div.team6 {
    background-image: url(../../img/Portrait_Sacha.jpg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    min-height: 500px;
    background-size: contain
}

#team .title-block-line-red {
    border-top-color: #d5091c;
    width: 20px;
    margin-top: 20px
}

@media screen and (max-width: 992px) {
    #team section.team1 div.team1, #team section.team3 div.team3, #team section.team5 div.team5, #team section.team7 div.team7 {
        min-height: 400px
    }

    #team div.red-border-left, #team div.white-border-left {
        border: none
    }

    #team section.interface:before {
        display: none
    }

    #team section#picto2 {
        display: flex;
        margin-top: auto;
        margin-bottom: auto;
        text-align: left;
        width: 100vw;
        flex-flow: wrap-reverse;
        justify-content: center
    }

    #team section#picto2 div#picto2-cal {
        background-repeat: no-repeat;
        min-height: 400px
    }

    #team section.who {
        height: 30%;
        width: 30%;
        display: inline
    }
}

#profile {
    min-height: 71%
}

#profile .notif-message {
    color: #d5091c;
    background-image: url(../../img/notifImg.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position-y: 50%;
    padding-left: 30px;
    font-size: 13px
}

#profile ul.side-menu {
    list-style: none;
    padding: 0
}

#profile ul.side-menu li {
    height: 50px;
    border-bottom: 1px solid #dcdcdc;
    transition: background-color .25s linear
}

#profile ul.side-menu li:hover {
    background-color: #fafafa
}

#profile ul.side-menu li.active {
    background-color: #333
}

#profile ul.side-menu li.active a {
    color: #fff
}

#profile ul.side-menu li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 25px;
    color: #111;
    font-size: 13px
}

#profile ul.side-menu li a:hover {
    text-decoration: none
}

@media (max-width: 400px) {
    #profile ul.side-menu {
        flex-direction: column
    }
}

@media (max-width: 1200px) {
    #profile ul.side-menu {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

    #profile ul.side-menu li {
        display: inline-block
    }

    #profile ul.side-menu li a {
        text-align: center
    }
}

#profile h1.content-title {
    border-bottom: 1px solid #333;
    font-size: 18px;
    padding-bottom: 14px;
    margin-bottom: 20px;
    color: #333
}

#profile .delete-account a, #profile .disconnect a {
    color: #000;
    font-size: 12px;
    text-decoration: none;
    padding-left: 25px
}

@media (max-width: 1200px) {
    #profile .delete-account a, #profile .disconnect a {
        padding-left: inherit
    }
}

@media (max-width: 1200px) {
    #profile div.flex-center {
        display: flex;
        justify-content: center;
        flex-wrap: wrap
    }

    #profile div.delete-account, #profile div.disconnect {
        margin-top: 0
    }
}

@media (min-width: 1200px) {
    #profile div.delete-account, #profile div.disconnect {
        margin-top: 16px
    }
}

#profile .disconnect-icon, #profile .trash-icon {
    margin-right: 5px
}

@media (max-width: 1200px) {
    #profile .disconnect-icon, #profile .trash-icon {
        margin-left: 5px
    }
}

#conversations-block .sort {
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    background-image: url(../../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 15px;
    padding-right: 25px;
    cursor: pointer
}

#conversations-block .sort:focus {
    outline: 0
}

#conversations-block .conversations-header {
    border-bottom: 1px solid #d5091c;
    padding-bottom: 15px
}

#conversations-block .result-num span {
    color: #d5091c
}

#conversations-block .conversations {
    margin-bottom: 50px
}

#conversations-block .conversations .conversation {
    border: 1px solid #e6e6e6;
    margin: 25px 0;
    padding: 20px;
    cursor: pointer;
    border-radius: 5px;
    display: block
}

#conversations-block .conversations .conversation a {
    color: var(--main-black);
    text-decoration: none
}

#conversations-block .conversations .conversation .message-ref {
    text-align: right
}

#conversations-block .conversations .conversation .message {
    font-family: Montserrat-Light;
    font-size: 16px;
    word-break: break-word;
    padding-right: 10px
}

#conversations-block .conversations .conversation .infos-left {
    margin-bottom: 20px
}

#conversations-block .conversations .conversation .infos-left p:first-of-type {
    font-size: 19px
}

#conversations-block .conversations .conversation .infos-left p:nth-of-type(2), #conversations-block .conversations .conversation .infos-left p:nth-of-type(3) {
    margin: 0
}

#conversations-block .conversations .conversation .infos-left p:nth-of-type(2) {
    font-family: MontSerra-Regular;
    font-size: 16px
}

#conversations-block .conversations .conversation .infos-left p:nth-of-type(3) {
    font-family: Montserrat-Light;
    font-size: 16px
}

#conversations-block .conversations .new-message {
    border: 1px solid #d5091c
}

#conversations-block .conversations .new-message > a > div p:nth-of-type(2) {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: 350px
}

#conversations-block .conversations .new-message .message {
    font-family: Montserrat-Bold
}

#conversations-block .conversations .new-message .new-notification {
    display: inline-block;
    background-color: #d5091c;
    height: 17px;
    margin-left: 10px;
    width: 17px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    font-size: 12px
}

#conversations-block .conversations .new-notification {
    display: none
}

#conversation-block .thread {
    overflow-y: auto;
    max-height: 60vh;
    padding-bottom: 1em
}

#conversation-block .go-back-btn {
    padding: 0 18px;
    margin-bottom: 25px;
    text-decoration: none;
    color: var(--main-black);
    background-image: url(../img/Picto/Chevronlittle_left.png);
    background-repeat: no-repeat;
    background-size: 8px;
    display: block;
    background-position: 0 50%
}

#conversation-block .header-content {
    padding-bottom: 12px;
    border-bottom: 1px solid var(--main-black)
}

#conversation-block .conversation-name {
    font-family: Montserrat-Bold, sans-serif
}

#conversation-block .conversation-ref {
    font-family: Montserrat-Light, sans-serif;
    text-align: right
}

#conversation-block .conversation-type {
    text-align: end
}

#conversation-block span {
    padding: 0
}

#conversation-block .message .date {
    text-align: center;
    padding: 2rem 0 1rem;
    font-size: .75rem;
    font-family: Montserrat-Light, sans-serif
}

#conversation-block .message .message-content {
    padding: 35px;
    max-width: 80%;
    border-radius: 2px;
    word-break: break-word
}

#conversation-block .message .current-user-msg {
    background-color: #f2f2f2;
    box-shadow: 0 2px 5px hsla(0, 0%, 56.9%, .5)
}

#conversation-block .message .other-user-msg {
    border: 2px solid #f2f2f2;
    box-shadow: 0 2px 5px hsla(0, 0%, 56.9%, .5)
}

#conversation-block form {
    margin-top: 40px;
    max-width: 500px;
    width: 100%;
    float: right;
    margin-bottom: 100px
}

#conversation-block form textarea {
    height: 130px;
    padding: 15px 30px;
    border: 1px solid #d5091c;
    resize: none;
    border-radius: 2px
}

#conversation-block form input[type=submit] {
    padding: 12px 30px;
    color: #fff;
    background-color: #d5091c;
    align-self: flex-end;
    cursor: pointer;
    margin-top: 20px
}

#conversation-block form form input[type=submit]:focus, #conversation-block form form textarea:focus {
    outline: 0
}

@media (max-width: 720px) {
    #conversation-block .conversation-type {
        text-align: right
    }

    #conversations-block .conversations .new-message a .row {
        position: relative !important
    }

    #conversations-block .conversations .new-message a .row .new-notification {
        position: absolute !important;
        left: 100% !important;
        top: 50% !important
    }
}

@media (max-width: 500px) {
    #conversations-block .conversations .new-message > a > div p:nth-of-type(2) {
        white-space: normal;
        width: 200px
    }

    #conversations-block .conversations .new-message .new-notification {
        display: inline-block;
        background-color: #d5091c;
        height: 16px;
        margin-left: 15px;
        width: 1.5em;
        border-radius: 50%
    }

    #conversations-block .conversations .conversation .delete {
        margin: 10px
    }
}

#edit-block .required-star {
    color: var(--main-red);
    margin-left: 10px;
    position: absolute;
    top: 10px;
    right: -10px
}

#edit-block .services {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center
}

#edit-block .services input[type=checkbox] {
    display: none
}

#edit-block .services label {
    width: 110px;
    min-height: 60px;
    font-size: 13px;
    background-color: transparent;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center
}

#edit-block .services label:hover {
    cursor: pointer
}

#edit-block .services input[type=checkbox]:checked + label, #edit-block .services label:hover {
    background-color: #333;
    color: #fff;
    border: 1px solid #333
}

#favorites p {
    margin-bottom: 0
}

#favorites .announces-header {
    border-bottom: 1px solid #d5091c;
    padding-bottom: 15px
}

#favorites .sort {
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    background-image: url(../../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 15px;
    padding-right: 25px;
    cursor: pointer
}

#favorites .sort:focus {
    outline: 0
}

#favorites .announces-number {
    display: flex
}

#localities p {
    margin-bottom: 0
}

#localities .announces-header {
    border-bottom: 1px solid #d5091c;
    padding-bottom: 15px
}

#localities .btn {
    padding: .375rem .75rem
}

#localities .sort {
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    background-image: url(../../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 15px;
    padding-right: 25px;
    cursor: pointer
}

#localities .sort:focus {
    outline: 0
}

#localities .announces-number {
    display: flex
}

#localities .filter {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

#localities .filter .filter-container {
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    display: flex;
    align-items: center
}

#localities .filter .filter-container p {
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 2px
}

#localities .filter #filter-dropdown {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    background: transparent;
    border: 0
}

#localities .filter #filter-dropdown:focus {
    outline: none
}

#localities .filter #filter-content {
    flex-direction: column
}

#localities .filter .filter-option {
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px
}

#localities .announce-card {
    border: 1px solid #dcdcdc;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px
}

#localities .announce-card .announce-img {
    height: 230px;
    width: 95%;
    margin-right: 30px;
    margin-bottom: 30px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

#localities .announce-card .announce-name {
    font-size: 18px;
    font-family: Montserrat-Medium, sans-serif
}

#localities .announce-card .infos-block {
    flex: 1;
    display: flex;
    justify-content: space-between;
    margin-right: 25px
}

#localities .announce-card .infos-block p {
    font-size: 13px
}

#localities .announce-card .annoucement-btn {
    height: 40px;
    display: flex;
    align-items: center;
    line-height: 1
}

#localities .announce-card .price-block {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#localities .announce-card .price-block p {
    font-size: 13px
}

#localities .announce-card .price-block p.price {
    font-size: 16px;
    color: #d5091c;
    font-family: Montserrat-Medium
}

#localities .announce-card .description-text {
    font-size: 13px;
    font-family: Montserrat-Light
}

#localities .announce-card .feedback-block {
    display: flex;
    align-items: center
}

#localities .announce-card .feedback-block p {
    font-size: 14px
}

#localities .announce-card .wrapper-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

#localities .announce-card .wrapper-block .disponibility-block p {
    font-size: 13px;
    font-family: Montserrat-Bold
}

#localities .announce-card .wrapper-block .responsive-feedback-block {
    display: none
}

#localities .announce-card .feedback-block .text-bubble, #localities .announce-card .responsive-feedback-block .text-bubble {
    margin-left: 15px
}

@media (max-width: 772px) {
    #localities .announce-card {
        padding: 15px
    }

    #localities .announce-card .announce-img {
        margin-top: 15px;
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
        height: 250px
    }

    #localities .announce-card .infos-block, #localities .announce-card .price-block {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    #localities .announce-card .responsive-feedback-block {
        display: flex
    }

    #localities .announce-card .feedback-block {
        display: none
    }
}

@media (max-width: 432px) {
    #localities .announces-header {
        margin-left: 0;
        margin-right: 0
    }

    #localities .announces-number p, #localities .filter p {
        font-size: 13px
    }

    #localities .announce-card {
        padding: 10px
    }

    #localities .announce-card .announce-img {
        margin-top: 10px;
        margin-bottom: 15px
    }

    #localities .announce-card .price-block .price {
        font-size: 16px
    }

    #localities .announce-card .infos-text {
        font-size: 12px
    }
}

#favorite-project .active, #localities .active {
    color: #01bf34
}

#favorite-project .desactive, #localities .desactive {
    color: #d5091c
}

#favorite-project .en-cours, #localities .en-cours {
    color: #f17a06
}

#favorite-project p, #localities p {
    margin-bottom: 0
}

#favorite-project .announces-header, #localities .announces-header {
    border-bottom: 1px solid #d5091c;
    padding-bottom: 15px
}

#favorite-project .sort, #localities .sort {
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    background-image: url(../../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 15px;
    padding-right: 25px;
    cursor: pointer
}

#favorite-project .sort:focus, #localities .sort:focus {
    outline: 0
}

#favorite-project .announces-number, #localities .announces-number {
    display: flex
}

#favorite-project .filter, #localities .filter {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

#favorite-project .filter .filter-container, #localities .filter .filter-container {
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    display: flex;
    align-items: center
}

#favorite-project .filter .filter-container p, #localities .filter .filter-container p {
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 2px
}

#favorite-project .filter #filter-dropdown, #localities .filter #filter-dropdown {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    background: transparent;
    border: 0
}

#favorite-project .filter #filter-dropdown:focus, #localities .filter #filter-dropdown:focus {
    outline: none
}

#favorite-project .filter #filter-content, #localities .filter #filter-content {
    flex-direction: column
}

#favorite-project .filter .filter-option, #localities .filter .filter-option {
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px
}

#favorite-project .announce-card, #localities .announce-card {
    border: 1px solid #dcdcdc;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px
}

#favorite-project .announce-card .announce-img, #localities .announce-card .announce-img {
    height: 230px;
    width: 95%;
    margin-right: 30px;
    margin-bottom: 30px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

#favorite-project .announce-card .announce-name, #localities .announce-card .announce-name {
    font-size: 18px;
    font-family: Montserrat-Medium, sans-serif
}

#favorite-project .announce-card .infos-block, #localities .announce-card .infos-block {
    flex: 1;
    display: flex;
    justify-content: space-between;
    margin-right: 25px
}

#favorite-project .announce-card .infos-block p, #localities .announce-card .infos-block p {
    font-size: 13px
}

#favorite-project .announce-card .annoucement-btn, #localities .announce-card .annoucement-btn {
    padding: .375rem .75rem;
    height: 40px;
    display: flex;
    align-items: center;
    line-height: 1
}

#favorite-project .announce-card .price-block, #localities .announce-card .price-block {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between
}

#favorite-project .announce-card .price-block p, #localities .announce-card .price-block p {
    font-size: 13px
}

#favorite-project .announce-card .price-block p.price, #localities .announce-card .price-block p.price {
    font-size: 16px;
    color: #d5091c;
    font-family: Montserrat-Medium
}

#favorite-project .announce-card .description-text, #localities .announce-card .description-text {
    font-size: 13px;
    font-family: Montserrat-Light
}

#favorite-project .announce-card .feedback-block, #localities .announce-card .feedback-block {
    display: flex;
    align-items: center
}

#favorite-project .announce-card .feedback-block p, #localities .announce-card .feedback-block p {
    font-size: 14px
}

#favorite-project .announce-card .wrapper-block, #localities .announce-card .wrapper-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px
}

#favorite-project .announce-card .wrapper-block .disponibility-block p, #localities .announce-card .wrapper-block .disponibility-block p {
    font-size: 13px;
    font-family: Montserrat-Bold
}

#favorite-project .announce-card .responsive-feedback-block, #localities .announce-card .responsive-feedback-block {
    display: none
}

#favorite-project .announce-card .feedback-block .text-bubble, #favorite-project .announce-card .responsive-feedback-block .text-bubble, #localities .announce-card .feedback-block .text-bubble, #localities .announce-card .responsive-feedback-block .text-bubble {
    margin-left: 15px
}

@media (max-width: 772px) {
    #favorite-project .announce-card, #localities .announce-card {
        padding: 15px
    }

    #favorite-project .announce-card .announce-img, #localities .announce-card .announce-img {
        margin-top: 15px;
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
        height: 250px
    }

    #favorite-project .announce-card .infos-block, #favorite-project .announce-card .price-block, #localities .announce-card .infos-block, #localities .announce-card .price-block {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    #favorite-project .announce-card .responsive-feedback-block, #localities .announce-card .responsive-feedback-block {
        display: flex
    }

    #favorite-project .announce-card .feedback-block, #localities .announce-card .feedback-block {
        display: none
    }
}

@media (max-width: 432px) {
    #favorite-project .announces-header, #localities .announces-header {
        margin-left: 0;
        margin-right: 0
    }

    #favorite-project .announces-number p, #favorite-project .filter p, #localities .announces-number p, #localities .filter p {
        font-size: 13px
    }

    #favorite-project .announce-card, #localities .announce-card {
        padding: 10px
    }

    #favorite-project .announce-card .announce-img, #localities .announce-card .announce-img {
        margin-top: 10px;
        margin-bottom: 15px
    }

    #favorite-project .announce-card .price-block .price, #localities .announce-card .price-block .price {
        font-size: 16px
    }

    #favorite-project .announce-card .infos-text, #localities .announce-card .infos-text {
        font-size: 12px
    }
}

.reservation-guide-link {
    position: absolute;
    left: 65%;
    top: -35px;
    color: #d5091c;
    width: 240px;
    background-image: url(../../img/pdf-icon.svg);
    background-position: 100% 0;
    background-repeat: no-repeat
}

.reservation-guide-link:hover {
    color: #d5091c
}

@media (max-width: 1200px) {
    .reservation-guide-link {
        left: 15px
    }
}

#reservation-block .devis-price {
    display: inline-block;
    width: 200px;
    height: 52px
}

#reservation-block .sort {
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    background-image: url(../../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 15px;
    padding-right: 25px;
    cursor: pointer
}

#reservation-block .reservation-header {
    border-bottom: 1px solid #d5091c;
    padding-bottom: 15px
}

#reservation-block .sort:focus {
    outline: 0
}

#reservation-block .statut .en-cours {
    color: #f17a06
}

#reservation-block .statut .valide {
    color: #01bf34
}

#reservation-block .statut .fini {
    color: #333
}

#reservation-block .statut .annule {
    color: #d5091c
}

#reservation-block .statut .date {
    font-family: Montserrat-Light, sans-serif;
    font-size: 13px
}

#reservation-block .notif-message {
    color: #d5091c;
    background-image: url(../../img/notifImg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 18px;
    padding-left: 25px;
    font-size: 13px
}

#reservation-block .t-check-in .t-date-info-title {
    top: 19px
}

#reservation-block .choose-hours, #reservation-block .choose-min {
    background-color: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    background-image: url(../../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 15px bottom 50%;
    background-size: 15px;
    padding-right: 40px;
    cursor: pointer;
    margin-left: 15px;
    width: auto;
    min-width: 80px
}

#reservation-block .choose-hours:focus, #reservation-block .choose-min:focus {
    outline: 0
}

#reservation-block .list {
    font-size: .875em
}

#reservation-block .list-item {
    color: #000;
    text-decoration: none
}

#reservation-block .list-item:hover {
    color: #444
}

#reservation-block .reviewForm {
    width: 100%
}

#reservation-block .review-block-comment {
    height: 130px;
    padding: 15px 30px;
    border: 1px solid #333;
    resize: none;
    border-radius: 2px
}

#reservation-block .review-submit {
    color: #fff;
    background-color: #d5091c;
    align-self: flex-start;
    cursor: pointer;
    margin-top: 20px
}

#reservation-block .clap {
    height: 30px;
    width: 28px;
    margin-bottom: 10px
}

@media (max-width: 576px) {
    #reservation-block .btn {
        padding: 7px;
        line-height: 30px
    }
}

#services-block .service-header {
    border-bottom: 1px solid #d5091c;
    padding-bottom: 15px
}

#services-block .list {
    font-size: .875em
}

#services-block .list .en-cours {
    color: #f17a06
}

#services-block .list .valide {
    color: #01bf34
}

#services-block .list .fini {
    color: #333
}

#services-block .list .annule {
    color: #d5091c
}

#services-block .statut .en-cours {
    color: #f17a06
}

#services-block .statut .valide {
    color: #01bf34
}

#services-block .statut .fini {
    color: #333
}

#services-block .statut .annule {
    color: #d5091c
}

#services-block .statut .date {
    font-family: Montserrat-Light, sans-serif;
    font-size: 13px
}

#services-block .list-item {
    color: #000;
    text-decoration: none
}

#services-block .list-item:hover {
    color: #444
}

#services-block .cgv-input-container {
    align-items: baseline
}

#services-block .cgv-input-container .cgv-input {
    width: 20px
}

#services-block .cgv-input-container .cgv-label {
    margin-bottom: inherit;
    padding-left: 10px
}

#services-block .choose-hours, #services-block .choose-min {
    background-color: transparent;
    border-radius: 0;
    -webkit-appearance: none;
    background-image: url(../../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right 15px bottom 50%;
    background-size: 15px;
    padding-right: 40px;
    cursor: pointer;
    margin-left: 15px;
    width: auto;
    min-width: 80px
}

#services-block .choose-hours:focus, #services-block .choose-min:focus {
    outline: 0
}

#services-block .sort {
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    background-image: url(../../img/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 15px;
    padding-right: 25px;
    cursor: pointer
}

#kyc-block .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block
}

#kyc-block #kyc-header a {
    color: var(--main-red)
}

#kyc-block .verifie {
    color: #01bf34
}

#kyc-block .non-verifie {
    color: #f17a06
}

#kyc-block .refuse {
    color: #d5091c
}

#kyc-block .ubo-collapse {
    color: #000;
    text-decoration: none
}

#kyc-block .ubo-collapse .plus {
    font-size: 40px
}

.themes-modal .theme-checkboxes .theme-category {
    color: #d5091c;
    text-decoration: underline;
    font-weight: 700
}

.themes-modal .theme-checkboxes input[type=checkbox] {
    display: none
}

.themes-modal .theme-checkboxes input[type=checkbox] + label {
    font-size: 12px;
    margin-bottom: 0;
    color: #000
}

.themes-modal .theme-checkboxes input[type=checkbox] + label:hover {
    cursor: pointer
}

.themes-modal .theme-checkboxes input[type=checkbox] + label:before {
    height: 18px;
    width: 18px;
    border: 1px solid #d5091c;
    content: "";
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 6px;
    vertical-align: middle
}

.themes-modal .theme-checkboxes input[type=checkbox]:checked + label:before {
    background: #d5091c
}

.themes-modal button.validate {
    width: 120px;
    height: 50px;
    color: #fff;
    background-color: #d5091c;
    margin-bottom: 10px;
    align-self: flex-end;
    margin-right: 15px
}

.themes-modal button.validate:hover {
    cursor: pointer
}

.themes-modal button.validate:active, .themes-modal button.validate:focus {
    outline: none
}


