@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');

body {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    color: #343434;
    line-height: 30px;
    font-weight: normal;
}
h1,h2,h3,h4,h5{color: #343434;font-family: 'PT Sans Narrow', sans-serif;font-weight: bold;}

::-moz-selection {
    background: #000000;
    color: #fff;
}
::selection {
    background: #000000;
    color: #fff;
}
.main-navbar {
    padding: 15px 15px 0;
    z-index: 999;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: transparent;
    max-width: 1140px
}
.main-navbar .navbar-nav .nav-link {
    color: #ffffff;
    font-size: 14px;
    padding: 1rem 20px;
    letter-spacing: 1px;
}

.main-slider .carousel-caption {
    left: 0;
    top: 120px;
    bottom: 120px;
    right: 0;
    z-index: 0;
}
.main-slider .carousel-caption .container,
.main-slider .carousel-caption .row {
    height: 100%;
}
.main-slider .carousel-caption h5 {
    font-size: 70px;
    line-height: 1.2;
    font-weight: bold;
    color: #fff;
    letter-spacing: 7px;
}
.main-slider .carousel-caption p {
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    letter-spacing: 4px
}
.main-slider .carousel-caption .more {
    text-decoration: none;
    color: #005c94;
    font-size: 20px;
    font-weight: bold;
}
iframe {
    width: 100%!important;
}


.about-text h3 {
    font-weight: bold;
    font-size: 22px;
}
.btn-custom {
    background: #90bdf1;
    border: 1px solid #90bdf1;
    border-radius: 0;
    padding: 10px 45px;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}
.collection {
    /*min-height: 400px;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.widget-collections a{
    float: none;
    margin: 0 auto;
    display: block;
}


.widget-text-banner-background{
    padding: 55px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.widget-text-banner-background h3{
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    font-family: 'Maven Pro', sans-serif;
    letter-spacing: 2px;
}
.widget-text-banner-background p{
    color: #fff;
    font-size: 20px;
    line-height: 18px;
}
.contact-bloc p{
    color: #282828;
    font-size: 24px;
}
.contact-bloc .contact-info {
    font-weight: normal;
    font-size: 16px;
    color: #282828;
    line-height: 24px;
}
.contact-bloc textarea {
    min-height: 130px;
}
.footer-bloc {
    background: #90bdf1;
}
.footer-menu a {
    color: #000;
    font-size: 14px;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c9c9c9;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #c9c9c9;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #c9c9c9;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #c9c9c9;
}


#footer-menu {
    color: #fff;
}
.post-image img {
    width: 100%;
}

.widget-about-full-bg-text {
    /*background-size: calc(50% - 15px) auto;
    background-repeat: no-repeat;*/
    position: relative;
}

.about-img {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% - 15px);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
footer a:hover {
    text-decoration: none;
}
footer a {
    text-decoration: none;
}
 
.navbar-light .navbar-toggler {
	border: none;
	outline: 0;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #c9c9c9;
    border-radius: 0;
    }


.contact-bloc h2.bloc-title {
    font-size: 30px;
    letter-spacing: 5px;
}


@media screen and (min-width:992px){
.resp-only{
	display:none;
}
.page-index a.index{
	color:rgba(255, 255, 255, 0.7) !important;
}
.page-contact a.contact{
	color:rgba(255, 255, 255, 0.7) !important;
}
.page-a-propos a.a-propos{
	color:rgba(255, 255, 255, 0.7) !important;
}
.page-nos-cours a.nos-cours{
	color:rgba(255, 255, 255, 0.7) !important;
}
.page-actualites a.actualites{
	color:rgba(255, 255, 255, 0.7) !important;
}
}

p.contact-address a {
    color: #282828 !important;
}

p.post-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    border-bottom: 1px solid #e6e6e6;
	    min-height: 60px;
}
p.post-date span {
    font-size: 14px;
}
p.post-date a {
    color: #3e78b2;
    margin-right: 10px;
}
p.post-content {
    font-size: 16px;
}

.widget-collections h2.bloc-title {
   font-size:30px;
   letter-spacing:1px;
}
.widget-collections p {
    color: #fff;
}

/**************style carousel**************/
.carousel-wrap {
  width: 100%;
  position: relative;
}

.owl-dot.active span {
    background: #000000;
    border-radius: 0;
}
.owl-dot span {
    height: 5px;
    width: 30px;
    display: inline-block;
    margin: 0 5px;
    border: 2px solid #000;
    border-radius: 0;
}

.owl-dots {
    display: block;
    text-align: center;
    margin-top: 10px;
}

.owl-dot {
    display: inline-block;
}

.owl-nav i {
display:none;
}



.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
	display:block;
}

.widget-latest_news .owl-carousel .owl-dots.disabled, .widget-collections .owl-carousel .owl-nav.disabled{
	display:none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50px);
}

/***************** css pages internes *******************/

