body {
    background-color: #172978;
}

body .bg-white p {
    color: #000;
}

.text-white {
    color: #fff;
}

.nav-tabs>li>a {
    width: 112px;
    min-height: 90px;
    padding: 10px 2px;
}

.nav-tabs>li {
    margin-bottom: 5px;
}

.titre-home h1 {
    font-size: 24px;
    line-height: 33px;
    color: #fff;
}

.g-my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.header-v9.navbar-default .navbar-nav > li#n4 > a {
    color: #f5ea3b !important;
}

.nav-tabs>li>a {
    color: #555;
    cursor: default;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
}

.footer__social i {
    background: #63d1f7;
    color: #333;
}

.header-v9 .topbar .topbar-social li a {
    background: #63d1f7;
    color: #333;
    padding: 11px 13px;
    font-size: 13px;
    transition: all .3s;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-bottom-color: #ddd;
}

.nav-tabs>li>a:hover {
    border: 1px solid #ddd;
}

.nav-tabs>li.active>a {
    background-color: #ddd;
}

.btn-u:hover, .btn-u:focus, .btn-u:active, .btn-u.active, .open .dropdown-toggle.btn-u {
    background: #172978;
}

.cbp-caption-border {
    border: 1px solid #172978;
}

.cbp-popup-lightbox .cbp-popup-close {
    background: #172978 !important;
}

.cbp-popup-lightbox .cbp-popup-close:hover {
    background: #68d2f5 !important;
}

.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.sky-form {
    box-shadow:none;
}

.owl-clients-v1 img {
    width: 250px;
    height: auto;
}

.padding-top-16 {
    padding-top: 18px;
}

.typo-nothing {
    font-family: 'Nothing You Could Do', cursive;
    font-size: 36px !important;
}

.titre-home .typo-nothing {
    color: #fff;
}

.no-side-padding {
    padding-left: 0;
    padding-right: 0;
}

.titre-encadre {
    border: 1px solid #172978;
    font-family: 'Nothing You Could Do', cursive;
    font-size: 24px;
    color: #172978;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 6px 5px;
    box-shadow: 5px 5px 15px 0px #cfcfcf;
}

.titre-encadre1 {
    border: 1px solid #172978;
    font-family: 'Nothing You Could Do', cursive;
    font-size: 24px;
    color: #172978;
    margin-top: 0;
    margin-bottom: 15px;
    padding: 6px 5px;
    box-shadow: 5px 5px 15px 0px #cfcfcf;
}

/*--------------------------------------------------
    [6. Projects Section]
----------------------------------------------------*/
/*Popup windows design*/
.popup-title, .cbp-popup-lightbox-title {
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 30px 20px;
}

.popup-title h3 em, .cbp-popup-lightbox-title h3 em {
    font: 300 11px "Roboto", Arial, sans-serif;
    color: #a1a1b2;
    letter-spacing: 5px;
    display: block;
    margin: 5px 0 10px;
}
.cbp-popup-lightbox-counter {
    display: none;
}

.popup-title h3, .cbp-popup-lightbox-title h3 {
    font: 500 14px "Roboto", Arial, sans-serif;
    color: #2d2d37;
    letter-spacing: 2px;
}

/* Cube-portfolio lightbox design */
.cbp-item {
    position: relative;
    height: auto;
}

.cbp-item:hover .popup-title,
.cbp-popup-lightbox-title {
    background: #2d2d37;
  transition: all 0.4s ease-in-out;
}

.cbp-item:hover .popup-title h3 em, .cbp-popup-lightbox-title h3 em {
    color: #c94645;
}

.cbp-item:hover .popup-title h3, .cbp-popup-lightbox-title h3 {
    color: #fff;
}

.cbp-popup-lightbox {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0% 0%;
}

.cbp-popup-lightbox-bottom {
    margin: 0;
}

.cbp-popup-lightbox-figure {
    max-width: 900px;
    max-height: 600px;
}

.cbp-popup-lightbox .cbp-popup-prev,
.cbp-popup-lightbox .cbp-popup-next {
    background: #272730;
    border-radius: 50%;
    color:#fff;
    border: none;
    width: 44px;
    height: 44px;
    margin: auto;
}

/*Lightbox popup window controls*/
.cbp-popup-lightbox .cbp-popup-next:after {
    position: absolute;
    top: 13px;
    left: 16px;
    font-family: "Glyphicons Halflings";
    content:"\e080";
}

.cbp-popup-lightbox .cbp-popup-prev:after {
    position: absolute;
    top: 13px;
    left: 16px;
    font-family: "Glyphicons Halflings";
    content:"\e079";
}

.cbp-popup-lightbox .cbp-popup-prev:hover,
.cbp-popup-lightbox .cbp-popup-next:hover  {
    background: #c94645;
}

.cbp-popup-lightbox .cbp-popup-close {
    background: #c94645;
    color: #fff;
    height: 50px;
    width: 50px;
    top:0;
    right: 0;
}

.cbp-popup-lightbox .cbp-popup-close:after {
    position: absolute;
    top: 17px;
    left: 20px;
    font-family: FontAwesome;
    content:"\f00d";
    font-size: 16px;
}

.img-home {
    position: relative;
}

.bg-white {
    background-color: #fff !important;
}

.margintop60 {
    margin-top: 60px;
}

.paddingtop25 {
    padding-top: 25px;
}

.paddingbottom25 {
    padding-bottom: 25px;
}

.titre-home {
    position: absolute;
    top: 15px;
    right: 0px;
    left: 0px;
}

.titre-home h2 {
    color: #fff;
}

.discount-section-inner {
    display: table-cell;
    height: 745px;
    vertical-align: top;
    padding: 15px 15px;
}

.cbp-popup-lightbox .cbp-popup-prev:hover, .cbp-popup-lightbox .cbp-popup-next:hover {
    background: #68d2f5;
}

.owl-carousel-v4 .owl-wrapper-outer {
    margin-bottom: 0;
}

.owl-carousel-v4 .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 4px 5px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    background: rgba(17, 29, 78, 0.4);
}

.owl-carousel-v4 .loupe {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 20px;
    height: 20px;
}

.cbp-caption .loupe {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 20px;
    height: 20px;
}

.owl-carousel-v4 a.item:hover .caption {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}

.discount-section h2 {
    font-size: 30px;
    text-transform: none;
}

.discount-section h2 strong {
    color: #fff;
}

.owl-carousel-v4 .item {
    margin: 0;
}

.owl-carousel-v4 .owl-pagination {
    display: none;
}

.header-v9 .topbar .logo img {
    margin: 0 auto;
    max-height: 100px;
}

.header-v9 .topbar .logo {
    float: left;
    text-align: center;
    height: auto;
    padding: 0;
}

.header-v9 .topbar .topbar-block {
    padding-top: 30px;
    padding-bottom: 30px;
}

.discount-section {
    position: relative;
    display: table;
    width: 100%;
    color: #fff;
    background: url(../../images/img_accueil.jpg) no-repeat 50% 0 / cover;
}

.discount-section:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(26,46,57,.1);
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}

#access_map {
    height: 350px;
    width: 100%;
}

ul.parsley-errors-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    color: red;
}

li.parsley-length, li.parsley-required, li.parsley-type {
    color: red;
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}