

/*===================
1. BASE CSS
===================== 
Mrs Eaves OT Bold Italic (Les Quatre Saisons)
font-family: mrs-eaves, serif;
font-weight: 700;
font-style: italic;

P22 Hopper Edward (Le Restaurant)
font-family: p22-hopper-edward, sans-serif;
font-weight: 400;
font-style: normal;



*/

.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus {
    outline: 0 solid
}
img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
.fix {
    overflow: hidden
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-family: 'mrs-eaves', serif;
    font-weight: 700;
    color: #373736;
}
html,
body {
    height: 100%;
}
body {
    font-size: 16px;
    line-height: 26px;
    font-family: Raleway-Light;
    color: #4a4a4a;
    -webkit-font-smoothing: antialiased;
}
a:focus,
a:hover {
    color: #4a4a4a;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
input,
textarea {
    width: 100%;
    color: #4a4a4a;
    padding: 15px;
}
input {
    height: 40px;
    padding: 0 15px;
}
input:focus,
textarea:focus {
    outline: 0 none;
}
/*FONTS FOR THEME*/

@font-face {
    font-family: Raleway-Light;
    src: url(../fonts/Raleway-Light.ttf);
}
@font-face {
    font-family: Raleway-Regular;
    src: url(../fonts/Raleway-Regular.ttf);
}
@font-face {
    font-family: Raleway-Medium;
    src: url(../fonts/Raleway-Medium.ttf);
}
@font-face {
    font-family: Raleway-SemiBold;
    src: url(../fonts/Raleway-SemiBold.ttf);
}
@font-face {
    font-family: Raleway-Bold;
    src: url(../fonts/Raleway-Bold.ttf);
}
@font-face {
    font-family: Monda-Bold;
    src: url(../fonts/Monda-Bold.ttf);
}
@font-face {
    font-family: Monda-Regular;
    src: url(../fonts/Monda-Regular.ttf);
}
/*======================================
2. COMMON CSS
========================================*/

.section-text {
    margin: 0 auto;
   /* max-width: 615px;*/
    padding-bottom: 30px;
    text-align: center;
}
.section-padding {
    padding: 60px 0 70px;
}
.section-title {
    color: #373736;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 40px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.section-title:before {
    top: 50px;
    width: 130px;
    left: 50%;
}
.section-title:after {
    left: 50%;
    top: 59px;
    width: 70px;
}
.s-title {
    color: #5a5a5a;
    font-family: Raleway-Regular;
    line-height: 28px;
    margin-bottom: 35px;
	font-weight: 400;
    /* line-height: 50px; */
    display: block;
    font-family: p22-hopper-edward, sans-serif;
    font-size: 2.4em;
}
.color {
    color: #846e57;
}
.overly {
    display: block;
    overflow: hidden;
    position: relative;
}
.overly:after {
    background: url(../images/halftone.png);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    bottom: 0px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 4;
}
.home-thumb .overly:after,
.m-post .overly::after {
    background: #000;
}
.m-post .overly::after {
    opacity: .6
}
.btn-filled,
.contact-us-form button,
.subscribe-input button {
    background: #846e57 none repeat scroll 0 0;
    color: #373736;
    display: inline-block;
    font-family: Monda-Regular;
    font-size: 16px;
    padding: 10px 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    
}
.btn-filled:hover,
.post-social li:hover a,
.sidebar-search > button:hover,
.contact-us-form button:hover,
.subscribe-input button:hover,
.f-about li:hover a,
.error-social ul li:hover a,
.leave-form button:hover {
    background: #009c98;
    color: #373736;
}
.support-area .btn-filled {
    font-size: 20px;
    padding: 10px 65px;
}
.welcom-top,
.header-social ul,
.post-social,
.sidebar-widget > ul,
.f-about > ul,
.footer-widget > ul,
.single-social,
.author-social ul,
.error-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#scrollUp {
    background: #c51718 none repeat scroll 0 0;
    bottom: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    right: 15px;
    text-align: center;
    width: 50px;
}
#scrollUp:hover {
    background: #009c98;
}
.page-wrap {
    overflow: hidden;
    padding: 70px 0;
}
.single-page-wrap {
    overflow: hidden;
    padding: 70px 0 20px;
}
.page-content {
  padding: 60px 40px 45px;
}



/*======================================
3. HEADER TOP AREA
========================================*/

header {
    margin-bottom: 0rem;
}

.header-top {
    padding: 6px 30px 6px 620px;
}

@media screen and (max-width: 1670px) {
.header-top {
    padding: 6px 30px 6px 480px;
}
}
@media screen and (max-width: 1300px) {
.header-top {
    background: #ffffff none repeat scroll 0 0;
    padding: 6px 30px 6px 350px;
}
	}



.welcom-top > li,
.header-social ul li {
    display: inline-block;
    margin-right: 15px;
    text-transform: capitalize;
}
.header-social ul li:last-child {
    margin-right: 0;
}
.welcom-top li a {
    color: #009c98;
    font-family: 'mrs-eaves';
    font-weight: 700;
    font-size: 17px;
}
.welcom-top li a:hover {
    color: #373736!important;
}
.header-social ul li a {
    display: inline-flex;
    font-size: 14px;
    color: #373736 ;
}

.welcom-top li a i {
    margin-right: 10px;
}
.header-social ul li:hover a,
.welcom-top li:hover a {
    color: #009c98;
}
.header-social ul li a i {
    display: table-cell;color: #009c98;
    vertical-align: middle;font-size:1.5em;
}
.header-social ul li:hover a i {
    display: table-cell;color: #373736;
    vertical-align: middle;font-size:1.5em;
}

/*===========================================
4. MAIN MENU AREA
=============================================*/

.main-menu .a-active {
    color: #e1df23;
}
/*
.main-menu {
    background: #373736;
}*/

.mobile-menu-area {
    display: none;
}

.main-menu-area {
    background: #373736 none repeat scroll 0 0;
    z-index: 2147483647 !important;
	z-index: 10 !important;
    position: relative;
    width: 100%;height:110px;
}
#sticky-wrapper{position:relative;z-index:10;}
.sticky-wrapper.is-sticky .main-menu-area {
height:80px;
}
.logo {
    float: left;margin-top: -39px;
}
.logo img {
	height: 190px;
	transition: all 0.4s ease 0s;
}
.main-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    float: none;
    text-align: right;
}

.main-menu li {
    float: none;
    position: relative;
    display: inline-block;
}

.main-menu li a {
    color: #ffffff;
    display: block;
    font-family: 'mrs-eaves', serif;
    font-size: 15px;
    line-height: 60px;

    padding: 24px 20px;
  letter-spacing: 0.1em;
    text-transform: uppercase;
}
.sticky-wrapper.is-sticky .main-menu li a{line-height: 30px;}
.main-menu ul > li:last-child a {
    padding-right: 0;
}

.main-menu li a:hover {
    color: #009c98;
}

