/* -----------------------------------
Template Name: UMI Pilates Club
Version: 1.0
NOTE: CSS custom
*/


/*----------------------------------------*/
/*  0.0 Couleurs
/*----------------------------------------*/
:root {
    /* Couleurs hexa */
    --Green-color: #5A7541;
    --Beige-color: #f7eee2;
    --Beige2-color: #d5ba98;
    --Silence-color: #f6efe5;
    --Olive-color: #556b2f ;
    --Tapioca-color: #dccdbc;
    --Chive-color: #4b5335;
    --Orange-color: #c19d75;
    --White-color: #fff;
    --Evening-color: #7f7f7f;
    --GreenElectric-color: #59BBA3;

    /* Couleurs rgb */
    --Green-rgb: 90, 117, 65;
    --Beige-rgb: 247, 238, 226;
    --Beige2-rgb: 213, 186, 152;
    --Silence-rgb: 246, 239, 229;
    --Olive-rgb: 114, 106, 78;
    --Tapioca-rgb: 220, 205, 188;
    --Chive-rgb: 75,83, 53;
    --Orange-rgb: 193, 157, 117;
  }
/*----------------------------------------*/
/*  0.1 Fontes
/*----------------------------------------*/
@font-face {
    font-family: "Cooper Regular";
    src: url("https://db.onlinewebfonts.com/t/a4e5c9a4c77fac19b8ba3b88c565e952.eot");
    src: url("https://db.onlinewebfonts.com/t/a4e5c9a4c77fac19b8ba3b88c565e952.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/a4e5c9a4c77fac19b8ba3b88c565e952.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/a4e5c9a4c77fac19b8ba3b88c565e952.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/a4e5c9a4c77fac19b8ba3b88c565e952.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/a4e5c9a4c77fac19b8ba3b88c565e952.svg#Cooper Regular")format("svg");
}
@font-face {
    font-family: "Cooper";
    src: url("https://db.onlinewebfonts.com/t/c632fa0216eed0c3ee8384ffb53b9f5e.eot");
    src: url("https://db.onlinewebfonts.com/t/c632fa0216eed0c3ee8384ffb53b9f5e.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/c632fa0216eed0c3ee8384ffb53b9f5e.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/c632fa0216eed0c3ee8384ffb53b9f5e.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/c632fa0216eed0c3ee8384ffb53b9f5e.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/c632fa0216eed0c3ee8384ffb53b9f5e.svg#Cooper")format("svg");
}
@font-face {
    font-family: "Helvetica World W08 Regular";
    src: url("https://db.onlinewebfonts.com/t/4a16bb848c42257c9804b31eb7586da5.eot");
    src: url("https://db.onlinewebfonts.com/t/4a16bb848c42257c9804b31eb7586da5.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/4a16bb848c42257c9804b31eb7586da5.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/4a16bb848c42257c9804b31eb7586da5.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/4a16bb848c42257c9804b31eb7586da5.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/4a16bb848c42257c9804b31eb7586da5.svg#Helvetica World W08 Regular")format("svg");
}
/*----------------------------------------*/
/*  0.2 Divers
/*----------------------------------------*/
.empty {
    color: transparent;
}
.umi-bg-Beige2{
    background-color: rgba(var(--Beige2-rgb), 0.5);
}
.umi-bg-Tapioca{
    background-color: rgba(var(--Tapioca-rgb), 0.4);
}
.umi-bg-Green{
    background-color: var(--Green-color);
}
.text-Beige2 { 
    color: var(--Beige2-color);
}
.text-Beige { 
    color: var(--Beige-color);
}
.text-Vert { 
    color: var(--Green-color);
}
.navbar-brand img{
    width: 50%;
}
.nav-link{
    font-family: "Helvetica World W08 Regular";
    font-size: 12px;
    color: var(--Green-color);
    text-transform: uppercase;
}
/*----------------------------------------*/
/*  1. Hero Section  
/*----------------------------------------*/
.hero-section {
    /* background-image: url("/images/slider-3.png"); */
    position: relative;
    background-color: var(--Orange-color);
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 150px 0; */
    letter-spacing: 3px;
    /* height: 80%; */
}
.hero-section .text-content {
    display: table-cell;
    vertical-align: middle;
}
.hero-section h1 {
    font-family: "Cooper Regular";
    color: var(--Green-color);
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 500;
}
.hero-btn, .menu-btn {
    background: transparent;
    color: var(--Green-color);
    display: inline-block;
    border: 1px solid var(--Green-color);
    font-family: "Helvetica World W08 Regular";
    overflow: hidden;
    border-radius: 25px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 26px;
}
.hero-btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    padding: 0 30px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
    -webkit-animation: 1000ms ease-in-out 0s normal both 1 running fadeInUp;
    animation: 1000ms ease-in-out 0s normal both 1 running fadeInUp;
}
.hero-btn::after {
    content: attr(data-text);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translate(-30%, 0px);
    transition: all 0.3s ease 0s;
    width: 100%;
}
.hero-btn span {
    transition: all 0.3s ease 0s;
}
.hero-btn:hover, .menu-btn:hover {
    background-color: var(--Chive-color);
    border-color: var(--Beige-color);
    color: var(--Beige-color);
}
.menu-btn:hover {
    border-color: var(--Orange-color);
}
.hero-btn:hover > span {
    opacity: 0;
    transform: translate(0px, 40px);
}
.hero-btn:hover::after, .menu-btn:hover::after {
    opacity: 1;
    transform: translate(0px, 0px);
}

 
.carousel-item {
    height: 100vh;
}
  
