body {
    font-family: "Montserrat", sans-serif;
    color : #000;
    line-height: 25px;
}

.market-apporteur{
    position:absolute;
    top:40px;
    left:20px;
    z-index:0;
    max-width: 28%;
}

.no-decoration {
    text-decoration: none !important;
}

.grey-rectangle {
    /* background: rgba(0, 0, 0, 0.2); */
    font-size: 60px;
    line-height: 50px;
    color: #fff;
    font-weight: 300;
    margin-top:20px;
}

.form-inline .form-control {
    width: 80%
}

.dark-blue {
    color: #000;
}


h2 {
    font-size: 30px;
    line-height: 30px;
    color: #283550;
}

h3 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    color: #36607D;
    margin-bottom : 10px;
}

.apporteur-text p {
    margin-bottom : 10px;
}

.apporteur-text ul{
    list-style: disc;
    list-style-position: inside;
    padding-left :5px;
}


/* Apporteur */
.apporteur {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    margin-bottom : 17px;
}
.buttons-actions, .buttons-actions-large {
    color: #fff;
}
.buttons-actions a, .buttons-actions-large a {
    text-decoration: none;
    color: #fff;
} 

.job {
    color: #36607D;
    font-weight: 700;
}

.orange-title {
    color: #FF7A21;
    font-weight: 300;
    font-size: 50px;
    line-height: 50px;
}
.blue-title {
    font-weight: 900;
    font-size: 50px;
    line-height: 35px;
    color: #283550;
}
.grey-back {
    background: #E5E5E5;
    padding: 10px;
}
.blue-dark {
    color: #283550;
}
.forms-apporteur .form-control {
    border-radius: 0;
    margin: 10px 0;
    border: 1px solid #f0f2f3;
    width: 100%;
    padding: 10px;
}


/* .forms-apporteur .col-form-label {
    padding-top: calc(.375rem + 3px);
    padding-left:2px;
    padding-right:2px;
    padding-bottom: 1px;
} */

.forms-apporteur .form-group {
    margin-bottom:0;
}
.col-form-label {
    color: #868686 !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 16px !important;
}
.form-check-text {
    margin-top:25px;
    font-weight: 300;
    font-size: 10px;
    line-height: 10px;
}
.form-check-label {
    padding-top:7px;
}
.apporteur-send {
    margin: 0px auto -42px auto;
    border: none;
    padding: 10px;
}

.apporteur-send span:nth-child(2){
    font-weight: 800;
}

.apporteur-second-form {
    margin:58px auto 0 auto;
    font-style: normal;
    font-size: 25px;
    line-height: 27px;
}
.apporteur-button-text {
    width : 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
}

.pouce{
    font-size: 50px;
    line-height: 35px;
    margin-top : 56px;
    margin-bottom : 0px;
    color :  #000;
}

.pouce-text{
    font-size : 35px;
    line-height : 30px;
}

.img-pouce{
    vertical-align: text-bottom;
}

.pro-title {
    font-size:30px;
    line-height:50px;
    color: rgba(0, 0, 0, 0.9);
    font-variant: small-caps;
    font-style: normal;
    font-weight: normal;
}
.position12 {
    display:block;
    margin:auto;
    max-width: 569px;
}
.no-decoration-hover:hover {
    background: #FF7A21 !important;
    color: #FFF !important;
    border:0 !important;
}
.devenez-apporteur {
    max-width:569px;
    margin-top: -34px;
}
.triangle {
    width: 0;
    height: 0;
    margin-top: -1px;
    border-style: solid;
    border-width: 25px 284.5px 0 284.5px;
    border-color: #FF7A21 transparent transparent transparent;
}
.blue-rectangle-apporteur {
    background: #7FA7C4;
    height:204px;
    padding: 30px;
}

.container-apporteur-text{
    padding-top: 42px;
    margin-bottom: 10px;
    max-width: 915px;
}

.hashtag-leggettimmo {
    margin-top: 10px !important;
}
.top-center-apporteur {
    position: relative;
    text-align:center;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100%;
    /* top: 215px; */
}
.form-title {
    font-variant: small-caps;
    font-feature-settings: 'case' on;
    font-weight: normal;
    font-size: 30px;
    line-height: 37px;
}
.forms-apporteur label {
    text-align: right;
}