/***************css parallax****************/
.containerparallax { margin:4px auto 0px auto;width: 100%;background: #000;height:500px;}
/*[data-parallax-img] {
  opacity: 0.5
}*/


     .containerparallax div {
       height: 500px;position:relative;
      
		
     }
.containerparallax div.bgdNoirAlpha{background: rgba(132,110,87,0.50);display:block;position:absolute;width:100%;height:inherit;top:0px;left:0px;z-index: 0}
.containerparallax h2{ font-size:5.5rem;  font-family: 'mrs-eaves', serif!important;color:#fff;	letter-spacing: 0.0rem!important;/*text-shadow: 0 2px 3px #ffffff;*/ padding:50px 30px 20px 30px;text-align: center;font-weight:400;
	/*text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
	text-shadow: 0 1px 3px #000000;*/
}
.containerparallax h2 span{color:#fff; font-size:3.8rem;    font-family: p22-hopper-edward, sans-serif!important;font-weight:400;display:block;margin-top:15px;}
/*.containerparallax h2 span{font-size:2.5rem;color:#333333;text-shadow: 0 2px 3px #ffffff;}*/
.containerparallax h2 span.or{font-size:2.5rem;color:#bf9a53;text-shadow: 0 2px 3px #000000;}
.containerparallax h1 span{font-size:3.9rem; line-height: 5.0rem!important;font-family: 'century-gothic', sans-serif;font-weight:900; letter-spacing: 0.0rem;text-transform: none!important;letter-spacing: 0rem!important; }
h2 span sup{font-size:0.2em;}
.containerparallax h3 {/*color:#c2b49e;*/color:#fff; font-size:1.2rem;line-height: 1.5rem;  font-family: 'century-gothic', Arial, sans-serif;  background: rgba(145,120,35,0.70); padding:20px  60px ; margin-left:auto; margin-right:auto; /* position: absolute;
top: 50%;
left: 50%;
transform:translate(-50%, -50%);*/ width:100%;
position:flex;
  align-items: center;
  justify-content: center;margin-bottom:0px;
}
  .containerparallax span {

       color: #FFF;font-size:1.5em;line-height: 2rem;
     }
 .containerparallax em {
font-size:0.8em;display: block;margin-top:20px;
     }
.containerparallax div.wrapper2 {
    max-width: 970px;
    width: 80%;
    height: auto;
    position: absolute;
    top: 20%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
    display: block;z-index:2;
}
@media(max-width: 767px) {
.containerparallax div.wrapper2 {
    max-width: 970px;
    width: 100%;
    height: auto;
    position: absolute;
    top: 10%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
    display: block;
    z-index: 2;
}
}
.centrageitem1 {
    display: block;
    text-align: center;
    position: relative;
    margin: 0 auto;
}
.ligneH::before {
    content: "";
    display: block;
    margin: 0px auto 20px auto;
    width: 50%;
    border-top: 1px solid #fff;
    border-color: inherit!important;
}
.ligneB::after {
    content: "";
    display: block;
    margin: 35px auto 0px auto;
    width: 50%;
    border-bottom: 1px solid #fff;
    border-color: inherit!important;
}

/**************fin css parallax*************/

/* For Caret css */

.main-menu li > a:after {
    margin-left: 5px;
    content: '\f107';
    font-family: 'mrs-eaves', serif;
    font-size: 7px;
}

.main-menu li > a:only-child:after {
    font-size: 7px;
    margin-left: 0;
    content: '';
}

/* MOBILE MENU */

.mean-container .mean-nav,
.mean-container .mean-bar {
    background: #efefef;
}
.mobile-menu-area {
    background: #efefef none repeat scroll 0 0;
}
.mean-container a.meanmenu-reveal span,
.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li a:hover {
    background: #e1df23;
}
.mean-container .mean-nav ul li a:hover {
    color: #fff;
}
.mean-container a.meanmenu-reveal {
    color: #373736;
}
.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li a:hover {
    border-top: 1px solid #cda885;
    color: #373736;
    font-family: 'mrs-eaves', serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    border-color: #373736 !important;
    line-height: 32px;
    padding: 8px !important;
}
.mobile-menu .mean-bar {
    position: relative;
}
.mobile-menu .logo {
    left: 10px;
    position: absolute;
    top: 8px;
    z-index: 99999999 !important;
}
.mobile-menu .logo img {
    height: 30px;
}

.is-sticky .main-menu-area {
    background: #373736 none repeat scroll 0 0;
    z-index: 2147483647 !important;
    box-shadow: 0 3px 9px -1px rgba(16, 6, 9, 0.2);
    -webkit-box-shadow: 0 3px 9px -1px rgba(16, 6, 9, 0.2);
    -moz-box-shadow: 0 3px 9px -1px rgba(16, 6, 9, 0.2);
}
.is-sticky .logo {
    padding: 0px 0px 0px 0;    margin-top:0px;
}
.is-sticky .logo img {
	height: 117px;
    border-radius: 50%;
    /* padding: 10px; */
    border: 5px solid #373736;margin-top: -5px;
}
}
.is-sticky .main-menu li a {
    font-size: 15px;
    padding: 15px 20px;
    margin-top: 0rem;
}


@media (max-width: 1200px) and (min-width: 992px) {
    .main-menu-area {
        background: #373736 none repeat scroll 0 0;
        position: relative;
        width: 100%;
        z-index: 9999999;
    }

    .logo {
        float: left;
        padding: 14px 5px 14px 0;
    }

    .logo img {
        height: 30px;
        transition: all 0.4s ease 0s;
    }

    .main-menu li a {
        color: #ffffff;
        display: block;
        font-family: 'mrs-eaves', serif;
        font-weight: bold;
        font-size: 13px;
        line-height: 20px;
        margin-top: 0rem;
        padding: 24px 20px;
        text-transform: uppercase;
    }

    .is-sticky .main-menu li a {
        font-family: 'mrs-eaves', serif;
        font-weight: bold;
        font-size: 13px;
    }


}

@media (max-width: 992px) and (min-width: 768px) {
    .main-menu li a {
        color: #ffffff;
        display: block;
        font-family: 'mrs-eaves', serif;
        font-weight: bold;
        font-size: 12px;
        line-height: 20px;
        margin-top: 0rem;
        padding: 24px 20px;
        text-transform: uppercase;
    }

    .is-sticky .main-menu li a {
        font-family: 'mrs-eaves', serif;
        font-weight: bold;
        font-size: 11px;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .logo {
        float: left;
        padding: 14px 5px 14px 0;
    }

    .logo img {
        height: 30px;
        transition: all 0.4s ease 0s;
    }

    .main-menu li a {
        color: #ffffff;
        display: block;
        font-family: 'mrs-eaves', serif;
        font-weight: bold;
        font-size: 12px;
        line-height: 20px;
        margin-top: 0rem;
        padding: 24px 20px;
        text-transform: uppercase;
    }

    .is-sticky .main-menu li a {
        font-family: 'mrs-eaves', serif;
        font-weight: bold;
        font-size: 10px;
    }

    .col-md-6 .welcom-top{
        color: #373736;
        font-family: 'mrs-eaves';
        font-weight: 700;
        font-size: 14px;
        margin-right: 2px;
        margin-left: 2px;
        display: inline-flex;
    }
    .header-social ul li a {
        display: inline-flex;
        font-size: 10px;
        color: #373736;
        margin-right: 2px;
        margin-left: 2px;
    }
}

/* =============================================
5. SLIDER AREA
=================================================*/
.slider-area {
    position: absolute;
}
.slider-area:after {
    background: #3b3b3b none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
#slider img {
    height: 500px !important;
}
.nivo-caption {
    background: transparent none repeat scroll 0 0;
    bottom: 50%;
    left: 55%;
    position: relative;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: 10;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slider-content {
    max-width: 900px;
}
.slider-content .title1 {
    color: #fff;
    font-family: Monda-Bold;
    font-size: 40px;
    line-height: 54px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.slider-content .title2 {
    color: #fff;
    font-family: Raleway-Regular;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 25px;
    text-transform: capitalize;
    z-index: 9999;
}
.ready-btn {
    background: #cda885 none repeat scroll 0 0;
    color: #2b2b2b;
    display: inline-block;
    font-family: Monda-Regular;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 50px;
    padding: 5px 20px;
    visibility: visible;
    opacity: 1;
    text-transform: capitalize;
}
.ready-btn:hover,
.ready-btn:focus,
.nivo-directionNav a:hover {
    background: #009c98;
    color: #090505;
}
/* Nivo direction */

.nivo-prevNav {
    left: 20px;
}
.nivo-nextNav {
    right: 20px;
}
.nivo-directionNav a i {
    display: table-cell;
    vertical-align: middle;
}
.nivo-directionNav a {
    background: #cda885 none repeat scroll 0 0;
    color: #2b2b2b;
    display: table;
    font-size: 25px;
    height: 40px;
    text-align: center;
    width: 40px;
    z-index: 11;
}

.slidev2-1{
	
}
/* Home Version 2 slider */

#home_version_2.fullslider_area {
    background-image: url(../images/aliments/tartelette.jpeg);
    background-size: cover;
    position: relative;
    height: 680px;
    z-index: 1;
    width: 100%;
    text-align: left;
}

#home_version_2.fullslider_area:after {
    background: #cda885 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

#home_version_2 .slider {
    height: 670px;
    width: 52%;
}
#home_version_2 .nivo-directionNav{
	display:none;
}

#home_version_2 .carousel,
#home_version_2 .carousel-inner,
#home_version_2 .item.text-center {
    height: 100%;
}

#home_version_2 .table {
    position: relative;
    z-index: 1;
    padding-bottom: 25px;
    padding-top: 1px;
    width: 100%;
    height: 100%;
    display: table;
}