.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
  
.carousel-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    text-align: left;
}

/* Changer la couleur des indicateurs en vert */
.carousel-indicators button {
  background-color: var(--Green-color) !important;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235A7541'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  }
  
  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235A7541'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
/*----------------------------------------*/
/*  2. About Section 
/*----------------------------------------*/
.video-container {
    position: relative;
    text-align: center; 
    display: inline-block;
    width: 100%;
    /* height: 100%; */
    height: 0;
    margin: 0 auto;
    box-shadow: 0 0 4px 4px var(--Green-color);
    padding: 10px;
    padding-bottom: 56.25%; /* Ratio 16:9 */
    border-radius: 10px;
}

.club-img{
    box-shadow: 0 0 4px 4px var(--Beige-color);
}

.video-thumbnail {
    /* position: relative; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* padding-bottom: 56.25%; */
    overflow: hidden;
    border-radius: 10px;
}

.video-thumbnail img {
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}
/*----------------------------------------*/
/*  2. Classes Section 
/*----------------------------------------*/
.single-img img{
    border-radius: 10px 10px 0 0;
}
.single-img{
    position: relative;
    display: inline-table;
    height: 100%;
}
.single-img i{
    color : var(--White-color);
    font-size: 35px;
    z-index: 99;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: table-cell;
    vertical-align: middle;
    background: transparent;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: auto;
    line-height: 42px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-content{
    background: var(--White-color);
    color: var(--Green-color);
    font-size: 18px;
    border-radius: 0 0 15px 15px;
    font-family: "Helvetica World W08 Regular";
}
.single-content h3{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 20px 40px;
    border-bottom: 1px solid #F1F1F1;
}
.single-content h3 a{
    color: var(--Green-color);
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.single-content h3:hover a{
    color: var(--Orange-color);
}
.single-content ul, .single-content p{
    margin: 0;
    padding: 20px 0 20px 40px;
    list-style: none;
    color: var(--Green-color);
}
.single-content ul li{
    display: inline-block;
    color: var(--Evening-color);
    font-size: 14px;
    margin-right: 30px;
}
.single-content ul li:last-child{
    margin-right: 0px;
}
.single-content ul li span {
    font-size: 15px;
    color:var(--Green-color);
    margin-right: 10px;
    position: relative;
    top: 2px;
}

/*----------------------------------------*/
/*  3. Schedule Section
/*----------------------------------------*/

/* Widget BeSport */

/*----------------------------------------*/
/*  4. Pricing Area
/*----------------------------------------*/
.single-table{
    /* box-shadow: 0 0 4px 4px var(--Green-color); */
    border-radius: 3%;
    font-family: "Helvetica World W08 Regular";
}
.single-table:hover{
    box-shadow: none;    border-radius: 3%;
}
.single-table:hover .table-head h2, .single-table:hover .table-body, .single-table:hover .table-body a{
    background: var(--Green-color);
    box-shadow: none;
}
.single-table:hover .table-head h2, .single-table:hover .table-body ul li, .single-table:hover .table-body a{
    color: var(--White-color);
}
.single-table:hover .table-body ul li.empty {
    color: transparent;
}
.single-table:hover .table-body ul li{
    border-bottom: 1px solid var(--GreenElectric-color);
}
.single-table:hover .table-body ul li:last-child{
    border-bottom: none;
}
.single-table:hover .table-body a{
    box-shadow: 0 0 4px 4px var(--GreenElectric-color);

}
.table-head h2{
    font-size: 20px;
    color: var(--Evening-color);
    font-family: "Helvetica World W08 Regular";
    font-weight: 500;
    padding: 25px 0;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.table-head h1{
    background: var(--White-color);
    font-size: 48px;
    font-family: "Helvetica World W08 Regular";
    font-weight: 400;
    padding: 25px 0;
}
.table-head h1 span{
    font-size: 12px;
    color: var(--Evening-color);
    font-family: "Helvetica World W08 Regular";
    font-weight: 700;
    text-transform: uppercase;
}
.table-body{
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.table-body ul{
    margin: 0;
    padding-top: 33px;
    padding-bottom: 30px;
    list-style: none;
}
.table-body ul li{
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #EAE8E8;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.table-body ul li:last-child{
    display: block;
    padding-bottom: 0;
    border-bottom: none;
}
.table-body a {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 25px;
    /* box-shadow: 0 0 4px 4px var(--Green-color); */
    border: 1px solid var(--Green-color);
    color: var(--Green-color) ;
    display: inline-block;
    font-family: "Helvetica World W08 Regular";
    font-size: 14px;
    font-weight: 600;
    padding: 10px 33px;
    position: relative;
    text-transform: uppercase;
    top: 19px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

/*----------------------------------------*/
/*  5. Event Area
/*----------------------------------------*/
.event-content{
    z-index: 2; 
    position: relative;
}
.event-wrapper{
    background: var(--White-color);
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 30px 80px;
    /* box-shadow: 0 0 4px 4px var(--Beige-color); */
    border: 2px solid var(--Beige2-color);
    position: relative;
    z-index: 9;
    margin: 0 42px;
    width: 1%;
    border-radius: 10px;
}
.event-area .section-title p {
  margin-bottom: 75px;
}
.event-wrapper::before{
    position: absolute;
    left: 30px;
    top: -20px;
    right: 30px;
    /* box-shadow: 0 0 4px 4px #ddd; */
    border: 2px solid var(--Beige2-color);
    background: var(--White-color);
    height: 100%;
    content: "";
    border-radius: 10px;
    
}
.event-content h3{
    font-size: 40px;
    color: var(--Evening-color);
    font-weight: 500;
    font-family: "Helvetica World W08 Regular";
    margin-bottom: 20px;
}
.event-content p{
    padding: 0 60px;
    margin-bottom: 20px;
}
.event-content h4{
    font-family: "Helvetica World W08 Regular";
    color: var(--Green-color);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}
.event-content h5{
    font-size: 16px;
    color: var(--Evening-color);
    font-family: "Helvetica World W08 Regular";
    font-weight: 400;
}

/*----------------------------------------*/
/*  6. Contact
/*----------------------------------------*/
#contact .col-lg-3, #contact .col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
.contact-single-table{
    font-family: "Helvetica World W08 Regular";
    /* color: var(--Evening-color); */
    border: 1px solid var(--Evening-color);
    border-top: none;
}
.contact-table-head i{
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.contact-table-head h2{
    font-size: 20px;
    font-weight: 500;
    /* padding: 25px 0; */
    text-transform: uppercase;
}
.contact-table-body ul{
    margin: 0;
    padding-top: 33px;
    padding-bottom: 30px;
    list-style: none;
}
.contact-table-body ul li{
    display: block;
    padding: 15px 0;
    
}
.contact-table-body ul li:last-child{
    display: block;
    padding-bottom: 0;
    border-bottom: none;
}
.contact-table-body ul li a, .contact-table-head ul li a{
    color: var(--Green-color);
}
.contact-table-body ul li a:hover, .contact-table-head ul li a:hover {
    color: var(--GreenElectric-color);
}
/*----------------------------------------*/
/*  5. Footer
/*----------------------------------------*/
.footer {
    background-color: var(--Green-color);
}
.company-logo{
    width: 150px;
    height: auto;
}
.social-link {
    color: #333;
    text-decoration: none;
    margin-left: 20px;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
}
.social-link i {
    margin-right: 8px;
}
.social-link i.fab:hover{
    color: var(--GreenElectric-color) !important;
}
.footer-widget-area img {
    width: 50%;
    margin-bottom: 15px;
}