.response, #apporteurCreate {
    color: #fff;
    text-align: center;
    font-weight: 700;
    background-color: green;
    width: 50%;
    vertical-align: middle;
    font-size: 24px;
    margin: 30px auto 0 auto;
    padding: 4px;
}

#apporteurCreateFailed, .response-error {
    color: #fff;
    text-align: center;
    font-weight: 700;
    background-color: red;
    width: 50%;
    vertical-align: middle;
    font-size: 20px;
    margin: 30px auto 0 auto;
}
.buttons-actions .wrap, .buttons-actions .wrap-orange {
    margin-bottom:0px;
    width: 100%;
    display:block;
    position:fixed;
    z-index:9999;
    bottom: 0;
}
.no-display {
    display:none;
}
/* Fin apporteur */

/* Mise au vert */
.green-text {
    color: #8DB575
}
.wrap-green{
    margin-top : -51px;
}
.green-back {
    background: rgba(141, 181, 117, 0.15);
    border: 1px solid #FFFFFF;
    padding: 10px;
}

.mise-au-vert .forms-apporteur label {
    text-align:left !important;
}

.mise-au-vert .wrap-orange {
    background: #8DB575;
    color: #fff;
}
.mav-button-text {
    display:block;
    margin:auto;
}
.mav-button-text-margin {
    margin-top:10px;
}
.schema {
    position: relative;
    text-align: center;
    height: 600px;

    background-image: url('../../img/home2020/landscape-dordogne.png');
    background-size: cover;
    background-position: center center;
}

.schema-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    width: 516px;
}

.mise-au-vert .triangle {
    border-color: #8DB575 transparent transparent transparent;
}

.mise-au-vert .wrap-orange:hover, .mise-au-vert .wrap-orange-call:hover {
    background: #fff;
    color: #8DB575;
    border: 1px solid #8DB575;
}

.mise-au-vert .form-check-label {
    padding-top: 0px !important;
    text-align: left;
}

.upper-text {
    font-size: 30px;
    line-height: 30px;
}

.lower-text {
    font-size: 20px;
    line-height: 20px;
}

.pdf-mise-au-vert {
    margin:auto;
    max-width:360px;
}
.blue-title-mav {
    font-weight: 300;
    font-size: 30px;
    line-height: 35px;
    color: #789FBF;
    text-align: center;
    font-variant: small-caps;
}
.white-tile-mav {
    font-weight: 900;
    font-size: 34px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
}
.schema-step {
    max-width: 150px;
}

.schema-content .col-sm-4 {
    max-width:172px;
    padding-left: 0px;
}
.decouvrez-pack {
    position: absolute;
    top: 34%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 300;
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    color: #8DB575;
}
.pack-image {
    margin-top:10px;
    position: relative;
    text-align: center;
}

.mav-top{
    background: rgba( 0,0,0,0.4);
}

.top-center-mav{
    position: relative;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    top: 140px;
}

.img-top-mav{
    object-position: 50% 64%;
    min-height: 340px;
    object-fit: cover;
    width: 100%;
    z-index: -1;
    opacity: 0.6;
    position: absolute;
    max-height: 445px;
}

.no-decoration-mav-hover:hover {
    background: #8DB575 !important;
    color: #FFF !important;
    border:0 !important;
}

.apporteur-title-form{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}

.form-check-label{
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 14px;
    line-height: 16px;
    color: #868686;
}

.form-check-input{
    margin-top: 0.5rem;
}

.form-check-input-condition{
    margin-top: 0.3rem !important;
    -webkit-appearance: checkbox;
}

.condition-label{
    font-weight: 300;
    font-size: 10px;
    line-height: 10px;
}

.apporteur-nous-rejoindre{
    font-style: normal;
    font-size: 25px;
    line-height: 27px;
}

.no-margin {
    margin:0px;
}

.champ-obligatoire {
    margin-top : 5px;
    margin-left: 157px;
}

.pro-title-mav{
    font-size : 24px;
    line-height: 35px;
    color : #fff;
    letter-spacing: -0.015em;
    font-style: normal;
    font-weight: normal;
    margin-bottom : 65px;
}

#apporteur-orange-cta {
    margin-top: -70px;
}

.second-title-mav{
    color : #fff;
    font-size : 35px;
}

.title-big-mav{
    font-style: normal;
    font-weight: 300;
    font-size: 90px;
    line-height: 50px;
    text-align: center;
    letter-spacing: -0.015em;
    color: #FFFFFF;
}