#home_version_2 .table-cell {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

#home_version_2 .slider_area p {
    color: #ffffff;
    font-size: 16px;
    padding: 3px;
    line-height: 28px;
    font-weight: 300;
}

#home_version_2 .slider_area h1 {
    color: #ffffff;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px;
    text-transform: none;margin-bottom:5px;margin-top:-50px;
}
#home_version_2 .slider_area h1 span {
    font-weight: 400;line-height: 50px;
    display: block;
    font-family: p22-hopper-edward, sans-serif;
}

#home_version_2 .button {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 100px;
    margin-top: 15px;
    padding: 10px 0;
    text-align: center;
    width: 160px;
}

#home_version_2 .hvr-bounce-to-bottom::before {
    background: #222222 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.5s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
    border-radius: 3px;
    color: #fff;
}

#home_version_2 .button a {
    color: #222222;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 0;
    letter-spacing: 3px;
}

#home_version_2 .button:hover a {
    color: #009c98;
}

#home_version_2 .bs-example {
    margin: 20px;
}

#home_version_2 .modal-content iframe {
    margin: 0 auto;
    display: block;
}

#home_version_2 .modal.fade.in {
    margin-top: 290px;
    margin: 0 auto;
}

#home_version_2 .carousel-indicators li {
    background-color: #fff;
    border: medium none;
    height: 3px;
    width: 25px;
}

#home_version_2 .carousel-indicators .active {
    background-color: #cda885;
    border: medium none;
    height: 3px;
    width: 25px;
    margin: 1px;
}

#home_version_2 .carousel-indicators {
    bottom: 40px;
    left: 30%;
    text-align: left;
}

/*slide Fade -effect*/

#home_version_2 .carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

#home_version_2 .carousel-fade .carousel-inner .item,
#home_version_2 .carousel-fade .carousel-inner .active.left,
#home_version_2 .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

#home_version_2 .carousel-fade .carousel-inner .active,
#home_version_2 .carousel-fade .carousel-inner .next.left,
#home_version_2 .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

#home_version_2 .carousel-fade .carousel-inner .next,
#home_version_2 .carousel-fade .carousel-inner .prev,
#home_version_2 .carousel-fade .carousel-inner .active.left,
#home_version_2 .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Home Version 3 Slider */

.home3_hero{
	background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
	padding: 210px 0;
}
.homeContent {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.homeContent p {
	line-height: 68px;
	margin: 0;
}

.homeContent h1 {
	color: #fff;
	font-size: 40px;
	line-height: 60px;
	margin-bottom: 25px;
}

.homeContent h5 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.hero3_btn{
	margin-top: 30px;
}
.hero3-btn {
	border: 2px solid transparent;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
	padding: 8px 25px;
	position: relative;
	text-transform: uppercase;
}

.btn-hero3, .btn-hero3:hover, .btn-hero3:focus {
	background-color: #ffffff;
	color: #cda885;
}

.hero3-btn:focus,
.hero3-btn:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    color: #444444;
}

/*----------------------------------------
6. ABOUT SECTION
------------------------------------------*/

#about-section {
    position: relative;
}

.about-details {
    padding-right: 20px;
}

.about-details h2 {
    margin-bottom: 20px;font-size:36px;
}
.about-details h2 span {
    font-weight: 400;
    /*line-height: 50px;*/
    display: block;
    font-family: p22-hopper-edward, sans-serif;
}
.tiretV:before {
    content:"";width:30px;height:5px;background: #009c98;position:relative;display: block;margin-bottom: 5px;
}
.flex{display:flex}
.box {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}

.height-fill {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;flex: 1;
}
.height-fill.flexRow {
    flex-direction: row;
}
.vert:before {
    content:"";width:30px;height:30px;background: #009c98;position:relative;display: block;margin-top: -50px;
}
.rouge:before {
    content:"";width:30px;height:30px;background: #c51718;position:relative;display: block;margin-top: -50px;
}
.anis:before {
    content:"";width:30px;height:30px;background: #e1df23;position:relative;display: block;margin-top: -50px;
}
.marron:before {
    content:"";width:30px;height:30px;background: #846e57;position:relative;display: block;margin-top: -50px;
}

.about-details>p {
    margin-bottom: 25px;
}

.about-details .btn {
    margin-top: 10px;
}

.about-btn {
	border: 2px solid transparent;
	border-radius: 100px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.5px;
	padding: 8px 25px;
	position: relative;
	text-transform: uppercase;
}

.btn-abt, .btn-abt:hover, .btn-abt:focus {
  background-color: #cda885;
  color: #fff;
}

