/*
Template Name: Gym-Fitcare
File Name: style.css
Author Name: ThemeVault
Author URI: http://www.themevault.net/
License URI: http://www.themevault.net/license/
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,900');

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body {
    font-size: 1.4em;
    color: #000;
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Montserrat', sans-serif;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);

}
body a {
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    -ms-transition: 0.2s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus, a:hover {
    text-decoration: none;
}

input[type="button"], input[type="submit"], button.btn, button.btn:hover {
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    -ms-transition: 0.2s all;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}


a{
    // color: rgba(0,0,0,0.9);
}
a, a:hover, a:focus, button:hover, button:focus {
    outline: 0 none !important;
    text-decoration: none;
}
a:hover{
    color: #EE1C25;
}

/* Team */

.displaycontentTeam{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.displayItemTeam{
    margin: 20px;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/* Bureau  */
.bureauaddstyleItem{
    height: 100%;
}
/*navbar*/



.navbar-default {
    background-color: #000;
    border: none;
	height: 80px;
    box-shadow: 1px 2px 29px -19px #ddd;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #e01931;
    color: #fff;
}
.navbar-default .navbar-nav li > a:hover {
    background-color: #e01931;
    color: #fff;
}
.navigation .nav1 {
    list-style: outside none none;
    line-height: 70px;
	width: 900px;
	
}
.navigation .nav1 li{
    display: inline;
    position: relative;
}
.navigation .nav1 li a {
    color: #fff;
    font-size: 1.11em;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.linkHoverEffect  a {
    padding: 10px 12px;
    position: relative;
    -moz-transition: ease-out 0.3s 0.1s;
    -o-transition: ease-out 0.3s 0.1s;
    -webkit-transition: ease-out 0.3s;
    -webkit-transition-delay: 0.1s;
    transition: ease-out 0.3s 0.1s;
}
.linkHoverEffect a span::before {
    height: 100%;
    width: 1px;
    background: #EE1C25;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.linkHoverEffect a span::after {
    height: 100%;
    width: 1px;
    background:#EE1C25;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.linkHoverEffect a::before {
    height: 1px;
    width: 100%;
    background: #EE1C25;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.linkHoverEffect  a::after {
    height: 1px;
    width: 100%;
    background: #EE1C25;
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.linkHoverEffect  a:hover {
    color: #6559bc;
}
.linkHoverEffect  a:hover::before, .linkHoverEffect  a:hover::after, .linkHoverEffect  a.active::before, .linkHoverEffect  a.active::after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.linkHoverEffect a:hover span::before, .linkHoverEffect  a:hover span::after, .linkHoverEffect a.active span::before, .linkHoverEffect  a.active span::after {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
/*search box*/
.search {
    border-bottom: 2px solid #EE1C25;
    margin-top: 8px;
}
.search form{
    margin: 0;
}
.search input[type="search"] {
    background: rgba(0, 0, 0, 0);
    border: none;
    color: #c2c2c2;
    font-size: 14px;
    outline: medium none;
    padding: 0;
    width: 150px;
}
.search form input[type="submit"] {
    background: rgba(0, 0, 0, 0) url("../images/icons/search.png") no-repeat scroll 8px 4px;
    border: none;
    height: 33px;
    margin: 0 0 0 -4px;
    padding: 0;
    width: 31px;
}
/*slider*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    overflow: hidden;
}
.margin-t78{
    margin-top: 78px;
}
.divider-80{
    display: block;
    position: relative;
    height: 80px;
}
.divider-80:after{
    content: '';
    clear: both;
}

.divider-90{
    display: block;
    position: relative;
    height: 90px;
}
.divider-90:after{
    content: '';
    clear: both;
}
.remove-inner-space > div {
    padding-left: 0;
    padding-right: 0;
}
/*about block*/
span.info { position:relative; z-index:24; background-color:#ddd; color:#000; cursor: pointer; }


.info-block {
    background: #000000;
    color: #fff;
    padding: 20px 0 0 0;
	width; 100%
}
.info-block h2 {
    font-size: 3em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.info-block h2 > span {
    color: #EE1C25;
    display: inline-block;
    margin-top: 15px;
}
.info-block p {
    font-size: 1.1em;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.btn {
    padding: 8px;
}
.read-more {
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    font-size: 1.11em;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.read-more:hover{
    background: #EE1C25;
    border-color: #EE1C25;
    color: #000;
}
.bg-gray{
    background-color: #2C2C2C;
}
.bg-sky-blue{
    background-color: #3498DB;
}
.bg-light-green{
    background-color: #00BFA5;
}
.bg-pink{
    background-color: #FF5B93;
}
.bg-red{
    background-color: #EE1C25;
}
.bg-violet{
    background-color: #563D7C;
}
.bg-jaune{
    background-color: #FFCE00;
}
.section-1, .section-2, .section-3, .section-4{
    color: #fff;
    padding: 15px 30px 15px 20px;
	text-align: center;
	/*max-width:270px*/
}
.heading-top{
    display: block
}
.heading-top:after, .heading-top:before{
    content: '';
    display: table
}
.heading-top:after, .heading-top:before{
    clear: both;
}
.left-side{
    float: left;
    display: inline
}
.right-side {
    background: #fff none repeat scroll 0 0;
    display: inline;
    float: right;
    padding: 5px;
    transform: rotate(45deg);
    transform-origin: 6px 14px 0;
}
.left-side h4 {
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 19px;
}
.right-side img {
    transform: rotate(-44deg);
}
.heading-top{
    margin-bottom: 45px;
}
.about-block-inner > div{
    padding: 0;
}
.heading-top + p {
    font-size: 1.11em;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 24px;
}
/*trainer info*/
.trainer-info-block-1{
    background: rgba(0, 0, 0, 0) url("../images/trainer1.png") no-repeat scroll 0 0 / cover ;
    padding: 100px;
}
.trainer-info-block-2 {
    background: rgba(0, 0, 0, 0) url("../images/trainer2.png") no-repeat scroll 0 0 / cover ;
    padding: 100px;
}
.top-text {
    color: #EE1C25;
    font-size: 1.12em;
    letter-spacing: 4px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.trainer-info-block-1 > h2, .trainer-info-block-2 > h2 {
    color: #EE1C25;
    font-size: 3em;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.trainer-info-block-1 > p, .trainer-info-block-2 > p {
    color: #fff;
    letter-spacing: 2px;
    line-height: 22px;
    margin: 30px 0 40px;
    font-weight: 400;
}
.white-text{
    color: #fff !important;
}
/*.benefits-block {
    padding: 80px 0;
}*/

.benefits-block-inner{
    
    background-color: #fff;
	width:100%;
}
.block-heading h1 {
    font-size: 2em;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
}

.lien-dossier {
	padding: 50px 50px;
	text-align: center;
}

.information{
    position: relative;
}
.block-heading {
    margin-bottom: 35px;
}
.information > h1 {
    color: #000;
    font-weight: 900;
    line-height: 40px;
    margin: 0;
    font-size: 3.2em
}
.information > h1::after {
    border: 2px solid rgba(0,0,0,0);
    border-radius: 2px;
    content: "";
    display: block;
    margin: 25px auto 35px;
    width: 50%;
}
.information > h1.grey-line::after{
    border-color: #2C2C2C; 
}
.information > h1.skyblue-line::after{
    border-color: #3498DB; 
}
.information > h1.light-green-line::after{
    border-color: #00BFA5; 
}
.information > h1.pink-line::after{
    border-color: #FF5B93; 
}
.information > h5 {
    color: #000;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 30px;
    text-shadow: 0 0 0;
    text-transform: uppercase;
}
.information > h2 {
    color: #000;
    font-size: 40px;
    font-weight: 900;
    position: absolute;
    right: 48px;
    top: 60px;
}
.information > span {
    color: #000;
    font-size: 40px;
    font-weight: 900;
    left: 87px;
    position: absolute;
    top: 54px;
}
.information{
    background: rgba(0,0,0,0);
    padding: 65px 0 25px;
    transition: background 0.5s;
}
.information:hover{
    background: #EE1C25
}

.info-bg-blue:hover{
    background: #EE1C25
}

.info-bg-green:hover{
    background: #00DBBD
}

.info-bg-pink:hover{
    background: #EE1C25
}

.information sup {
    color: #000;
    font-size: 2em;
    font-weight: 800;
    letter-spacing: 4px;
    position: absolute;
    right: 100px;
    top: 60px;
}
.information::after {
    border-left: 44px solid transparent;
    border-right: 44px solid rgba(0,0,0,0);
    border-top: 44px solid transparent;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    transform: rotate(0deg);
    transform-origin: 31px -6px 0;
}
.information.grey-line::after{
    border-right-color: #2C2C2C;
}
.information.skyblue-line::after{
    border-right-color: #3498DB;
}
.information.light-green-line::after{
    border-right-color: #00BFA5;
}
.information.pink-line::after{
    border-right-color: #FF5B93;
}
/*gallery*/
.gallery-block-inner {
    background: #000;
    color: #fff;
    padding: 70px 0;
    text-align: center;
}
.head-text span {
    font-size: 3em;
    font-weight: 900;
    letter-spacing: 10px;
    line-height: 1.1;
    padding: 0 50px;
}
.head-text > * {
    display: inline-block;
    vertical-align: middle;
}
.gallery-image div {
    position: relative;
    /*	float: left;
            width: 300px;
            height: 200px;
            margin: 0 0 0 25px;*/
    padding: 0;
}
.gallery-image figure {
    /*	width: 300px;
            height: 200px;*/
    margin: 0;
    padding: 0;
    /*background: #fff;*/
    overflow: hidden;
}
.gallery-image figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.gallery-image figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.image-gallery{
    background: #000;
}
.fitness-box {
    color: #fff;
    padding: 45px 24px;
    text-align: center;
}

.contentFullHome{
    background-color: #0D0D0D;
    width: 100%;
    height: calc(100vh - 80px);
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fullHome-left{
    position:relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 50%;
    
}

.fullHome-left-mobile{
    position:relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    
}
.fullHome-rigth{
    width: 50%;
    padding: 15px;
}
.img-boutique{
    height: 100px;
}
a.info {
	color: #fff;	
	text-align: center;
}



p.info {
	color: #fff;
    font-size: 1em;
	text-align: center;	
}

.fitness-box .image img {
    margin-left: auto;
    margin-right: auto;
    max-width: 187px;
}
h3.title{
    margin: 20px 0 25px 0;
}
h4.title{
    margin: 20px 0 25px 0;
}
.title > a {
    color: #fff;
    cursor: pointer;
    font-size: 0.7em;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.tag-link {
    color: #fff;
    letter-spacing: 2px;
    cursor: pointer;
}
.tag-link:hover, .title > a:hover{
    color: #EE1C25;
}
.fitness-info-block {
    list-style: outside none none;
    margin: 0;
    padding: 35px 0;
    text-align: left;
}
.fitness-info-block > li {
    letter-spacing: 3px;
    line-height: 40px;
    text-transform: uppercase;
}

.fitness-social-link {
    text-align: left;
}
.fitness-social-link li {
    display: inline-block;
}
.fitness-social-link li + li {
    margin-left: 5px;
}
.fitness-social-link a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 28px;
    text-align: center;
    width: 28px;
    cursor: pointer;
}
.fitness-social-link li a i {
    line-height: 26px;
}
.fitness-social-link a:hover{
    color: #EE1C25;
    border-color: #EE1C25
}
.trainer-info-block, .benefits-block {
    background: #000;
}

.about-block{
	background: #fff;
}

.fitness-block{
	background: #000;
	padding: 80px 0 80px 0;
}

.annonce-block{
	background: #000;
	padding: 80px 0 80px 0;

}
img.img-annonce{
	text-align: center;
	width: auto;
	height: auto;
	max-width: 70%;
	max-height: 70%;
	margin-left: auto;
	margin-right: auto;
}

/*blog slider*/
.blog-block-slider-fix-image {
    background-image: url("../images/blog-back.png");
    background-position: center center;
    background-size: cover;
    height: auto;
    width: 100%;
    padding: 50px 0;
}
.blog-box {
    /*background: rgba(255, 255, 255, 0.18) none repeat scroll 0 0;*/
    margin-left: auto;
    margin-right: auto;
    width: 71.5%;
    margin-top: 40px;
    padding-bottom: 15px;
}
.box-layer {
    /*background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;*/
    height: 310px;
    left: 120px;
    position: absolute;
    top: -40px;
    width: 71.5%;
    z-index: 1;
}
.blog-box span {
    color: #EE1C25;
    font-size: 4em;
}
.blog-box > p {
    color: #fff;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
}
.blog-box h4, .blog-box h5{
    color: #fff;
    text-align: right;
    letter-spacing: 2px;
}
.blog-box > h4 {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 35px;
}
.blog-box > h5 {
    font-size: 1.25em;
    margin-right: 10px;
}
/*contact*/
.bg-banner {
    background-color: #fff;
    padding: 20px 0;
}
.form-control {
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 1.3em;
    height: 55px;
    line-height: 1.42857;
    margin-top: 15px;
    padding: 6px 8px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.action-buttons {
    margin-top: 20px;
    text-align: center;
}
.action-buttons .btn {
    background: transparent none repeat scroll 0 0;
    border-color: #fff;
    border-radius: 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.action-buttons .btn + .btn{
    margin-left: 15px;
}
.action-buttons .btn:hover{
    background: #EE1C25;
    border-color: #EE1C25;
    color: #000;
}
/*select box*/

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 60%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, transparent, transparent) !important;
    background-position: calc(100% - 19px) calc(1em + 2px), calc(100% - 14px) calc(1em + 2px), 100% 0;
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px, 2.5em 3.5em;
    border-radius: 0;
    cursor: pointer;
    background-color: rgba(0,0,0,0.8);
    border: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: 1.3em;
    height: 55px;
    line-height: 1.42857;
    margin-top: 15px;
    padding: 6px 8px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.form-control::-moz-placeholder {
    color: #fff;
    /*font-weight: 400;*/
    opacity: 1;
}
.form-control::-webkit-input-placeholder {
    color: #fff;
    /*font-weight: 400;*/
    opacity: 1;
}
.placeholder-fix:focus::-webkit-input-placeholder  {color:transparent !important; }
.placeholder-fix:focus::-moz-placeholder   {color:transparent !important;}
.placeholder-fix:-moz-placeholder   {color:transparent !important;}
.form-control:focus{

}
/*footer*/
footer {
    background: rgba(0, 0, 0, 0) url("../images/footer-bgbanner.png") no-repeat scroll center center / cover ;
    color: #fff;
    padding: 40px 0;
}


.footer-block > h4 {
    font-size: 1.2em;
    letter-spacing: 2px;
    margin-bottom: 55px;
    text-transform: uppercase;
}
.footer-block ul li {
    line-height: 32px;
}
.footer-block ul li a{
    color: #fff;
}
.footer-block ul.link-list li a {
    color: #fff;
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;

}
.footer-block ul.link-list li a:hover, .footer-contact-list a:hover{
    color: #EE1C25;
}
.footer-contact-list li span {
    border: 1px solid #fff;
    display: inline-block;
    float: left;
    height: 35px;
    text-align: center;
    transform: rotate(45deg);
    transform-origin: 22px 13px 0;
    width: 35px;
}
.footer-contact-list li span > i {
    line-height: 32px;
    transform: rotate(-45deg);
}
.footer-contact-list li:first-child p {
    margin-top: -10px;
}
.footer-block ul li.active a{
    color: #FBE83C;
}
.skyblue-box{
    color: #3498DB;
    border-color: #3498DB !important;
}
.light-green-box{
    color: #00BFA5;
    border-color: #00BFA5 !important;
}
.pink-box{
    color: #FF5B93;
    border-color: #FF5B93 !important;
}
.footer-contact-list p {
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: 50px;
    overflow: hidden;
}
.footer-contact-list li {
    display: inline-block;
    height: 75px;
    line-height: 25px !important;
}
.time-schedule-list li{
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: 2px; 
    line-height: 35px !important;
}
.footer-social-icon a {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 32px;
    text-align: center;
    width: 32px;
}
.footer-social-icon a + a{
    margin-left: 5px;
}
.footer-social-icon a:hover{
    color: #EE1C25;
    border-color: #EE1C25;
}
.footer-social-icon a i {
    font-size: 1.12em;
    line-height: 30px;
}
.copyright {
    font-size: 1.15em;
    letter-spacing: 2px;
    margin-top: 40px;
}
.copyright a{
    color: #EE1C25
}
.copyright a:hover{
    color: #fff;
}
.margin-t30{
    margin-top: 30px;
}
/*carousel*/
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.carousel-control {
    opacity: 1;
}
.carousel-control {
    top: 50%;
}
.carousel-control:focus, .carousel-control:hover {
    opacity: 1;
}
.about-page .info-block{
    padding: 40px 0;
}
/*contact page*/
.map-details > h2 {
    color: #000;
    font-size: 1.6em;
    letter-spacing: 2px;
    margin-bottom: 50px;
    text-transform: uppercase;
    /*    max-width: 316px;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        white-space: nowrap;*/
}
.contact-list i {
    color: #000;
    display: inline-block;
    float: left;
    font-size: 1.4em;
    font-weight: 400;
    margin-right: 15px;
}
.contact-list p {
    overflow: hidden;
}
.contact-list li + li {
    margin-top: 25px;
}
.contact-list p {
    border-bottom: 1px dashed #ddd;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
    overflow: hidden;
    padding-bottom: 5px;
}
.contact-list p > a{
    color: #000;
}
.contact-list li:hover i, .contact-list p > a:hover{
    color: #EE1C25;
}
/*single blog*/
.space-top-25{
    margin-top: 25px;
}
.blog-right-inner > h2 {
    font-size: 1.35em;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.blog-right-inner > p {
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 23px;
   
}
.blog-right-inner > p {
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 23px;
}
.blog-right-inner > p + p{
    margin-top: 20px;
}
.divider-line{
    border-color: #EE1C25;
}
.blog-list h4, .blog-list1 h4 {
    color: #000;
    font-size: 1.2em;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 2px;
    text-transform: uppercase;
}
.blog-list ul li {
    border-bottom: 1px dashed #ddd;
    list-style: outside none none;
}
.tag-list li{
    border: none !important;
    display: inline-block;
}
.blog-list li a {
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin: 10px 0;
    text-decoration: none;
}
.tag-list li a{
    margin: 0 0 10px 0;
}
.blog-list li a:hover{
    color: #EE1C25;
}
.blog-list li i {
    margin-right: 5px;
}
.btn-tag {
    font-style: italic;
    padding: 2px 8px 3px;
    background: #000 ;
    color: #EE1C25 !important;
}
.btn-tag:hover{
    background:#EE1C25;
    color: #000 !important;
}
.blog-list {
    margin-bottom: 25px;
}
.btn.focus, .btn:focus{
    color: #EE1C25;
}
.image-head-wrapper {
    background: rgba(0, 0, 0, 0) url("../images/inner-banner.png") repeat fixed center top;
    height: 400px;
    position: relative;
}
.inner-wrapper > h1 {
    color: #fbe83c;
    font-size: 2.5em;
    letter-spacing: 1px;
}
.inner-wrapper {
    color: #fff;
    left: 70%;
    position: absolute;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-70%, -70%);
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 10px;
    padding: 0;
}
.breadcrumb li a{
    color: #fff;
}
.breadcrumb li a:hover{
    color: #FBE83C;
}
#back-to-top {
    background: #fbe83c none repeat scroll 0 0;
    bottom: 40px;
    color: #000;
    padding: 10px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 9999
}
#back-to-top:hover{
    background: #dbc928;
}
#back-to-top > span {
    display: block;
}

/* effet background */

.cd-fixed-bg {  
  ;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}

.cd-fixed-bg.cd-fixed-bg--1 {
  background-image: url("../images/bg2.jpg");
  height:200px;
}

.cd-fixed-bg.cd-fixed-bg--2 {
  background-image: url("../img/cd-background-2.jpg");
}

.cd-fixed-bg.cd-fixed-bg--3 {
  background-image: url("../img/cd-background-3.jpg");
}

.cd-fixed-bg.cd-fixed-bg--4 {
  background-image: url("../img/cd-background-4.jpg");
}

.cd-scrolling-bg {
  min-height: 100%;
}


/* Google Map responsive */

.map-responsive {
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}

.map-responsive iframe {
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}