
body {
    width: 100%;
    height: 100%;
    font-family: 'Raleway', sans-serif;
    color: #636363;
    font-size: 16px;
    letter-spacing: 1px;
    background-color: #f5f5f5;
}
.riz-color{
    color :rgba(154, 35, 115,.58);
}

.riz-color-dark{
    color :rgb(154, 35, 115);

}
.pager li>a, .pager li>button, .pager li>span {
    background-color: rgb(154, 35, 115) !important;
    color: #FFF  !important;
    border:1px solid  rgb(154, 35, 115) !important;

}

.riz-background{
    color :rgba(154, 35, 115,.58);
}

.home-body {
    position: relative;
    height: 750px;
    background-size: cover;
    width: 100%;
}
.home-body:before {
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.hero-text h2 {
    color: rgb(154, 35, 115);
    font-size: 34px;
    font-weight: 400;
    line-height: 64px;
    margin: 0;
    text-transform: capitalize;
    font-family: 'Dekko', cursive;
    text-align: center;
}

.title-form{
    color: rgb(154, 35, 115) !important;
}

.title-section{
    font-size: 36px;
    font-family: 'Dekko', cursive;
}
.second-title{
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    color: #333;
    margin-top: 0;
    padding: 0 0 10px;
    text-transform: uppercase;
    margin-bottom: 15px;
}


.register {
    background: rgba(255, 255, 255, 0.53) none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(216, 97, 97, 0.4);
    margin-top: 87px;
    overflow: hidden;
    padding: 20px;
    min-height: 400px;
}


.title-form{
    color: #FFF;
}

.form-control {
    padding: 6px 12px;
    height: 50px;
    font-size: 1.2em;
    margin-bottom: 0;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 0;
    color: rgba(154, 35, 115,.6);
}



::-webkit-input-placeholder { /* Chrome */
    color: rgba(154, 35, 115,.75) !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: rgba(154, 35, 115,.75) !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: rgba(154, 35, 115,.75) !important;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: rgba(154, 35, 115,.75) !important;
    opacity: 1 !important;
}

/*::-webkit-input-placeholder { *//* Chrome *//*
    color: rgba(255,255,255,.75) !important;
}
:-ms-input-placeholder { *//* IE 10+ *//*
    color: rgba(255,255,255,.75) !important;
}
::-moz-placeholder { *//* Firefox 19+ *//*
    color: rgba(255,255,255,.75) !important;
    opacity: 1;
}
:-moz-placeholder { *//* Firefox 4 - 18 *//*
    color: rgba(255,255,255,.75) !important;
    opacity: 1 !important;
}*/


select:required:invalid {
    color: gray;
}
option[value=""][disabled] {
    display: none;
}
option {
    color: black;
}




.btn {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 15px;
    padding: 12px 35px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.hero-text .btn{
    margin: 30px 0 ;
}



.slick-dots {
    bottom: 15px;
}

.slicks-ctrl {
    position: absolute;
    z-index: 9999;
    top: 5px;
    left: 26px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}


.next .fa, .prev .fa {
    padding: 7px;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.next, .prev {
    background: rgba(80,80,80,.2);
}



/*countdown*/
.countdown{
    color: white;
}

.countdown-digit{
    min-width: 65px;
    text-align: center;
    font-size: 45px;
    padding:0px 15px 5px;
    margin: 0 4px;
    display: inline-block;
    background-color: rgba(154, 35, 115,.58);
    font-family:'digital-clock-font'
}
.countdown-label{
    display: block;
    font-size: 20px;
    border-top: 1px solid;
}




.bg-fixed {
    background-attachment: fixed;
}


.index-1 {
    position: relative;
    z-index: 1!important;
}

.align-center {
    display: block;
    margin: 0 auto;
}
.color-medium {
    color: #bdbdbd;
}

.riz-light-2, .light-overlay {
    position: relative;
}


.riz-light-2:after, .light-overlay:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.home-gellery  figure{
    margin-bottom: 30px;
}

.home-gellery .caption-gallery p {
    width: 60%;
    margin: 25px auto;
}
.white-text {
    color: #fff;
}


footer{
    background-image: url(/themes/website/images/Fond%20avec%20texture.jpg);
    color: #FFF;
}
footer a {
    color: #e9a7e2;
}
footer .main-foot{
    border-bottom: 1px solid rgba(233,167,226,0.5 );
    padding-bottom: 25px;
}

footer .copyright{
    padding: 20px 0 10px 0;
}
footer h4{
    margin-bottom: 18px;
    font-family: 'Dekko', cursive;
    font-size: 27px;
}


footer .dark-overlay {
    position: relative;
}
footer .dark-overlay:after {
    background-color: rgba(154, 35, 115,.58);
}
footer .dark-overlay:after,  {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

footer figure{
    margin-bottom: 30px;
}

.socials .fa {
    font-size: 19px;
    border: 1px solid;
    padding: 7px;
    width: 35px;
    height: 35px;
}

.riz-light-3 {
    position: relative;
}
.riz-light-3:after {
    background-color: rgba(154, 35, 115,.64);
}
.riz-light-3:after{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}


.previous.disabled{
    display: none;
}

.rc-anchor-light{
    background: rgba(249, 249, 249,.4) !important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: rgba(154, 35, 115,.9);
}

#rootwizard .navbar a {
    color: #645252;
    text-decoration: none;
    border-radius: 0;
    font-size: 14px;
}

#rootwizard .navbar .active a {
    color: #fff;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent ;
}

.error-message,.success-message{
    color: white;
    font-size: 19px;
    border: 1px solid;
    padding: 7px;
    margin: 10px 0;
}
.error-message{
    background: red;
}
.success-message{

    background: rgb(154, 35, 115);
}


.pager li>a ,.pager li>button, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-weight: 400;
    border-radius: 15px;
}



.home-gellery  figure{
    border: 1px solid rgba(255,255,255,.45);
    text-align: center;
    min-height: 240px;
}
.home-gellery  figure img{
    margin: 0 auto;

}


.hero-text .btn {
    margin-top: 60px;
    padding: 15px 15px;
    font-size: 12px;
    border: 1px solid rgb(154, 35, 115);
    color: rgb(154, 35, 115);
}


.button-hero{
    text-align: center;
    margin-top: 143px;
}


.display-table-cell{
    display: table-cell;
    vertical-align: middle;

}

.display-table {
    height: 446px;
    display: table;
}