.about-btn:focus,
.about-btn:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.about-video {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2), 30px 30px 0 #eaeaeb;
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.video-play-btn {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

.video-play-btn>a {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 100px;
    display: inline-block;
    left: 50%;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-play-btn i {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 100px;
    color: #fefefe;
    display: inline-block;
    font-size: 24px;
    height: 55px;
    line-height: 55px;
    width: 55px;
}

/*----------------------------------------
7. SERVICE SECTION
------------------------------------------*/

.departments-content .departmets-left h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500; 
}
.departments-content .departmets-left .departments-benifits {
	padding: 20px 0; 
}
.departments-content .departmets-left .departments-benifits li {
	display: block;
	padding: 10px 0;
	color: #252525;
	font-size: 16px;
}
.departments-content .departmets-left .departments-benifits li i {
	color: #cda885;
	margin-right: 15px; 
}
.departments-content .departmets-left .dental-care {
	padding: 30px 0; 
}
.departments-content .departmets-right .single-departments-content {
	padding: 1px; 
}
.departments-content .departmets-right .single-department {
	border: 3px solid #f9f9f9;
	height: 100%;
	margin-bottom: 30px;
	padding-top: 40px;
	transition: all 0.3s ease-in-out 0s;
	width: 100%; 
}
.departments-content .departmets-right .single-department a {
	position: relative;
	display: block;
	transition: all 0.3s ease-in-out; 
}
.departments-content .departmets-right .single-department a img {
	border: 2px solid #ddd;
	height: 150px;
	width: auto;
}
.departments-content .departmets-right .single-department a:before {
	background: rgba(205, 168, 133, 0.8);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	visibility: hidden; 
}
.departments-content .departmets-right .single-department h3 {
	color: #2b2b2b;
	font-size: 20px;
	font-weight: 500;
	padding: 20px 0;
	transition: all 0.3s ease-in-out; 
}
.departments-content .departmets-right .single-department:hover {
	background: rgba(58, 44, 44, 0.8);
	transform: scale(0.9); 
}
.departments-content .departmets-right .single-department:hover h3 {
	color: #ffffff; 
}
.departments-content .departmets-right .single-department:hover a:before {
	visibility: visible;
	opacity: 1; 
}

/*----------------------------------------
8. WHY CHOOSE AREA
------------------------------------------*/

.why-choose-area {
	background: #f5f5f5 none repeat scroll 0 0;
	padding: 60px 0 40px;
}
.bgdAnis{background: #ffffff url(../images/bgd-restaurant-rochefort-charente-maritime-les-quatre-saisons-anis.png);
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;}
.bgdAnister{background: #ffffff url(../images/bgd-restaurant-rochefort-charente-maritime-les-quatre-saisons-anis.png);
    background-size: auto;
    background-position: right 150px;
    background-repeat: no-repeat;}
.bgdRouge{background: #ffffff url(../images/bgd-restaurant-rochefort-charente-maritime-les-quatre-saisons-rouge-bis.png);
    background-size: auto;
    background-position: -200px top;
    background-repeat: no-repeat;}
.bgdAnisBis{background: #846e57 url(../images/bgd-restaurant-rochefort-charente-maritime-les-quatre-saisons-anis-bis.png)!important;
    background-size: cover!important;
    background-position: right top!important;
    background-repeat: no-repeat!important;}
.bgdRougeBis{background: #846e57 url(../images/bgd-restaurant-rochefort-charente-maritime-les-quatre-saisons-rouge-bis.png)!important;
    background-size: cover!important;
    background-position: left -50px!important;
    background-repeat: no-repeat!important;}
.bgdVertBis{background: #fff url(../images/bgd-restaurant-rochefort-charente-maritime-les-quatre-saisons-vert.png)!important;
   background-size: auto!important;
    background-position: right 130px!important;
    background-repeat: no-repeat!important;}
.bgdRougeTer{background: #fff url(../images/bgd-restaurant-rochefort-charente-maritime-les-quatre-saisons-rouge-ter.png)!important;
   background-size: auto!important;
    background-position: right 130px!important;
    background-repeat: no-repeat!important;}

#cube {
    color:#373736;
    text-decoration:none;
}
.trio{padding:0px;width:100%;margin:0;display:block;position:relative;text-align: center;/*background: rgba(132,110,87,1.0)!important;background: #846e57*/}
.trio img{width:33.3333%;height:auto;display:block;float:left;margin:0!important;padding: 0!important;border:none!important;opacity: 1}
.trio a {;}
.trio a:hover img{opacity: 0.7;-webkit-transition: all 0.5s; 
    transition: all 0.5s;}

.single-choose {
	/*background: #fff none repeat scroll 0 0;*/
	background: rgba(255,255,255,0.70);
	margin-bottom: 30px;
	padding: 35px 30px 20px;
	text-align: left;
	box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
	transition: all 350ms ease 0s;
	border-radius:4px;border: 1px solid #e1df23;
}
.single-choose:hover{
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
}

.single-choose span {
	color: #846e57;
	display: inline-table;
	font-size: 25px;
	height: 30px;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
	transition: all 0.4s ease 0s;
	width: 30px;
}
.single-choose span i {
    display: table-cell;
    vertical-align: middle;
}

.single-choose h3 {
    margin-bottom: 24px;
	font-size:20px;
}
.our-skill-wrap h4,
.single-choose h3 {
    color: #2b2b2b;
}

/* =======================================
9. REVIEW AREA
==========================================*/

.review-parallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.review-parallax::after {
    background: rgba(0, 0, 0, 0) url("../images/halftone.png") repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.review-content {
    margin: 0 auto;
    max-width: 800px;
    padding: 110px 0;
    position: relative;
    text-align: center;
}
.single-review > p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 15px;
}
.single-review > img {
	border-radius: 10px;
	height: 80px;
	width: 85px;
}
.single-review small {
	display: block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 30px;
	text-transform: capitalize;
}

.single-review a {
    margin-top: 1rem;
    background:none ;
}

.single-review a:hover {
    background:none;
    color: #009c98;
}

.review-area .owl-pagination {
    margin-top: 2%;
}

/* =======================================
10. TEAM AREA
==========================================*/

#team {
    text-align: center;
}
#team h3 {
	font-size: 20px;
	margin: 0;
}
#team h6 {
	color: #009c98;
	font-size: 22px;
	margin-bottom: 30px;
	margin-top: 10px;
}
#team .template-border {
    margin-bottom: 51px;
    margin-top: 20px;
}
#team .margin-top {
    margin-top: 50px;
}
#team .secondary-paragraph {
    width: 80%;
    margin: 0 auto;
}
.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
/* Common style */

.grid figure {
    position: relative;
    overflow: hidden;
    margin: 10px 1% 50px 1%;
    min-width: 296px;
    max-width: 480px;
    max-height: 360px;
    width: 48%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}
#team .border-offset:before {
    content: "";
    display: block;
    height: 50%;
    margin-left: 16px;
    margin-top: 62px;
    outline: 10px solid #009c98;
    position: absolute;
    width: 276px;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */

.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2,
.grid figure p {
    margin: 0;
}
.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}


figure.team-member img {
    max-width: none;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 45rem;
}
figure.team-member figcaption {
    text-align: center;
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}
figure.team-member p {
    display: inline-block;
    margin: 0 0 0 8px;
    color: #2f3238;
    text-transform: none;
    font-weight: 500;
    font-size: 75%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
}

figure.team-member:hover img {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

figure.team-member p .fa:hover {
    transition: all 0.25s cubic-bezier(0.955, 0.03, 0.515, 0.955) 0s;
}


/*----------Border Offset Style------------*/

.template-border.bd-left .banner-image:after {
    bottom: -27px;
    left: -25px;
}
.template-border.bd-left .banner-image:after {
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    outline-offset: 15px;
    position: absolute;
    border: 10px solid #009c98;
}
.template-border {
    position: relative;
    margin-bottom: 100px;
    margin-left: 24px;
    display: inline-block;
    max-width: 100%;
    z-index: 5;
}


#discover .template-border {
    width: 100%;
    margin-top: 80px;
}
.template-border .banner-image {
    position: relative;
    display: block;
}
@media(max-width: 1199px) {
    .template-border {
        max-width: 90%;
        margin-left: 25px;
    }
}
.template-border figure {
    overflow: hidden;
    position: relative;
}
.template-border figure img {
    width: 100%;
}
@media(max-width: 767px) {
	#team .template-border {
    margin-bottom: 0px;
    margin-top: 0px;
}
	.template-border {
    max-width: 100%;
    margin-left: 0px;
}
	figure.team-member img {
    max-width: none;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: auto;
}
.template-border.bd-left .banner-image:after {
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    outline-offset: 15px;
    position: absolute;
    border: 0px solid #009c98;
}
}

/*===================================
12. FUN FACT
=====================================*/