/* Fin Mise au vert */
@media (max-width: 1200px) {
    .top-center {
        top: 200px;
    }
}


@media (max-width: 980px) {
    .top-center {
        top: 170px;
    }
    .first-title {
        font-size: 28px;
    }
    .bottom-right {
        bottom: 0px;
        font-size:15px;
        right:20px;
    }
    .top-right {
        top: 12px;
        font-size: 14px;
        line-height: 10px;
    }

    .hashtag {
        margin-top: 0px;
    }
    .img-fullwidth-mav {
        min-height: 420px;
        max-height: 420px;
    }

    .grey-rectangle-apporteur{
        height: 199px;
    }

    .market-apporteur{

        display : none;
    }

}

@media (min-width: 940px) {
    .col-md-25 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .testimonial-col {
        flex: 0 0 41.55%;
        max-width: 37.45%;
        position: relative;
    }
    .hashtag-leggettimmo {
        margin-top: 12px !important;
    }
}
@media (min-width: 1200px) {
    .carousel-indicators
    {
        top: 100% !important;
    }
    .property-image-div {
        max-width: 337px;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .fullwidth-mav {
        margin-top: -200px;
    }
    .carousel-indicators
    {
        margin-right: 40% !important;
    }
    .ajust-text {
        margin-bottom:54px !important;
    }
}
@media (max-width: 940px) {
    .container-apporteur-text {
        padding-top : 20px;
    }
}

@media (min-width: 768px) and (max-width: 940px) {
    .col-md-25 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    #exclusif .col-md-25:last-child,
    #exclusif .col-md-25:nth-child(3),
    #nouveaute .col-md-25:last-child,
    #nouveaute .col-md-25:nth-child(3),
    #reduction .col-md-25:last-child,
    #reduction .col-md-25:nth-child(3) {
        display:none;
    }
    .grey-rectangle {
        font-size:48px;
        line-height: 38px;
    }
    .focus .citation {
        font-size: 30px;
        line-height: 25px;
    }
    .magazine-description {
        font-size: 16px !important;
        line-height: 19px !important;
    }
   
    .grey-rectangle-apporteur {
        min-height: 170px;
    }
 
    .apporteur-button-text-top{
        font-style: normal;
        font-weight: 300;
        /* font-size: 24px;
        line-height: 24px; */
    }

    .market-apporteur{
        top : 110px;
        max-width: 34%;
        left : -17px;
    }

    .form-agent-title{
        justify-content: flex-start !important;
    }

    .input-agent{
        margin : auto;
    }

    .form-societe{
        float: none !important;
    }

    .market-apporteur{
        max-width: 30%;
        top : 89px;
        left : -26px;
    }

    .devenez-apporteur{
        font-size : 30px !important;
        line-height: 30px !important;
    }
}


@media (min-width: 767px) and (max-width: 768px) {
    .carousel-testimonials .col-md-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .grey-rectangle-apporteur{
        font-size : 45px;
        line-height : 40px;
    }

    .hashtag{
        font-size : 35px !important;
    }
    .devenez-apporteur{
        font-size : 30px !important;
        line-height: 33px !important;
        height: 70px;
    }
}