.page-title{
    position: absolute;
    top: 50%;
	left:0;
    transform: translateY(-50%);
}
.header {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 767px;
    margin-top: -95px;
}
h5.interne-title {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    font-family: 'Maven Pro', sans-serif;
}

.mention-leg h3 {
    font-size: 18px;
    font-weight: bold;
}

.chambres-img{
 min-height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
}	
.chambres-text h3 {
    font-size: 20px;
    font-weight: bold;
}
.services img {
    margin-right: 15px;
}
.chambres-text li {
    font-size: 16px;
}
.price .btn-custom {
    background: #337801;
    border: 1px solid #337801;
    border-radius: 0;
    padding: 5px 32px;
    color: #ffffff;
    font-weight: normal;
    font-size: 16px;
}
.chambres-text li {
    list-style: none;
}
.price p span {
    font-size: 12px;
    font-weight: normal;
}
.price p {
    font-size: 35px;
    font-weight: bold;
    line-height: 27px;
}

.chambres-text {
    line-height: 25px;
}
.services-chambres {
    border-bottom: 1px solid #ff3b1d;
}
.chambres-text p{
	margin-bottom:5px;
}

.services a {
    font-size: 25px;
    color: #000;
}
.services a:hover {
    text-decoration: none;
}
.price .btn-custom {
    color: #fff;
    background-color: #337801 !important;
    border-color: #337801 !important;
}
h3.service-title span {
    font-size: 40px; 
}
h3.service-title {
    color: #fff;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
    width: calc(100% - 15px);
}
/*.collection.item:hover h3.service-title {
    opacity: 1;
}*/
.collection.item img {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
    filter: gray; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .8s ease-in-out;  
}

.collection.item:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
    -webkit-transform: scale(1.01);
}
.post-description span{
    line-height: 20px;
    color: #282828;
    display: block;
}
.post-description .post-d {
    font-size: 40px;
    line-height: 40px;
    padding: 0;
    font-weight: bold;
}
.post-my {
    font-size: 14px;
    padding: 0 10px;
    border-right: 1px solid #c1c1c1;
    margin-right: 15px;
}
.post-dmy {
    float: left;
}
.post-dmy span {
    display: inline-block;
    vertical-align: middle;
}
.post-description {
    display: flex;
}
span.post-title {
    font-size: 16px;
    font-weight: bold;
	letter-spacing:1px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.7);
}
p.horaire {
    font-size: 16px;
    font-weight: normal;
}
.social-buttons{
    font-size: 0;
}
.social-buttons a {
    padding: 0px;
    background: transparent;
    color: #000000;
    height: 30px;
    width: 30px;
    display: inline-block;    
    border-radius: 44px;
    margin: 0 5px 10px 5px;
    font-size: 14px;
    text-align: center;
    line-height: 30px !important;
}
p.contact-social {
    color: #282828;
    font-size: 20px;
    font-weight: bold;
}

.carousel-wrap.cours .owl-dot span{
	display:none;	
}

h5.cours{
    font-family: 'PT Sans Narrow', sans-serif;
    letter-spacing: 8px;
}

.widget-about-cours-text p {
    font-size: 20px;
}
.news-page span.post-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
}
.mention-leg p {
    font-size: 20px;
}
.line-div {
    background-position: center;
    background-repeat-y: no-repeat;
}

.section-title-pg, .carousel-item {
    position: relative;
    padding-top: 42.85714%;
    overflow: hidden;
    height: 0;
}
.section-title-pg h1 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    /*display: inline-block;*/
    font-family: 'Maven Pro', sans-serif;
}
.section-title-pg .text-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: bold;
    color: #fff;
}
.banner-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.banner-img img, .banner-img video {
    display: inline;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.produits h4 {
    color: #d90000;
    font-size: 22px;
}
.produits h3 {
    font-size: 22px;
}
.widget-produits-page .btn-custom {
    padding: 5px 45px;
}
.equipe-image {
    max-height: 460px;
    background-repeat: no-repeat;
	position:relative;
}
.equipe-image .equipe{
    display: inline-block;
    overflow: hidden;
}

.equipe-image .equipe-image-content{
	max-width: 200px;
}

.equipe-image.right-content .equipe-image-content{
	position: absolute;
	right: 0;
	top: 40px;
}

.equipe-image.left-content .equipe-image-content{
	position: absolute;
	left: 0;
	bottom: 40px;
}


.equipe-image .equipe-image-content h3 {
    position: relative;
    color: #fff;
    font-size: 22px;
    background: #ed1c24;
    padding: 5px 40px;
    font-weight: normal;
	width: fit-content;
}
.equipe-image .equipe-image-content h4 {
    position: relative;
    color: #fff;
    font-size: 18px;
    background: #000;
    padding: 5px 40px;
    font-weight: normal;
	width: fit-content;
}

.equipe-image.left-content {
    background-position: right;
    text-align: right;
}
.equipe-image.right-content {
    background-position: left;
    text-align: left;
}
.tem-content{
	position:relative;
	/*padding: 0 0px;*/
}
.tem-content h3{
    font-weight: bold;
    font-size: 22px;
	color:#000;
	display: inline-block;
}

.tem-content h4 {
    position: absolute;
    right: 0px;
    top: 0;
    color: #ed1c24;
    font-size: 16px;
	 font-weight: normal;
}

a.quote-l {
    position: absolute;
    font-size: 80px;
    background: #e6e6e6;
    border-radius: 50%;
    padding: 40px;
    left: -120px;
    color: #fff;
}

a.quote-r {
    position: absolute;
    font-size: 80px;
    background: #e6e6e6;
    border-radius: 50%;
    padding: 40px;
    right: -120px;
    color: #fff;
}
a#show {
    color: #fff;
}
a#show:hover {
	color:#000;
}
.hide{
	display:none;
}
.navbar-light .navbar-toggler {
    border-color: #ffffff00;
    position: relative;
    z-index: 9;
}
.navbar-light .navbar-toggler-icon {
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
} 
.catalogue-image,
.zoom-bloc{
    overflow: hidden;
    display: inline-block;
}
.actu-bloc{
    overflow: hidden;
    display: block !important;
}
.catalogue-image img:hover,
img.zoom-img:hover,
img.actu-img:hover
{
    z-index: 2;
    -webkit-transition: all 400ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 400ms ease-in;
    transform: scale(1.05);
}
.website-wrapper .nav-tabs {
    display: block;
    border: none;
    text-align: center;
}