.fun-area,
.home-3-area {
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding: 138px 0 100px;
    background-size: cover;
}
.fun-area:after,
.home-3-area:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/halftone.png);
    z-index: -1;
}
.fun-entry {
    text-align: center;
}
.fun-entry > span {
    display: inline-table;
    height: 100px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100px;
}
.fun-entry > span i {
    display: table-cell;
    font-size: 50px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
    color: #cda885;
}
.funcounter {
    color: #fff;
    font-family: Monda-Bold;
    font-size: 40px;
    line-height: 25px;
    margin: 50px 0 15px;
}
.fun-entry > p {
    font-size: 14px;
    font-family: Raleway-Medium;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

/* ====================================
13. FOOTER AREA
=======================================*/

.footer-top {
    background: #846e57;
    padding: 57px 0 66px;
}
.f-logo {
    margin: 3px 0;
}
.f-about {
    margin-top: 20px;
}
.f-about > p,
.subscribe-entry > p {
    color: white;
}
.f-about ul {
    padding-top: 30px;
}
.f-about li {
    display: inline-block;
    margin-right: 3px;
}
.f-about li a {
    background: #846e57;
    
    color: white;
    display: inline-table;
    height: 35px;
    text-align: center;
    width: 35px;
}
.f-about li a i {
    display: table-cell;
    vertical-align: middle;
}
.rs-post img {
    float: left;
    height: 65px;
    margin-top: 7px;
    width: 90px;
}
.rs-details {
    margin-left: 100px;
}
.recent-post:after {
    clear: both;
    content: "";
    display: table;
}
.rs-post {
    border-bottom: 1px solid #e4e4e4;
    padding: 15px 0;
}
.rs-post:last-child {
    border: none;
    padding-bottom: 0;
}
.rs-details > h4 > a {
    color: #ffffff;
}
.rs-details > span {
    font-size: 14px;
    color: white;
}
.s-post-details > span {
    color: white;
    font-family: Raleway-Regular;
    font-size: 14px;
}
.subscribe-input,
.input-email {
    position: relative;
}
.subscribe-input:after,
.input-email:after {
    color: #373736;
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 8px;
}
.subscribe-input:after {
    content: "\f1d8";
}
.input-email:after {
    content: "\f003";
}
.input-name {
    margin: 30px 0 20px;
}
.input-email {
    position: relative;
}
.subscribe-input input {
    border: 1px solid #846e57;
}
.contact-list li:first-child > span {
    line-height: 25px;
}
.contact-list span {
    display: block;
    margin-left: 30px;
}
.contact-list > li i {
    float: left;
    padding-top: 15px;
}
.contact-list > li:first-child > i {
    padding-top: 5px;
}
.contact-list > li,
.contact-list a {
    color: white;
    font-size: 16px;
    line-height: 45px;
}
.contact-list > li.ferme {
    color: white;
    font-size: 16px;
    line-height: 25px;
}
.footer-widget .section-title{
	color:#ffffff;
	text-align:left;
}
.footer-bottom {
    background: #373736 none repeat scroll 0 0;
    padding: 25px 0;
}
.footer-bottom p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}
.footer-bottom a {
    color: #cda885;
    font-family: Raleway-Bold;
    letter-spacing: 1px;
    text-transform: none;
}
.footer-bottom > p i {
    color: white;
    margin: 0 5px;
}

.mentions {
    margin-top: 3rem;
}

/* ==============================================
14. ABOUT PAGE
=================================================*/

.about-main {
    background: #fff none repeat scroll 0 0;
}
.about-warp-txt h5 {
    font-family: Roboto-Medium, serif;
    font-size: 18px;
}
.about-warp-txt > p {
    margin-bottom: 20px;
    font-size: 14px;
}
.about-main .ztheme-btn.red {
    margin-top: 15px;
    padding: 12px 70px;
}
.single-thumg {
    display: inline-block;
    float: left;
    margin: 1%;
    width: 48%;
}
.single-thumg:after {
    content: "";
    display: table;
}
.single-thumg > img {
    width: 100%;
    height: 180px;
}
.single-thumg.box1 {
    width: 30%;
}
.single-thumg.box2 {
    width: 66%;
}
.single-thumg.box2 > img,
.single-thumg.box1 img {
    height: 270px;
}	

/* ================================
15. SERVICE PAGE
================================*/

.service_area.all_services .single_service {
	background-color: #ffffff;
	border: 1px solid #efefef;
	border-radius: 0 5px 5px;
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.08);
	margin-bottom: 30px;
	text-align: left;
	transition-duration: 500ms;
}

.single_service_thumb {
	text-align: center;
}

.service_area.all_services .pagination {
	margin-bottom: 0;
	padding-top: 15px;
	text-align: center;
}  

.single_service {
	background-color: #fff;
	margin-bottom: 30px;
}

.single_service_thumb {
	position: relative;
	z-index: 1;
}


.single_service_thumb .links {
	top: 50%;
	margin-top: -17.5px;
	position: absolute;
	right: 50%;
	margin-right: -17.5px;
	width: auto;
	z-index: 99;
	overflow: hidden;
}

.single_service_thumb .links>a>i {
	color: #fff;
	font-size: 15px;
}

.single_service_thumb .links>a:hover {
	background-color: #cda885;
}

.single_service_thumb .links>a {
	background-color: #cda885;
	border-radius: 50%;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	width: 35px;
}

.single_service:hover .single_service_thumb .links {
	-webkit-animation: fadeInDown 800ms ease-in-out;
	animation: fadeInDown 800ms ease-in-out;
}

.single_service_desc {
	padding: 30px 0 0;
	position: relative;
	z-index: 1;
}

.single_service_desc .title {
	margin-bottom: 25px;
	padding: 0 30px;
}

.single_service .title>a>h5 {
	color: #2c3e50;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.single_service:hover .title>a>h5 {
	color: #cda885;
}

.single_service .title>p {
	color: #6f6f6f;
	font-size: 16px;
}

.single_service.related {
	margin-top: 50px;
	background-color: #ffffff;
	border: 1px solid #efefef;
	border-radius: 0 5px 5px;
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.08);
	text-align: left;
	transition-duration: 500ms;
}	

.service_details_thumb {
	position: relative;
	width: 100%;
	z-index: 1;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	margin-bottom: 50px;
}

.service_details_thumb:hover {
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.service_overview_content p,
.service_description_content p {
	line-height: 28px;
}

.service_overview,
.service_description {
	background-color: #f9f9f9;
	border-left: 10px solid #cda885;
	padding: 20px 0 20px 30px;
}

.service_overview h5,
.service_description h5 {
	color: #2c3e50;
	margin: 0;
	text-transform: uppercase;
}

.service_overview_content,
.service_description_content {
	color: #6f6f6f;
	padding: 45px 0 40px;
}

.team-img {
    height: 28rem;
}

/* =========================================
16. MENUS
============================================*/

.support-area {
    background: #f4f4f4 none repeat scroll 0 0;
    padding: 70px 0;
}
.support-area p {
    color: white;
    font-family: Raleway-SemiBold;
    font-size: 26px;
    line-height: 36px;
    padding-top: 10px;
}
.price-heading{
	border-bottom: 0px solid #ddd;
}
.price-heading > h3 {
    color: white;
    font-family: 'mrs-eaves', serif;
    font-size: 24px;
}
.price-heading > p {
    color: ddd;
	display: block;
	font-family: Monda-Bold;
	font-size: 30px;
	line-height: 1;
	margin: 0 auto;
	max-width: 200px;
	padding: 5px 10px 10px;
}
.price-heading span {
    color: ddd;
    display: block;
    font-family: Raleway-Regular;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}

.single-price1 {
    background: rgba(197, 194, 30, 1.0);
	border: 1px solid #ddd;
	padding: 30px 0 35px;
	text-align: center;
	border-radius: 4px;
	box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
	transition: all 350ms ease 0s;
}

.single-price2 {
    background: #009c98;
	border: 1px solid #ddd;
	padding: 30px 0 35px;
	text-align: center;
	border-radius: 4px;
	box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
	transition: all 350ms ease 0s;
}

.single-price3 {
    background: #846e57;
	border: 1px solid #ddd;
	padding: 30px 0 35px;
	text-align: center;
	border-radius: 4px;
	box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
	transition: all 350ms ease 0s;
}

.single-price4 {
    background: #c51718;
	border: 1px solid #ddd;
	padding: 30px 0 35px;
	text-align: center;
	border-radius: 4px;
	box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.15);
	transition: all 350ms ease 0s;
}