@media (min-width: 320px) and (max-width: 768px) {
    .margin-top-5 {
        margin-top:30px;
        margin-bottom:10px;
    }
    .no-right-m {
        float: inherit!important;
    }
    .apporteur-send {
        min-width: inherit;
    }
    .orange-title {
        font-size: 40px;
        line-height: 40px;
    }
    .apporteur-title-form {
        font-size: 20px !important;
        line-height: 24px !important;
        font-weight: 500;
        font-feature-settings: 'case' on;
    }
    .blue-title {
        font-size: 28px;
    }
    #response {
        margin: 25px auto 0 auto;
    }
    .sell-text {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: .2rem
    }
    .main-title-apporteur {
        font-size: 22px;
        line-height: 22px;
    }
    .apporteur {
        font-size: 18px;
        line-height: 18px;
    }
    .focus .citation {
        font-size: 15px;
        line-height: 20px;
    }
    .magazine-description {
        font-size: 12px !important;
        line-height: 15px !important;
    }
    .sell-buy .col-sm-6:last-child {
        padding: 5px 5px 5px 5px;
    }
    .alliance .text-left, .alliance .text-right, .sell-blue .text-right, .text-center {
        text-align: center !important;
    }
    .agence-carte .col-sm-12:last-child img{
        display: block;
        margin:auto;
    }
    .agence-carte {
        margin: 60px 0 30px 0;
    }
    .col-md-25 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .first-title {
        font-size: 20px
    }

    .wrap-orange-main{
        height : 75px;
    }

    .top-center {
        top: 170px;
    }
    .project-button {
        margin: 0
    }
    .container {
        margin-left:0px;
        margin-right:0px;
        max-width: 768px;
    }
    .mb-2, .my-2 {
        margin-bottom: .1rem!important;
    }
    .mt-2, .my-2 {
        margin-top: .1rem!important;
    }
    .mt-3, .my-3 {
        margin-top: .5rem!important;
    }
    .mb-4, .my-4 {
        margin-bottom: .8rem!important;
    }
    .mt-4, .my-4 {
        margin-top: .8rem!important;
    }
    .mt-45 {
        margin-top: 1.2rem!important;
    }
    .mb-45, .my-45 {
        margin-bottom: 1.2rem!important;
    }
    .blog .col-md-25 .mt-2 {
        margin-top: .5rem!important;
    }
    .inspirations {
        font-size: 16px;
        line-height: 18px;
    }
    h2 {
        font-size: 20px;
        line-height: 20px;
    }
    h3 {
        font-size: 25px;
        line-height: 22px;
    }
    .hashtag-sell, .hashtag-buy {
        font-size: 30px;
    }
    .sell {
        font-size: 20px;
        line-height: 20px;
    }
    .blue-back p {
        color: #283550;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: .2rem
    }
    .other-sites .col-sm-4
    {
        padding-right: 5px;
        padding-left: 5px;
    }
    .wrap-white {
        padding: 12px;
    }
    .voir-plus hr {
        width:75%;
    }
    .blue-back .col-sm-4 {
        margin-top: 20px;
    }
    .blue-back h3 {
        font-size: 20px;
        line-height: 20px;
    }
    #exclusif .col-md-25:last-child,
    #exclusif .col-md-25:nth-child(2),
    #exclusif .col-md-25:nth-child(3),
    #nouveaute .col-md-25:last-child,
    #nouveaute .col-md-25:nth-child(2),
    #nouveaute .col-md-25:nth-child(3),
    #reduction .col-md-25:last-child,
    #reduction .col-md-25:nth-child(2),
    #reduction .col-md-25:nth-child(3) {
        display:none;
    }

    .testimonial-col {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
    }
    .testimonial-p {
        max-width: 100%;
    }
    .testimonial-text {
        padding: 20px;
    }
    .carousel-testimonials .carousel-indicators {
        margin-right:40%
    }
    .grey-rectangle-apporteur {
        min-height:200px
    }
    .top-center-apporteur {
        top: 51px;
    }

    .container-top-apporteur{
        padding : 10px;
    }

    .top-center-apporteur h1{
        font-size : 30px;
        font-weight : 800;
        line-height: 30px;
        color : #36607D;
    }

    .top-center-apporteur h1 span{
        font-weight : 400;
        font-size: 20px;
        line-height: 20px;
        color: #fff;
        display : block;
        margin-top : 15px;
    }

    .apporteur-text h2{
        font-size : 18px;
        line-height: 25px;
        font-weight: 300;
        color : #7FA7C4;
        margin-bottom: 12px;
    }

    .container-top {
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
        margin-right: auto;
        margin-left: auto;
    }
    .container-top-apporteur {
        width: 100%;
    }

    .col-form-label{
        padding-left: 17px !important;
    }

    .col-form-span{
        width : 280px;
    }

   

    .devenez-apporteur{
        font-size: 30px;
        line-height: 30px;
    }
}
@media (max-width:576px) {
    .container-top {
        padding-top:5px;
    }
    .market-apporteur {
        display:none;
    }
    .mav-button-text-margin {
        margin-top: 0;
    }
    .forms-apporteur .form-control {
        max-width: 576px;
    }
    .apporteur-send {
        line-height: 19px;
    }
    .wrap-dark-green {
        font-size: 18px;
        line-height: 18px;
    }
    .orange-title {
        font-size: 28px;
        line-height: 28px;
    }
    .carousel-testimonials .orange-text {
        bottom: -30px;
    }
    .testimonial-text {
        padding: 20px 20px 30px 20px;
    }
    .first-title {
        font-size: 16px;
        line-height: 20px;
    }

    .pro-title{
        font-size : 20px;
        line-height : 20px;
    }

    .second-title {
        font-size: 23px;
        line-height : 23px;
    }

    .hashtag{
        font-size : 20px !important;
    }

    .grey-rectangle {
        font-size: 30px;
        line-height: 30px;
    }
    .img-fullwidth {
        max-height: 290px;
    }
    .top-center {
        top: 130px;
    }
    .logo-leggett-bottom {
        width: 250px;
        height: 69px;
    }
    #pow-carousel .col-sm-4:last-child,
    #pow-carousel .col-sm-4:nth-child(1) {
        display:none;
    }
    .col-sm-25 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .schema-content {
        width: 100%;
    }
    .property-link {
        display: block;
        max-width: 336px;
        margin: auto;
        margin-top:20px;
    }
    .devenez-apporteur {
        max-width: 100%;
    }
    .schema-content {
        justify-content: center;
    }
    .voir-plus hr {
        width: 65%;
    }
    .carousel-testimonials .carousel-indicators {
        margin-right: 20%;
        bottom: -30px;
    }
    .biens h3 {
        background : #789FBF;
        color: #fff;
        padding: 10px 0px;
        font-weight: 300;
    }
    .fleche-orange {
        max-width: 70% !important;
    }
    .decouvrez-pack {
        font-size: 22px;
        line-height: 22px;
    }
    .white-tile-mav {
        font-size: 22px;
        line-height: 32px;
        margin: auto;
    }
    .forms-apporteur label {
        text-align: left !important;
    }
    .button-blue, .wrap-orange, .wrap-dark-blue {
        font-size: 17px !important;
    }

    .condition-label{
        font-size : 12px;
    }
}
@media (max-width:546px) {
    .triangle {
        border-width: 0
    }
}
@media (max-width:400px) {
    .condition-label{
        font-size : 12px;
    }
}
@media (min-width: 576px) {
    .container-top {
        max-width: 650px;
    }

    .top-center-apporteur{
        top : 53px;
    }

    .container-top-apporteur{
        padding : 10px;
    }

    .top-center-apporteur h1{
        font-size : 30px;
        font-weight : 800;
        line-height: 30px;
        color : #36607D;
    }

    .top-center-apporteur h1 span{
        font-weight : 400;
        font-size: 20px;
        line-height: 20px;
        color: #fff;
        display : block;
        margin-top : 15px;
    }

    .apporteur-text h2{
        font-size : 18px;
        line-height: 25px;
        font-weight: 300;
        color : #7FA7C4;
        margin-bottom: 12px;
    }

}
@media (min-width: 768px) {
    .container-top {
        max-width: 720px;
    }
    .no-right-m {
        float:right;
    }

    .condition-label{
        font-size : 12px !important;
    }

    .col-form-span{
        width : 307px;
    }
}


