﻿
body {
    font-family: Arial !important;
}
 .navbar {
    min-height: 100px;
    margin-bottom: 0;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #FDD661;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #FDD661;
    border-radius: 10px;
}

.carousel-caption {
    background :rgba(53,61,68,0.6 );
}

#aps-frontal-header,
#aps-frontal-header-mobile {
    min-height: 100px;
    border-bottom : 2px solid #15ADA0;
    z-index:10000;
    background : white;
}


.btn-primary {
    background: #E2B736;
    border-color: #E2B736;
}

    .btn-primary:hover {
        background: #15ADA0;
        border-color: #15ADA0;
    }

#aps-frontal-left-toolbar div {
    display: inline-block;
    float : right;
    color : #15ADA0;
    font-size: 20px;
    cursor:pointer;

}

#menu-nav {
    margin: 24px 0;
}

#menu-nav li {
    color : #15ADA0;
    font-size: 15px;
    
    float: right;
    display: inline-block;

}

#menu-nav a {
    color : #15ADA0;
    float: right;
    display: inline-block;
    
    
}

#aps-frontal-create-account-btn {
    font-size:20px;
    height: 70px;
    line-height: 50px;
    margin-top : 12px;
}

.container-full {
    width:100%;
    margin : auto 0;
}

h3 {
  display: inline-block;
  padding: 10px;
  background: #B9121B;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel {
    height:100%;
}

#aps-frontal-connexion {
    text-decoration:underline;
}

    #aps-frontal-connexion:hover,
    #aps-frontal-lostpwd:hover,
    #menu-nav a:hover {
        color: #15ADA0;
    }


.carousel-caption {
    right: 20%; 
    left: 20%;
    padding: 4px, 4px, 30px, 4px;
    bottom: 20%;
}

#aps-frontal-btn-menu-mob {
    background : red;
}


@media screen and (min-width: 0px) and (max-width: 992px) {
    #menu-nav{
       display : none !important;
    }

    #aps-frontal-btn-menu-mob {
        display : block;       
    }

    #aps-frontal-btn-menu-mob-mini {
        display: block;
    }
}

@media screen and (min-width: 0px) and (max-width: 992px) {
    #aps-frontal-main-create {
        display : none;
    }

    #aps-frontal-header {
        display: none;
    }

    .carousel-caption {
    right: 5%;
    left: 5%;
    padding: 4px, 4px, 30px, 4px;
    bottom: 12%;
}

}

@media screen and (min-width: 0px) and (max-width: 460px) {
    #logo-mob {
        height : 60px !important;
        margin-top: 20px;
    }


}

@media screen and (min-width: 461px) {
    #logo-mob {
        margin-top: 10px !important;
    }


}

@media screen and (min-width: 992px) {

     #aps-frontal-header-mobile {
        display: none;
    }
}

@media screen and (min-width: 992px) {

    #aps-frontal-menu-mob {
        display: none !important;
    }
}
    


 
#aps-frontal-btn-menu-mob,
#aps-frontal-btn-menu-mob-mini {
    background: white;
    border : 2px solid #15ADA0;
    color : #15ADA0;
    margin-top : 30px;
}

#aps-frontal-btn-menu-mob:hover,
#aps-frontal-btn-menu-mob-mini:hover {
    border : 2px solid #FDD661;
    color : #FDD661;
}

#aps-frontal-menu-mob {
    display: none;
    background :#15ADA0;
    text-align: center; 
    font-size: 18px;   
}

#aps-frontal-menu-mob > div {
    border-bottom : 1px solid white;   
    height:30px;
}

#aps-frontal-menu-mob a {
    color : white;   
    font-size: 18px;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}

