body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    /*font-family: "Open Sans", sans-serif;*/
    font-family: 'Segoe UI', 'Roboto', arial, sans-serif;  
}

main {
    flex: 1 0 auto;
}

.marge{

    margin-left: 5%;
    margin-right: 5%;
}

canvas{
  /*prevent interaction with the canvas*/
  pointer-events:none;
}

#banner{
    background-image: url(../img/banniere-7.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin:0;
    padding:0;
}

.banner_img{
    display: block;
    width: 100%;
    height: auto;
}

.back-color{

    /*background: linear-gradient(30deg, #c62828, #880e4f );*/
    /*background-color: #ee6e73;*/
    /*background: linear-gradient(45deg, #388e3c, #9ccc65) !important;*/
    /*background: linear-gradient(45deg, #388e3c, #9c27b0 ) !important;*/
    /*background: linear-gradient(45deg, #9c27b0 , #4a148c) !important;*/
    background: #972D94;

}

.f_badge {
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background: linear-gradient(45deg, #e65100, #ffb74d) !important;
    border-radius: 2px;
    min-width: 3rem;
    padding: 0 6px;
    margin-left: 14px;
    text-align: center;
    font-size: 1rem;
    line-height: 22px;
    height: 22px;
    float: left;
}

/******corner******/

/* The ribbons */

.corner-ribbon{
  width: 125px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 20px;
  left: -10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}

/**********corner************/

.big-title {
    font-size: 40px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: .5px;
    /*color: #3c4043;*/
    margin-bottom: 8px;
    font-family: Gabriola;
}

.big-subtitle {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    /*color: #9aa0a6;*/
    margin-bottom: 16px;
    font-weight: bold;
}

.big_subsub{

    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: black;
    margin-bottom: 16px;
    font-weight: bold;   
}

.join-us{
    /*background: #7b1fa2;*/
    background: linear-gradient(30deg, #c62828, #880e4f );
}

#search-container .p-35 {
    padding: 35px;
}
#search-container .search-image {
    background-image: url(../img/banner-6.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.mb-3 {
    margin-bottom: 3% !important;
}
#search-container .search-box {
    width: 95%;
    padding-left: 1rem;
    border-radius: 3rem;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -7px rgba(0, 0, 0, .2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -7px rgba(0, 0, 0, .2);
}

#sarch::placeholder {  
                   
    text-align: center; 
    color: grey;
    font-size: 14px;
}

.icon_wrapper{
    align-items: center;
    background-color: #1565c0;
    border-radius: 50%;
    display: flex;
    height: 6rem;
    justify-content: center;
    margin-bottom: 1.5rem;
    width: 6rem;
    cursor: pointer;
} 

.ml40r40{
    margin-right: 40%;
    margin-left: 40%;
}

.ml20r20{
    margin-right: 20%;
    margin-left: 20%;
}

.shadow1{
    box-shadow: 0 0 0 1px;
}

.title_member{
    font-size: 26px;
    line-height: 0.0; 
    font-weight: bold;
}

.member_box{
    border: solid 1px grey; border-radius: 10px; padding: 10px;
}


.how-section{
    background: #f8f9fa; 
    padding: 40px 0;
}

.pagination li.active {
    background-color: #ee6e73;
}

.ftco-intro {
    position: relative;
    padding: 3em 0;
    z-index: 0;
}

.btn_register{
    width: 100%;
    font-size: 11px;
}

.hotel-img, .img, .blog-img, .user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.ftco-intro h2 {
    line-height: 1.2;
}
.heading-section h2 {
    font-size: 34px;
    font-weight: 700;
}

.join-us-style{
    color: white;
    cursor: pointer;
}

.bdr-5{
    border-radius: 5px;

}


.pb-4 {
    padding-bottom: 4% !important;
}

.pad-5{
    padding: 5px;
}

.pt-4 {
    padding-top: 4% !important;
}
.border-radius-6 {
    border-radius: 6px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}

.mt-4 {
    margin-top: 4% !important;
}
.mt-2 {
    margin-top: 2% !important;
}
.mt-1 {
    margin-top: 1% !important;
}
.vertical-text-middle {
    vertical-align: middle;
}

.mr-3 {
    margin-right: 3% !important;
}
.width-30 {
    width: 30% !important;
}
.pt-2 {
    padding-top: 2% !important;
}
.mt-3 {
    margin-top: 3% !important;
}
.ml-3 {
    margin-left: 3% !important;
}
.vertical-align-top {
    vertical-align: top;
}
.ml-10 {
    margin-left: 10% !important;
}


@media screen and (max-width:600px){
    .breadcrumb {
        font-size: 10px;
    }

}