@media (min-width: 992px) {
    .container-top {
        max-width: 960px;
    }

    .top-center-apporteur {
        top: 71px;
    }

    .blue-rectangle-apporteur{
        padding : 50px;
    }

    .market-apporteur{
        display : none;
    }

    .top-center-apporteur h1{
        font-size : 48px;
        font-weight : 800;
        line-height: 25px;
        color : #36607D;
    }

    .top-center-apporteur h1 span{
        font-weight : 400;
        font-size: 25px;
        line-height: 35px;
        color: #fff;
        display : block;
        margin-top : 15px;
    }

    .wrap-orange-main{
        font-size : 35px;
        font-weight : 400;
        line-height : 20px;
    }

    .wrap-orange-main span:nth-child(1){
        line-height : 40px;
    }

    .apporteur-text h2{
        font-size :24px;
        line-height: 34px;
        font-weight: 300;
        color : #7FA7C4;
        margin-bottom: 12px;
    }

    .col-form-span{
        width : 286px;
    }
}

@media (min-width: 1200px) {
    .container-top {
        max-width: 960px;
    }

    .top-center-apporteur {
        top: 53px;
    }

    .market-apporteur{
        top : -14px;
        width: auto;
        display:block;
    }

    .top-center-apporteur h1{
        font-size : 48px;
        font-weight : 800;
        line-height: 25px;
        color : #36607D;
    }

    .top-center-apporteur h1 span{
        font-weight : 400;
        font-size: 25px;
        line-height: 35px;
        color: #fff;
        display : block;
        margin-top : 15px;
    }

    .wrap-orange-main{
        font-size : 35px;
        font-weight : 400;
        line-height : 20px;
    }

    .wrap-orange-main span:nth-child(1){
        line-height : 40px;
    }

    .apporteur-text h2{
        font-size :24px;
        line-height: 34px;
        font-weight: 300;
        color : #7FA7C4;
        margin-bottom: 12px;
    }

    .col-form-span{
        width : 286px;
    }

    .container-top {
        max-width: 1550px;
    }
}
@media (min-width: 1900px) {
    .testimonial-image {
        width:100%
    }
}

