/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 300;
}

hr {
    max-width: 50px;
    border-color: #CE9329;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #CE9329;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #CE9329;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}
    .span-h3 {
        font-size: 24px;
    }

.bg-primary {
    background-color: #1c2343;
}

.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: rgba(255,255,255,.7);
}
.gold {
    color: #CE9329;
}
.dark-blue {
    color: #1c2343;
}

section {
    padding: 100px 0;
}

aside {
    padding: 50px 0;
}

.bg-full-img {
    background-image: url(../img/downloads-bg3.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    /*font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;*/
    background-color: #000;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    /*font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;*/
    color: #fff;
}

.navbar-brand-img {
    width: 40% !important;
    height: 80%;
    position: absolute;
    float: left;
    margin-top: 5px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/APVTC-logo-horizontal-white.png);
    background-repeat: no-repeat;
    background-size: contain;
}
    

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #CE9329;
    /*color: #eb3812;*/
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255,255,255,.7);
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #CE9329;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #CE9329!important;
    background-color: transparent;
}

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


header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/header.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,.7);
}


.section-heading {
    margin-top: 0;
}
.services-first-text {
    width: 50%;
    margin: 0 auto;
    padding: 10px 0px 40px 0px;
}
.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

.service-box p {
    margin-bottom: 0;
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #CE9329;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.resa-mention {
    font-size: 12px;
    margin-bottom: 0px;
    padding-top: 30px;
}

footer {
    width: 100%;
    padding: 30px 0;
    background-color: #1c2343;
    color: #fff;
    bottom: 0px;
    /*position: absolute;*/
}

footer p {
    margin: 0;
    font-size: 12px;
}

.footer-short-page {
    position: absolute;
}



/*BTN Circle header*/
.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff!important;
    border-radius: 100% !important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}



/* PAGE CGPV */
.cgps {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

    .cgps-contener hr {
        margin-bottom: 60px;
    }
    .cgps-contener h4 {
        margin-top: 30px;
        text-align: left;
    }
.cgps-text {
    text-align: left;
    line-height: 1.6;
}

/* PAGE TARIFS */
.tarifs {
    padding-left: 60px !important;
    padding-right: 60px !important;
}

    .tarifs-contener hr {
        margin-bottom: 60px;
    }
    .tarifs-contener h4 {
        margin-top: 30px;
        text-align: left;
    }
.tarifs-text {
    text-align: left;
    line-height: 1.6;
}

.pricing_table-wrapper {

}
    .pricing_table-left {

    }
    .pricing_table-right {
        
    }


/* PAGE LIENS UTILES */
.liens-utiles {
    margin-top: 60px;
}

    .liens-utiles ul {
        list-style: none;
    }
        .liens-utiles li {
            padding: 20px 0px;
            border-bottom: 1px solid #ececec;
            text-align: left; 
        }
    
    .liste-liens img {
        float: right;
        padding-right: 30px;
    }
    .liste-liens p {
        margin-top:15px; 
    }
    .lien-name {
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-weight: 400;
    }


/* RESERVATION */
form {
    width: 80%;
    margin: 0 auto;
}
fieldset {
    margin-bottom: 40px;
}

label {
    float: left;
    padding: 15px 10px 0px 0px;
}

input {
    float: right;
    width: 100%;
}

.form-left {
    width: 49%;
    float: left;
}
.form-right {
    width: 49%;
    float: right;
}