.website-wrapper .nav-tabs .nav-item {
    display: inline-block;
    border: none;
}

.website-wrapper .nav-tabs .nav-item .nav-link {
    border: none;
    border-radius: 0;
    color: #ed1c24;
    font-size: 18px;
    padding: 5px 7px;
    margin: 5px 7px;
    font-weight: bold;
    display: block;
	border: none;
    border-radius: 0;
}

.website-wrapper .nav-tabs .nav-item .nav-link:hover,
.website-wrapper .nav-tabs .nav-item.show .nav-link,
.website-wrapper .nav-tabs .nav-link.active {
    border: 0;
    border-bottom:1px solid #ed1c24;
	text-shadow: 1px 1px 3px;
}


.close-modal {
    font-family: 'Gudea', sans-serif;
}
.parallax .widget-banner-home > div,
.parallax .widget-banner-expertise .header,
.parallax .widget-banner-equipe .header,
.parallax .widget-banner-temoignages .header,
.parallax .widget-banner-catalogue .header,
.parallax .widget-banner-actualites .header,
.parallax .widget-banner-ml .header,
.parallax .widget-banner-pc .header,
.parallax .widget-banner-contact .header,
.parallax .widget-banner-cabinet .header {
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    top: 50%;
    font-size: 30px;
    line-height: 53px;
    transform: translateY(-50%);
}
.widget-gdpr {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: black;
    max-width: 290px;
    padding: 15px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 99;
}
.widget-gdpr p, .widget-gdpr span {
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
}
.accept-gdpr span {
    background: #60b97e;
    padding: 5px 15px;
    cursor: pointer;
    float: right;
}
.widget-gdpr p a {
    color: #ffffff;
    text-decoration: underline;
}
.hamburger-menu #main-menu {
    position: absolute;
    background: #000000;
    right: 20px;
    top: 100%;
    min-width: 320px;
    text-align: center;
}
.logo-image{
    max-width: 200px;
    max-height: 80px;
}
#footer-menu-sub .navbar-nav > a{
    position: relative;
}
.about-image{
    height: 485px;
}
.about-image img, .about-image video{
    display: block;
    width: 100%;
    transition-duration: 1s;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.actu-bloc{
    height: 475px;
}
.actu-bloc img, .actu-bloc video{
    display: block;
    width: 100%;
    transition-duration: 1s;
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.post-image{
    height: 253px;
}
.post-image img, .post-image video{
    display: block;
    width: 100%;
    transition-duration: 1s;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.catalogue-image{
    height: 350px
}
.catalogue-image img, .catalogue-image video{
    display: block;
    width: 100%;
    transition-duration: 1s;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.carousel-indicators {
    height: 0;
    margin: 0;
    bottom: 80px;
}
.upload-btn label span.icon {
    background: #224f01;
}
.upload-btn label span.text {
    background: #337801;
}
.tem-icon{
    width: 150px;
    height: 150px;
    background: #e6e6e6;
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.tem-icon i {
    font-size: 60px;
}
.modal-toggler p{
    color: #343434;
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
    background-image: url("../img/close.png");
}
#contact-form input + span a {
    color: #343434;
}

@media not all and (min-resolution:.001dpcm) { 
    @media {

        .effet-zoom:hover img{
            transform: none !important;
        }
        .wgt-scale-img:hover img{
            transform: none !important;
        }
        .equipe-image-cnt:hover img{
            transform: none !important;
        }
        .effet-zoom img:hover {
            transform: none !important;
        }
    }
}