body {
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
header {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.navbar-leggett button:focus {
    outline: 1px dotted;
    outline: 0px;
}
.navbar-toggler-icon {
    width: 2.5em;
    height: 2.5em;
}
.img-fullwidth {
    display:block;
    position:relative;
    max-height: 455px;
    overflow: hidden
}
.img-listing {
    width:100%
}
.call-center {
    position:absolute;
    top:0;
    right:0;
}
.toggle-custom {
    height: 78px;
    width:78px;
    border-right: 1px solid black;
    background: #789FBF;
    border-radius: 0px;
}
.logo-leggett {
    width:244px;
    height:68px;
}
.navbar-toggler {
    margin-right: 8px;
}
.no-horizontal-padding {
    padding-left:0px;
    padding-right:0px;
}
.no-horizontal-margin {
    margin-left:0px;
    margin-right:0px;
}
.img-hover-zoom {
    height: 119px; /* Modify this according to your need */
    overflow: hidden; /* Removing this will break the effects */
}
/* Quick-zoom Container */
.img-hover-zoom--quick-zoom img {
    transform-origin: 50% 50%;
    transition: transform 1s, filter 1s ease-in-out;
}
/* The Transformation */
.img-hover-zoom--quick-zoom:hover img {
    transform: scale(1.2);
}
.navbar-leggett {
    padding: 0;
    border-bottom:1px solid #E5E5E5;
    color: #000000;
}
.navbar-leggett .nav-link {
    font-size: 16px;
    line-height: 20px;
}
.navbar-leggett .nav-item {
    padding: 0 7px;
}
.navbar-leggett .dropdown-item:hover {
    color: #FF7A21;
    background: #FFF;
}

.wrap-orange {
    display: flex;
    height: 66px;
    font-weight: 300;
    font-size: 22px;
    line-height: 25px;
    padding: 5px;
    background: #FF7A21;;
    color: #fff;
    text-align:center;
    margin-top:15px;
    border: none;
}

.wrap-orange-main {
    font-size: 30px;
    line-height: 30px;
    height: 71px;
}

.wrap-orange-second {
    font-size:28px;
}
.wrap-dark-blue {
    display: flex;
    padding: 10px;
    background: #30607D;;
    color: #fff;
    text-align:center;
}

.wrap-dark-blue:hover {
    background: #FF7A21;
    color: #fff;
}

.wrap-dark-green {
    display: flex;
    height: 66px;
    font-weight: 300;
    font-size: 22px;
    line-height: 25px;
    padding: 5px;
    background: #435522;;
    color: #fff;
    text-align:center;
    margin-top:15px;
}

.wrap-dark-green:hover {
    background: #fff;
    color: #435522;
    border: 1px solid #324619
}

.wrap-orange:hover, .wrap-orange-call:hover {
    background: #fff;
    color: #FF7A21;
    border: 1px solid #FF7A21
}
.button-style {
    padding: 0;
    border: 0;
}
.bbtvm {
    color:#fff;
    margin: auto;
}
a.bbtvm:hover {
    color: #FF7A21
}
.navbar-leggett {
    padding-right: 400px
}
.wrap-blue a {
    color: #fff;
    text-decoration: none;
}
.wrap-blue {
    display: flex;
    height: 78px;
    background:#789FBF;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    padding: 5px;
    color: #fff;
}
.wrap-orange-call {
    display: flex;
    height: 78px;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    padding: 5px;
    background: #FF7A21;;
    color: #fff;
    text-align:center;
    margin:15px auto 0 auto;
}
.button-blue:hover, .wrap-blue:hover {
    background: #fff;
    color: #789FBF;
    border: 1px solid #789FBF
}
.buy-guide {
    color: #000
}
.navbar-brand {
    margin-left:20px;
}
.call-center {
    max-width: 446px;
    height: 78px;
    background:#789FBF;
}
.tel-info {
    font-size:10px;
    font-style: italic;
}
.text-wrap {
    margin-left:20px;
}
.fnaim {
    bottom: 10px;
    position: relative;
    width:45px;
}
.call {
    padding-top:5px;
}
.france-tel {
    font-size:20px;
}
.call-center .wrap-blue:hover {
    background: #789FBF;
    color: #fff;
    border: 0px solid #789FBF
}
.telephone {
    color: #fff
}
.border-white-line {
    margin: 0px 0;
    border: 1px solid #E1E9EF;
    margin-left: 15px;
    width: 92%;
}
/*SECOND NAV*/
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-filters .dropdown-menu {
    margin:0px;
    border-radius: 0px;
}
.megamenu .dropdown-header
{
    padding: 0;
    margin-bottom:10px;
}
.megamenu .dropdown-item {
    padding: 7px
}
.navbar-filters {
    font-size:20px;
    border-bottom: 1px solid #efefef;
}
.menu-large {
    position: static !important;
}

.megamenu {
    padding: 20px 20px;
    width: 100%;
    background: #F8F8F8;
    border:0;
}
.megamenu .dropdown-item:active {
    background: #F8F8F8;
}
.dropdown-header-guide {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
    display: block;
}
.header-guide-margin {
    margin-top: 34px;
}
.guide {
    font-size: 12px;
    line-height: 15px;
}
.bottom-align-text {
    position: absolute;
    bottom: 0;
    font-size:14px;
    color: #fff;
}
.dropdown-guide .dropdown-toggle::after {
    display: none;
}

.ui-menu{
    position : fixed !important;
    z-index : 100000 !important;
}

.megamenu .blue-box {
    background: #B8D1E6;
    padding: 8px;
    position: relative;
}
.buy-box {
    position: relative;
    height:130px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .orange-text, .orange-lien:hover {
    color: #FF7A21;
}
.megamenu .row {
    max-width:1140px;
    margin:auto;
}

.megamenu > div > li > ul {
    padding: 0;
    margin: 0;
}

.megamenu > div > li > ul > li {
    list-style: none;
}

.megamenu > div > li > ul > li > a {
    display: block;
    padding: 3px 0 3px 0;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #000000;
    white-space: normal;
    font-size: 16px;
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
    text-decoration: none;
    color: #FF7A21;
    font-weight: 700;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
    color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.megamenu .dropdown-header {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}

.no-padding {
    padding:0;
    padding-right:5px;
    position: relative;
    text-align: center;
    color: white;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 34px;
    right: 16px;
    text-align:right;
}
.bottom-right a {
    font-weight: 300;
    font-size: 30px;
    line-height: 25px;
    color: #FFF;
    text-decoration: none;
    display: block;
}

.menu-numbers {
    font-size: 16px;
    line-height: 10px;
}

.inspirations-m {
    display: inherit;
}
.guide-m {
    display: inherit;
}
@media (max-width: 1200px) {
    .navbar-leggett {
        padding-right: 373px
    }
}
@media (max-width:1200px) and (min-width: 768px) {
    .lower-text-x3 {
        font-size:24px !important;
    }
}
@media (max-width: 1024px) {
    /* .button-blue, .wrap-orange {
      font-size:17px !important;
    } */
    .button-blue {
        font-size:17px !important;
    }
    .hashtag {
        font-size:30px !important;
    }
    .project-button {
        margin-top: 15px !important;
    }
    .navbar-leggett {
        padding-right: 353px;
    }
    .navbar-leggett .nav-item {
        padding: 0 15px;
    }
    .wrap-blue, .call-center, .sell-buy .wrap-orange-call {
        height: 78px !important;
        font-size: 14px !important;
        line-height: 23px !important;
    }
    .france-tel {
        font-size: 14px;
    }
    .call {
        padding-top: 0;
    }
    .navbar-toggler {
        margin-right: 0px;
    }
    .navbar-toggler:active, .navbar-toggler:focus {
        border: 0;
    }
}

@media (min-width: 540px) and (max-width: 1024px) {
    .navbar-filters {
        font-size:15px;
    }
    .img-listing {
        max-height: 130px;
    }
    .paddingleft {
        padding: 7px 7px 7px 30px !important;
    }
}
@media (max-width: 767px) {
    .project-button {
        margin-top: 0 !important;
    }
    .navbar-leggett {
        padding-right: 0px;
    }
    .toggle-custom {
        background: #fff;
        border: 0px
    }
    .navbar-filters .dropdown-toggle::after {
        display:none !important;
    }
    .navbar-filters .dropdown-header {
        display: none;
    }
    .menu-numbers {
        font-size:12px;
    }
    .navbar-filters .nav-link {
        padding-left: 15px !important;
    }
    .navbar-leggett .nav-link {
        font-size: 15px;
    }
    .navbar-filters {
        font-size: 15px;
    }
    .logo-leggett {
        width:208px;
        height:58px;
    }
    .navbar-expand-md {
        padding: 0;
    }
    .navbar-brand {
        margin-left:10px;
    }
    .megamenu {
        margin-left: 0;
        margin-right: 0;
    }
    .megamenu > li {
        margin-bottom: 30px;
    }
    .megamenu > li:last-child {
        margin-bottom: 0;
    }
    .megamenu.dropdown-header {
        padding: 3px 15px !important;
    }
    .navbar-nav .open .dropdown-menu .dropdown-header {
        color: #fff;
    }
    .buy-box {
        height: 70px;
    }
    .recherche {
        background-color: #FF7A21;
        color: #fff !important;
    }
    .recherche .nav-link, .inspirations-m .nav-link {
        font-weight: 300 !important;
    }
    .become-agent {
        margin-top:3px;
        background: rgba(134, 134, 134, 0.1);
    }
    .megamenu {
        padding:0
    }
    .megamenu .dropdown-item {
        padding: 0;
    }
    .inspirations-m {
        display:block;
        margin-top: 2px;
        background: #789FBF;
    }
    .navbar-light .navbar-nav .inspirations-m .nav-link, .navbar-light .navbar-nav .recherche .nav-link {
        color: #fff;
        font-weight: 300;
    }
    .navbar-light .navbar-nav .recherche .nav-link:hover {
        color: #fff !important
    }
    .navbar-filters .wrap-orange {
        margin-top:3px !important;
    }
    .guide-m {
        margin-top: 2px;
        display:block;
        background: #B8D1E6
    }
    .blue-white-back {
        background: #B8D1E6;
    }
    .blue-white-back li a {
        padding-left: 25px;
    }
    .blue-white-back li {
        padding: 8px;
    }

    .inspiration:hover{
        color : #fff !important;
        text-decoration: underline;
    }

    .white-back{
        height: 58vh;
        overflow-y: scroll;
    }

    .white-back li a {
        padding-left: 25px;
        color : #000;
    }

    .white-back .title{
        padding-left : 32px !important;
    }

    .white-back li {
        padding: 8px !important;
    }
}

.wrap-grey {
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    padding: 5px;
    background: rgba(134, 134, 134, 0.1);
    color: #000;
    text-align:left;
    margin-top:6px;
}
.space-top{
    margin-top: 37px;
}
.space-top2{
    margin-top: 15px;
}
.click-here {
    font-size: 15px;
    line-height: 30px;
    color: #000;
    font-weight: 900;
}
.form-group input {
    margin: 5px 0
}
.form-group img {
    position: absolute;
    right:12px;
    top:10px;
}
.form-search {
    margin:0 5px;
}
.wrap-grey .form-control {
    border-radius: 0px;
    border: 0px;
}
.wrap-grey ::-webkit-input-placeholder {
    font-style: italic;
    color: rgba(0, 0, 0, 0.8);
}
.wrap-grey :-moz-placeholder {
    font-style: italic;
    color: rgba(0, 0, 0, 0.8);
}
.wrap-grey ::-moz-placeholder {
    font-style: italic;
    color: rgba(0, 0, 0, 0.8);
}
.wrap-grey :-ms-input-placeholder {
    font-style: italic;
    color: rgba(0, 0, 0, 0.8);
}
/* END OF SECOND NAV */

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.communes li {
    font-size:12px;
    padding: 10px 15px;
}

.extra-bold {
    font-weight: 700 !important;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}