.single-price:hover{
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.15);
}
.price-details > ul {
    list-style: outside none none;
    margin: 0;
    padding: 25px;
    border: 1px solid #fff;
}
.price-details {
    padding: 0px 30px 0px 30px;
    color:white;
}

.price-details > p {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    color: white;
}

.price-details li {
    font-family: Raleway-Medium;
    font-size: 14px;
    line-height: 25px;
    color: white;
}
.single-price .btn-filled {
	border-radius: 100px;
	font-size: 16px;
	margin-top: 7px;
	padding: 10px 25px;
}

#price {
    margin-top: 1rem;
}

#price2 {
    margin-top: 1rem;
    height: auto;
}

#petit {
    height: auto;
}

#petit2 {
    height: auto;
}
#petit2 p {
    margin: 8px 0 0px 0px;
}

#petit2 li {
    line-height: 2.2rem;
}

#menu1, #menu2, #menu3, #menu4 {
    color: #ffffff;
}
h2#menu1, h2#menu2, h2#menu3, h2#menu4 {
    margin: 0 0 0px!important;
}

#menu5 {
    color:#c5c21e;
}

#menu6 {
    color:#009c98;
}

#menu7 {
    color:#c51718;
}

#menu8 {
    color:#846e57;
}

.price-heading p {
    color: white;
}

.pdf {
    text-decoration: none;
    color: #373736;
    margin-left: 1rem;
}

.pdf:hover {
    color: #009c98;
}

#icon-pdf {
    margin-left: 1rem;
}

#btn_pdf {
    margin-bottom: 7rem;
    margin-top: 3rem;
    height: 15rem;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.review-content2 {
    margin-top: 6rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
}

.p-pdf {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 4rem;line-height: 4rem;
    text-decoration: none;
    color: white;
}

.p-pdf:hover {
    color: white;
    font-size: 4.2rem;
}

.menu-span {
    border-bottom: 1px dotted black;
    flex-grow: 1;
    margin-bottom: 20px;
}

.menu-span2 {
    border-bottom: 0px dotted black;
    flex-grow: 1;
    margin-bottom: 25px;
}

.menu-item {
    display: flex;
}

.menu-item2 {
    display: flex;
    margin-bottom: 2rem;
}

.boite {
    border: medium solid #c51718;
    width : 25%;
    margin-bottom: 5rem;
    margin-top: 5rem;
}

@media (max-width: 1200px) and (min-width: 767px) {
    .boite {
        border: medium solid #c51718;
        width : 30%;
        margin-bottom: 5rem;
        margin-top: 5rem;
    }
}




/* ===================================
REVUES DE PRESSE - GUIDE
======================================*/

.review-box-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.review-box {
    width: 500px;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
}

#i-presse {
    margin-top: 1rem;
    margin-left: 2rem;
}

.profil-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.profil-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.profil {
    display: flex;
    align-items: center;
}

.profil-nom {
    display: flex;
    flex-direction: column;
}

.profil-nom strong {
    color: #c51718;
    font-size: 2rem;
    letter-spacing: 0.5px;
}

.profil-nom span {
    color: #009c98;
    font-size: 1.5rem;
}

.box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.commentaire {
    font-size: 1.5rem;
    color: #373736;
}

.icon-presse img:hover {
    -webkit-transition: all 0.5s ease; /* Safari et Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -ms-transition: all 0.5s ease; /* Internet Explorer 9 */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;

    -webkit-transform:scale(1.25); /* Safari et Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* Internet Explorer 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);

    background: rgba(0, 0, 0, 0) url("../images/halftone.png") repeat scroll 0 0;

}
.h-menu span {
    color: #5a5a5a;
    line-height: 50px;
    margin-bottom: 35px;
    font-weight: 400;
    /* line-height: 50px; */
    display: block;
    font-family: p22-hopper-edward, sans-serif;
    font-size: 1.4em;
}

.h-routard {
    margin-top: 4rem;
}

.h-histoire {
    margin-top: 10rem;
}

#h-p {
    padding-top: 5rem;
}

.routard {
    height: 12rem;
    margin-left: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 5rem;
    justify-content: center;
    align-items: center;
}


/* ===================================
18. CONTACT PAGE
======================================*/


hr {
    margin-top: 3rem;
    width: 50%
}

#envoie {
    font-weight: bold;
    color: forestgreen;
}

#erreur {
    color: #c51718;
    font-weight: bold;
}

#carte {
    display: block;
    margin-right: auto;
}

@media (max-width: 991px) and (min-width: 767px) {
    #carte {
        width: 40%;
        height: 90;
    }
}

@media (max-width: 767px) {
    #h-contact4 {
        margin-left: -15rem;
    }

    #carte {
        margin-left: auto;
        width: 100%;
        height: 100;
    }
}

#h-contact1 {
    color: #e1df23;
}

#h-contact2 {
    color: #009c98;
}

#h-contact3 {
    color: #c51718;
    margin-top: 2rem;
}

#h-contact4 {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    color: #846e57;
}

#tel-contact {
    text-decoration: none;
    color: #373736;
}

hr {
    border: 1px solid #333;
}

#btn_pdf2 {
    margin-top: 5rem;
    margin-bottom: 1rem;
    height: 15rem;
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.contact-area {
	background: #f7f7f7 none repeat scroll 0 0;
	padding: 57px 0;
}
.single-input > input {
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #1b222a;
	float: left;
	height: 38px;
	line-height: 38px;
	margin-bottom: 16px;
	margin-right: 16px;
	padding: 0 15px;
	width: 262px;
}
.single-input.input-pd input {
	margin-right: 15px;
}
.contact-message textarea {
    margin-left: 1.5rem;
	border: 1px solid #ddd;
	height: 180px;
	padding: 15px 15px;
	resize: none;
	width: 98%;
	border-radius: 5px;
}
.service-icon {
    float: left;
}
.service-cont {
    display: inline-block;
}
.service-cont h5 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.service-icon i {
	color: #898c90;
	font-size: 50px;
	margin-right: 47px;
	margin-top: 9px;
}
.single-service {
	border-bottom: 1px solid #ddd;
	padding: 22px 0;
}
.single-service:last-child {
	border: medium none;
	padding-bottom: 0;
}
.ser-contct > p {
	font-family: "Lato",sans-serif;
}
.service-cont > p {
	margin-bottom: 0;
}
.map-area {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.send-button {
    margin-top: 20px;
    text-align: right;
    margin-bottom: 2rem;
}

.view-all-btn {
	background: #846e57 none repeat scroll 0 0;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.75px;
    padding: 15px 30px;
    text-decoration: none;
    text-transform: uppercase;
	-webkit-box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.1);
	transition: 0.3s;
}
.view-all-btn:hover{
	background: #009c98 none repeat scroll 0 0;
	color: #fff;
	transition: 0.3s;
}
.send-button > button{
	background: #846e57 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 100px;
	box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.1);
	color: #fff;
	display: inline-block;
	font-size: 14px;
	outline: medium none;
	overflow: hidden;
	padding: 10px 40px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	z-index: 1;
	cursor:pointer;
}

