/* YOUR CUSTOM STYLES */

html,
body,
.view {
    height: 100%;
}

.view {
    background: url('../img/cagecfi.jpg')no-repeat center center fixed;
    /*background: url('../img/cropped.jpg')no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (max-width: 768px) {
    .full-bg-img,
    .view {
        height: auto;
        position: relative;
    }
}

/* Navigation*/

.navbar {
    background-color: transparent;
}
.scrolling-navbar {
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.top-nav-collapse {
    background-color: #1C2331;
}

@media only screen and (max-width: 768px) {
    .navbar {
        background-color: #1C2331;
    }
}


.description {
    padding-top: 25%;
    padding-bottom: 3rem;
    color: #fff
}

@media (max-width: 992px) {
    .description {
        padding-top: 7rem;
        text-align: center;
    }
}


.fa-check {
    color: green;
}


.btn-ptc {
  background-color: #45526E !important;
}

.btn-ptc:hover {
  background-color: #59698d !important;
}

.btn-ptc:focus {
  background-color: #59698d !important;
}


footer.page-footer {
    background-color: #1C2331;
}

.carousel-multi-item .carousel-indicators li {
    background-color: #1C2331;
}
.carousel-multi-item .carousel-indicators .active {
    background-color: #1C2331;
}

.md-form .prefix {
    font-size: 22px !important;
    margin-left: 12px !important;
    margin-top: 11px !important;
}

.myLang select{
    padding: .5rem 0 .6rem;
    padding-left: 0px;
    padding-left: 0px;
    font-size: 1rem;
    line-height: 1.5;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    margin-top: .2rem;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    color: #464a4c;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    padding-left: 43px;
}

.full-bg-img{
    padding-top: 150px !important;
    position: relative !important;
}
.full-bg-img .container{
    margin-bottom: 236px !important;
}


ul.feedbackPanel{
    /*padding:10px;*/
    margin: 0px !important;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

li.feedbackPanelINFO {
    /*list-style-image: url(images/true.png);*/
    /*background: url(images/true.png) no-repeat scroll 8px 50% #FFE3E3;*/
    background-color:#4caf50;
    list-style-type:none;
    margin-top:5px;
    padding-left: 15px;
    padding:10px;;
    margin: auto;
    margin-bottom: 10px;

}
li.feedbackPanelINFO>span {
    margin-left:25px;
}
li.feedbackPanelERROR {
    /*background: url(images/exclamation.png) no-repeat scroll 8px 50% #FFE3E3;*/
    background-color:#f44336;
    list-style-type:none;
    margin-top:5px;
    padding:10px;;
    margin: auto;
    margin-bottom: 10px;
}
li.feedbackPanelERROR>span {
    margin-left:25px;
}
li.feedbackPanelWARNING {
    background-color:#ff5722;
    list-style-type:none;
    margin-top:5px;
    padding:10px;
    margin: auto;
    margin-bottom: 10px;

}
.titre_bloc_form label{
    color: #fff  !important;
}

.titre_bloc_form{
    background-color: #039BE5 !important;
    color: #fff  !important;
    border-radius: 2px;
    margin-bottom: 20px;
    list-style: none;
    padding-left: 10px !important;
    padding-top: 5px !important;
}
.redStar{
    color: red;
}

.wicketMsg{
    margin-top: -20px;
    font-size: 11px !important;
    color: #0487C8;
}
.wicketMsgSwitch{
    margin-top: -11px;
    font-size: 11px !important;
    color: #0487C8;
}