.send-button > button:hover{
	background: #009c98 none repeat scroll 0 0;
	color: #fff;
	transition: 0.3s;
}	

.form-messege.error {
	color: red;
	font-style: italic;
	text-transform: capitalize;
}
.form-messege.success {
	color: #6bc513;
	font-style: italic;
	text-transform: uppercase;
}	
#googlemap {
    border: 1px solid #e5e5e5;
    height: 355px;
    width: 100%;
}

/* ======================================
19. 404 PAGE
=========================================*/

.error-page-wrap {
    padding: 70px 0;
}
.error-content {
    background: #f4f4f4 none repeat scroll 0 0;
    padding: 60px 40px 45px;
    text-align: center;
}
.error-title {
    font-size: 250px;
    color: #cda885;
    font-family: Monda-Bold;
    margin-bottom: 0;
    line-height: 1;
}
.error-title i {
    margin-right: 10px;
}
.error-txt,
.error-social {
    padding: 40px 0 15px;
}
.error-txt > h3 {
    font-family: 'mrs-eaves', serif;
    font-size: 35px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #2b2b2b;
}
.error-txt .btn-filled {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #cda885;
    letter-spacing: 2px;
}
.error-txt .btn-filled:hover {
    background: #cda885;
    border: 1px solid #cda885;
}
.error-social h5 {
    font-family: Monda-Regular;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.error-social ul li a {
    background: #cda885;
    color: #2b2b2b;
}

/* ====================================
20. BREADCRUMB and PAGE TITLE
=======================================*/
.breadcrumb-area {
    background: #e4e4e4 none repeat scroll 0 0;
}
.breadcrumb {
    background: transparent none repeat scroll 0 0;
    margin: 0;
    padding: 10px 0;
}

.breadcrumb a {
    color: #2b2b2b;
    position: relative;
}
.breadcrumb > a:before {
    content: "\f111";
    left: 0px;
    position: absolute;
    top: -3px;
    font-size: 10px;
    font-family: fontawesome;
}

.breadcrumb > li {
    font-size: 14px;
    text-transform: capitalize;
}
.breadcrumb > li a {
    color: #818181;
}
.breadcrumb-item.active {
    color: #cda885;
}

/* PAGE TITLE */

.parallux-bg {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.parallux-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #828282;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    z-index: -1;
}
.search-para {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
    text-align: center;
}
.search-para > h1 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 56px;
}
.page-content {
	margin-bottom: 50px;
	padding: 14px 0 50px;
}

/* ================================
21. PAGINATION
================================ */	
	
.pagination {
	display: block;
	margin: 0 auto 50px;
}

.pagination li {
	display: inline-block;
	line-height: 37px;
	text-align: center;
}

.pagination li a {
	border: 1px solid #e5e5e5;
	color: #a1a1a1;
	font-weight: 400;
	padding: 10px 15px;
}

.pagination li a:hover,
.pagination li a:focus {
	background-color: #cda885;
	color: #fff;
	border: 1px solid transparent;
}	
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}

/* ====================================
22. BLOG
=======================================*/

.single-entry {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding: 30px;
}
.blog-area {
    background: #fff none repeat scroll 0 0;
    padding: 60px 0 20px;
}
.post-title {
    font-family: Monda-Regular;
    font-size: 24px;
    line-height: 35px;
    margin: 0 auto;
    text-transform: capitalize;
}
.post-title a,
.s-post-details a {
    color: #2b2b2b;
}
.post-title a:hover,
.s-post-details a:hover,
.rs-details a:hover {
    color: #FFC905;
}
.post-heading > span {
    font-size: 14px;
    margin: 0 10px;
    text-transform: capitalize;
    color: #5a5a5a;
}
.post-heading > span i {
    margin-right: 5px;
}
.post-heading {
    margin-bottom: 40px;
}
.post-thumb img,
.c-thumb-item > figure img {
    height: 350px;
    transition: all 2s ease 0s;
    -webkit-transition: all 2s ease 0s;
    width: 100%;
}
.post-thumb,
.c-thumb-item > figure {
    height: 350px;
    overflow: hidden;
    position: relative;
}
.single-entry:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.post-social {
    margin-top: 5px;
}
.post-social li,
.error-social ul li {
    display: inline-block;
    padding-right: 20px;
}
.post-social li:last-child
,
.error-social ul li:last-child {
    padding-right: 0;
}
.post-social li a,
.error-social ul li a {
    background: #cda885 none repeat scroll 0 0;
    
    color: #2b2b2b;
    display: table;
    font-size: 16px;
    height: 40px;
    text-align: center;
    width: 40px;
}
.post-social li a i,
.error-social ul li a i {
    display: table-cell;
    vertical-align: middle;
}
.post-footer {
    margin-top: 30px;
}
.post-details > p {
    margin-top: 25px;
    line-height: 28px;
}
.post-footer:after,
.single-entry:after {
    clear: both;
    content: "";
    display: table;
}
.post-footer .btn-filled {
    text-transform: capitalize;
}
.last-post{
	border-bottom: 0px solid #ddd;
}

/* 22.1 POST HEADING */

.s-post-heading {
	padding: 5px 30px 40px 15px;
}
.s-post-heading h2 {
    font-size: 20px;
    line-height: 34px;
    word-spacing: 1px;
}
.post-meta > span {
    font-family: Raleway-Light, serif;
    margin: 0 5px;
    text-transform: capitalize;
    font-size: 14px;
}
.post-meta a {
    color: #5a5a5a;
}
.post-author a{
	color: #5a5a5a;
}
.post-meta a i {
    margin-right: 5px;
    font-size: 16px;
}
.s-post-thumb .overly > img {
    height: 450px;
    width: 100%;
}
.single-social {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease 0s;
    z-index: 5;
}
.s-post-thumb {
    position: relative;
}
.s-post-thumb .overly:after {
    background: #000;
}
.s-post-thumb:hover .overly:after {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.s-post-thumb:hover .single-social {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single-social > li {
    display: inline-block;
    margin: 0 10px;
}
.single-social li a,
.author-social li a {
	border: 2px solid #cda885;
	color: #fff;
	display: inline-table;
	height: 30px;
	text-align: center;
	width: 30px;
}
.single-social li a i,
.author-social li a i {
    display: table-cell;
    vertical-align: middle;
}
.single-social li:hover a {
    background: #cda885;
    border: 2px solid #cda885;
}

/* 22.2 BLOG CAROUSEL AREA */

.c-thumb-item {
    position: relative;
}
.c-thumb-caption {
    bottom: 25px;
    width: 70%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    z-index: 3;
}
.c-thumb-caption > h4 {
    font-size: 20px;
    font-family: Monda-Bold;
    line-height: 30px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.c-thumb-caption a {
    color: #fff;
}
.c-thumb-caption > p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize;
}
.single-entry .owl-theme .owl-controls .owl-buttons div,
.home-2-area .owl-theme .owl-controls .owl-buttons div,
.home-3-area .owl-theme .owl-controls .owl-buttons div {
    background: #cda885 none repeat scroll 0 0;
    border-radius: 0;
    color: #2b2b2b;
    display: table;
    font-size: 20px;
    height: 40px;
    margin: 0;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 40px;
}
.home-3-area .owl-theme .owl-controls .owl-buttons div {
    color: #2b2b2b;
    text-transform: capitalize;
    line-height: 35px;
}
.owl-buttons div.owl-next {
    left: auto;
    right: 0;
}
.owl-buttons div i {
    vertical-align: middle;
    display: table-cell;
}
.owl-buttons div:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* 22.3 SINGLE POST DETAILS */

.single-details {
    padding: 20px;
}
.single-details > p {
    line-height: 28px;
}
.single-details > p > a {
    color: #cda885;
    font-family: Raleway-Medium;
    text-decoration: underline;
}
.single-details > h4 {
    color: #2b2b2b;
    font-family: Raleway-SemiBold;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
}
.single-details blockquote {
    background: #fff none repeat scroll 0 0;
    border-left: 10px solid #cda885;
    margin: 30px 0 40px;
    padding: 36px 30px;
    border-radius: 5px;
    box-shadow: 0px 1px 8px -3px rgba(179, 179, 179, 1);
}
.single-details blockquote p {
    color: #2b2b2b;
    font-size: 20px;
    font-family: Raleway-Medium;
    line-height: 34px;
}
.single-details blockquote > p span {
    color: #edba07;
    text-transform: capitalize;
    font-size: 18px;
}
.single-details > ul {
    padding-left: 30px;
    padding-bottom: 20px;
}
.single-details > ol {
    padding-left: 30px;
}
.single-details li {
    font-family: Raleway-Medium;
    font-size: 17px;
    line-height: 35px;
    color: #2b2b2b;
}

/* 22.4 ABOUT AUTHOR */

.about-img img {
	height: 130px;
	width: auto;
}
.about-txt {
    padding-left: 165px;
}
.about-img {
    float: left;
}
.about-author {
	background: #efefef none repeat scroll 0 0;
	margin-bottom: 40px;
	padding: 30px;
}
.about-txt > p {
    line-height: 26px;
    margin-top: 10px;
    font-family: Raleway-Regular;
}
.about-author .section-title,
.more-post .section-title,
.comments-area .section-title {
    margin-bottom: 60px;
}
.leave-comment .section-title {
    margin-top: 50px;
}
.name {
    font-family: Raleway-Medium;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.author-social li {
    display: inline-block;
    margin-right: 10px;
}
.author-social li a {
    background: #cda885 none repeat scroll 0 0;
    border: none;
}
.author-social li:hover a {
    background: #FFC905;
}

/* 22.5 SIDEBAR WIDGET AREA */

.sidebar-search > input {
    border: 1px solid #cda885;
    width: 250px;
    margin-right: 5px;
}
.sidebar .section-title,
.footer-widget .section-title,
.about-author .section-title,
.more-post .section-title,
.comments-area .section-title,
.leave-comment .section-title {
    font-size: 20px;
}
.sidebar .section-title:after,
.footer-area .section-title:after,
.about-author .section-title:after,
.more-post .section-title::after,
.comments-area .section-title::after,
.leave-comment .section-title::after {
    width: 40px;
    top: 50px;
}
.sidebar .section-title:before,
.footer-area .section-title:before,
.about-author .section-title:before,
.more-post .section-title::before,
.comments-area .section-title::before,
.leave-comment .section-title::before {
    width: 70px;
    top: 40px;
}
.sidebar {
	border: 1px solid #ddd;
	margin-bottom: 50px;
	padding: 30px 25px 20px;
}
.sidebar-widget {
    margin-bottom: 30px;
}
.sidebar-search {
    padding-top: 15px;
}
.sidebar-search > button {
    background: #cda885 none repeat scroll 0 0;
    border: 1px solid #cda885;
    
    height: 40px;
    width: 40px;
    transition: .4s;
}
.sidebar-widget li {
    display: block;
    text-align: right;
    border-bottom: 1px solid #dbdbdb;
    line-height: 50px;
    letter-spacing: 2px;
    position: relative;
}
.sidebar-widget li:before {
    content: "\f101";
    left: -25px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
    color: #FFC905;
    font-family: fontawesome;
}
.sidebar-widget li:last-child {
    border-bottom: none;
}
.sidebar-widget li:hover:before {
    left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.sidebar-widget li:hover a {
    color: #FFC905;
    padding-left: 20px;
}
.sidebar-widget li a {
    color: #2b2b2b;
    float: left;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: .2s;
    transition: .2s
}
.sidebar-widget li:after,
.s-single-post:after {
    clear: both;
    content: "";
    display: table;
}
.sidebar-widget h3.section-title{
	background: #cda885 none repeat scroll 0 0;
	color: #fff;
	padding-left: 15px;
	text-align: left;
}

/* 22.6 POPULAR POST WIDGET */

.s-single-post {
    margin-bottom: 20px;
}
.s-single-post img {
    float: left;
    height: 70px;
    width: 100px;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.s-single-post:hover img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.s-post-details {
    margin-left: 110px;
}
.s-post-details > h4,
.rs-details > h4 {
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: capitalize;
    line-height: 24px;
    font-family: Monda-Regular;
}

/* 22.7 TAG WIDGET */

.tags-cloud > a {
	border: 1px solid #cda885;
	color: #2b2b2b;
	display: inline-block;
	font-size: 14px;
	margin: 5px 3px;
	padding: 5px 15px;
	text-transform: capitalize;
}
.tags-cloud > a:hover {
    background: #cda885;
    border: 1px solid #cda885;
    
}

/* 22.8 COMMENT AREA */

.comment-img > img {
    height: auto;
    width: 135px;
}
.comment-img {
    float: left;
}
.comment-text {
    margin-left: 150px;
}
.comments {
    list-style: none;
    margin: 0;
    padding: 0 20px;
}
.comments > li {
    margin-bottom: 40px;
}
.comments .child {
    list-style: outside none none;
    margin-top: 30px;
    padding-left: 80px;
}
.comment-text > h5 {
    font-family: Monda-Regular;
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.comment-text > h5 a {
    color: #2b2b2b;
}
.comment-text span a {
    color: #5a5a5a;
}
.coment-btn {
    background: #cda885;
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    text-transform: capitalize;
    font-family: Monda-Regular;
    color: #2b2b2b;
    
}
.comment-text > span {
    font-size: 12px;
}
.comment-text > span i {
    margin-right: 10px;
}
.comment-text > p {
    margin-top: 10px;
    color: #4a4a4a;
    font-size: 16px;
}

/* 22.9 LEAVE COMMENT AREA */

.leave-comment {
    padding: 0 20px;
}
.leave-form label {
    text-transform: capitalize;
    font-size: 16px;
    font-family: Raleway-Light;
    color: #5a5a5a;
    margin-bottom: 10px;
}
.leave-form .form-group {
    float: left;
    margin: 0 10px 0 0;
    width: 32.33%;
}
.form-group.massage-gr {
    width: 100%;
    margin: 30px 0;
}
.leave-form .form-group:nth-child(3n) {
    margin-right: 0;
}
.leave-form textarea {
    height: 160px;
}
.leave-form .form-group .input-field,
.leave-form textarea {
    border: 1px solid #cda885;
    
}
.leave-form .form-group .input-field:focus,
.leave-form textarea:focus {
    background: #cda885 none repeat scroll 0 0;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.leave-form button {
    width: 100%;
    background: #cda885;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
    border: none;
    letter-spacing: 2px;
    font-family: Monda-Regular;
    
    font-size: 16px;
    transition: .4s;
    color: #2b2b2b;
}





