@font-face{font-family:"Averta bold";src:url(/wp-content/themes/montreux/fonts/averta-bold.otf) format("OpenType")}
@font-face{font-family:"Averta regular";src:url(/wp-content/themes/montreux/fonts/averta-regular.otf) format("OpenType")}
@font-face{font-family:"Averta extrabold";src:url(/wp-content/themes/montreux/fonts/averta-extrabold.otf) format("OpenType")}
@font-face{font-family:"Averta semibold";src:url(/wp-content/themes/montreux/fonts/averta-semibold.otf) format("OpenType")}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: -31px;
    z-index: 999;
    position: absolute;
    width: 100%;
}
.card-body{
  overflow-x: hidden;
}

.navbar-nav > li > a {
    line-height: 32px;
}
#primary_collapse .navbar-nav > li > a {
    line-height: 15px;
}
body, p, .elementor-widget-text-editor
{
font-family: "Averta regular";
color:#656565;
}

footer p, footer .elementor-widget-text-editor, #sidebar p, #sidebar .elementor-widget-text-editor
{
font-family: "Averta regular";
color:#fff;
}

.item a, a .act-post-content{
font-family: "Averta semibold";
color:#656565;
}
h1,h2,h3
{
font-family: "Averta bold";
color:#454F63;
}

.widget_login_wid h2{
  font-family: "Averta regular";
  font-size: 30px;

}
.news-blockh h1 {
    font-size: 30px!important;
}

a:hover{text-decoration:none;}
.action-unlike{
  display: none;
}
#header-top{
  background:#053e73;
}
#header-top a{
  color:#fff;
}


.header_link_social li a{
  color:#fff;
}

.header-primary,
.navbar-default {
    background-color: #074d8e;
    border-color: transparent;
  background:#074d8e;
}

.header-primary.affix{width:100%;left:0;top:0;z-index:9999;}

.navbar-brand>img{
  height:100%;
}


  
  .navbar{margin-bottom:0;}
  


.header_link {
  float: left !important;
}

.header_link_social:last-child {
  margin-right: -15px !important;
}

.header_link_social {
  float: right!important;
}


#header-top ul li{display:inline-block!important;}



.navbar-default .navbar-nav>li>a {
    color: #fff;
}


/*

.header-primary .navbar-header {
        float: none;
    }
   .header-primary .navbar-left {
        float: none !important;
    }
    .header-primary .navbar-toggle {
        display: block;
    }
    .header-primary .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .header-primary .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
    .header-primary .navbar-collapse.collapse {
        display: none!important;
    }
    .header-primary .navbar-nav {
        float: none!important;
    margin-top: 7.5px;
  }
    .header-primary .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header-primary  .collapse.in{
      display:block !important;
  }
  .header-primary .nav>li {
    position: relative;
    display: block;
    width:100%;
}

.header-primary .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#navbar-primary{margin-bottom:0;}

*/

/* Animation hamburger */

.navbar-toggle {
  overflow: hidden;
}
.navbar-toggle .icon-bar {
  -webkit-transition: opacity, -webkit-transform;
  transition: opacity, -webkit-transform;
  transition: opacity, transform;
  transition: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
          transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}


.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-header p{
  float: right;
    height: 50px;
    padding: 15px 0px;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    font-weight: 100;
    margin:0;
}



/* Seacrh */

.search-wrap{position:relative;}

input.search{
  padding: 12px 56px 12px 15px;
  border:0;
  width:100%;
  border-radius:3px;
  font-weight:100;
  color:#171717;
  font-size:25px;
}

input.searchbutton{
  position: absolute;
    width: 56px;
    height: 100%;
    z-index: 2;
    top: 0;
    right: 0;
    background: red;
    border: 0;
        background: transparent url(../img/icons-light-search.png) center center no-repeat;
    background-size: 26px;
    cursor: pointer;
      -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

input.searchbutton:hover{
  opacity:0.9
}

input:focus{
  outline:none;
}


input.searchbutton::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bcbcbc;
  font-weight:100;
  font-size:25px;
}
input.searchbutton::-moz-placeholder { /* Firefox 19+ */
  color: #bcbcbc;
  font-weight:100;
  font-size:25px;
}
input.searchbutton:-ms-input-placeholder { /* IE 10+ */
  color: #bcbcbc;
  font-weight:100;
  font-size:25px;
}
input.searchbutton:-moz-placeholder { /* Firefox 18- */
  color: #bcbcbc;
  font-weight:100;
  font-size:25px;
}




#search-block{

  /*  background: url(../img/header.png) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    padding: 280px 0;
  
}

@media(max-width:998px){
  #search-block{ padding: 160px 0;}
}

@media(max-width:768px){
  #search-block{ padding: 80px 0;}
}


/* dots carousel */
.owl-dots{    text-align: center;
    margin-top: 25px;
    margin-bottom: -30px;}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #074d8e;
}

/* Quik access */


#quick-access{width:100%;overflow-x:hidden;    padding: 30px 0;position:relative;background:#fdfdfd}


/* Items news */
.first-title{margin-bottom:35px;}

.news-block {
  
      background: #fff;
    margin: 0;
    padding: 15px;
    margin-bottom:15px;
  
  
}
.itemcenter{text-align:center!important;}

.item h2{font-size:14px;font-weight:300;}

.itemcenter h2{text-align:center;}

#items{background:#f5f4f4;padding-bottom:80px;}

.news-image{width:100%;height:200px;-webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;position:relative;}
    
    .news-image a{position:absolute;bottom:0;left:0;padding:5px 15px;background: rgb(7, 77, 142);color:#fff;font-weight:100;}
     .news-image a:hover{background:#074d8e}
    
    .news-block h1{margin:0;font-size:22px;margin-bottom:10px;}
    
      .news-image date{position:absolute;top:0;right:0;padding:5px 15px;background:#074d8e;color:#fff;font-weight:100;font-size:11px;}
      
      
      .news-block a{color:#000;text-decoration:none;}
      
      .readmore{color:#074d8e;}
      .readmore:hover{text-decoration:underline;}
      
      
      .quick-image{width:100%;height:100px;-webkit-background-size: contain!important;
    -moz-background-size: contain!important;
    -o-background-size: contain!important;
    background-size: contain!important;position:relative;}
    
    
    
    
    
    
    /* footer */
    
    

.footer-call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  margin: 0;
  line-height: 23px;
  margin-bottom: 16px;  
}
.footer-call-to-action p {
  font-size: 16px;
  color: #eeeeee;
  margin: 0;
  line-height: 25px;
}
.footer-call-to-action a.thm-btn {
  padding: 14px 24px;
  color: #202A30;
  margin: 7px 0;
}
.footer-call-to-action a.thm-btn.inverse:hover {
  color: #fff;
  border-color: #fff;
}

/* 19 .footer styles */

.footer {
  background: #fbfbfb;
}
.footer-widget ul {
  margin: 0;
  padding: 0;
}
.footer-widget ul li {
  list-style: none;
}
.footer-widget .contact {
  margin-top: 21px;
}
.footer-widget .contact li {
  font-size: 13px;
  color: #3b3b3b;
  margin-bottom: 18px;
}
.footer-widget .contact li i,
.footer-widget .contact li span {
  display: table-cell;
  vertical-align: middle;
}
.footer-widget .contact li i {
  font-size: 16px;
  color: #074d8e;
  width: 18px;
  text-align: center;
  padding-right: 18px;
}
.footer-widget.about-widget img {
  margin-bottom: 20px;
}
.footer-widget.about-widget p {
  color: #C9C9C9;
  font-size: 13px;
  line-height: 27px;
  margin: 0;    
}
.footer-widget .social {
  margin-top: 30px;
}
.footer-widget .social li {
  display: inline-block;
}
.footer-widget .social li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #074d8e;
    border: 1px solid #074d8e;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    margin-right: 3px;
    transition: all .3s ease;
}
.footer-widget .social li a:hover{background:#074d8e;color:#fff;}

.footer-widget h3.title {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: bold;
  color: #212121;
  margin: 0;
  margin-bottom: 24px;
}
.footer-widget.quick-links ul li a {
    font-size: 14px;
    color: #074d8e;
    line-height: 38px;
    tranisition: all .3s ease;
    font-weight: 900;
}

.footer-widget.quick-links ul li a:hover {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 900;
}
.footer-widget.quick-links{
  padding-bottom: 30px
}

.footer-widget.latest-post ul {
  margin-top: 42px;
}
.footer-widget.latest-post ul li {
  margin-bottom: 20px;
}
.footer-widget.latest-post ul li span.border {
  display: table-cell;
  vertical-align: top;
}
.footer-widget.latest-post ul li span.border:before {
  content: ' ';
  width: 10px;
  height: 2px;
  background: #FFFFFF;
  display: block;
}
.footer-widget.latest-post ul li .content {
  
  display: table-cell;
  vertical-align: top;
  position: relative;
  top: -8px;
}
.footer-widget.latest-post ul li a {
  display: block;
    color: #074d8e;
    font-size: 13px;
    line-height: 25px;
    transition: all .3s ease;
    text-transform: lowercase;
    font-weight: 400;
}

.footer-widget.latest-post ul li a:hover{
  text-decoration:underline;
}

.footer-widget.latest-post ul li span {
  color: #576673;
  font-size: 13px;
  display: inline-block;margin-right:5px;
}
.footer-widget.contact-widget input,
.footer-widget.contact-widget textarea {
  width: 100%;
  height: 50px;
  background: #0e5698;
  color: #C9C9C9;
  font-size: 13px;  
  margin-bottom: 10px;
  border: none;
  outline: none;
  padding: 0 20px;
}
.footer-widget.contact-widget textarea {
  height: 100px;
  padding-top: 15px;
  margin-bottom: 5px;
}


/* 20 .footer-bottom styles */

.footer-bottom {
  background: #262F36;
  border-top: 1px solid #2D373F;
  padding: 0 0;
}
.footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: #fff;
}


/* 21 contact form validation styles */

.contact-form label.error {
  display: none ;
}
.contact-form input.error,
.contact-form textarea.error {
  background: rgba(129,61,0,.2) ;
}

.footer-widget.contact-widget button {
  width: 100%;
  height: 50px;
  background: #052c36;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  border: none;
  outline: none;
  padding: 0;
  line-height: 50px;
  font-weight: bold;
  transition: all .3s ease;
}

.footer-widget.contact-widget button:hover {
  background: #fff;
  color: #37aecc;
}

.footer-bottom a {
  color: #6d6d6d;
}



    
    #etablissement-top{position:relative;height:400px;width:100%}
    
    .slider-etablissement .item{width:100%;height:100%;-webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;position:relative;}
    
    
    #etablissement-top h1{
          text-align: center;
    padding: 150px 0;
    color: #fff;
    text-shadow: 5px 1px 11px #000;
    }
    
   
   
   
   
   .slider-top{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0} /* -1 */
   
   
   .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    height: 100%;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    height: 100%;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
    
    }
    
    
    .slider-top .item {
    text-align: center;
    height: 100%;
    width: 100%;
}

.top-image{width: 100%;
    height: 100%;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    position: relative;}
     
     
     #etablissement-content{
       background: #f5f4f4;
    padding: 20px 0;
     }


.etablissementimage{width:100%;height:200px;-webkit-background-size: contain!important;
    -moz-background-size: contain!important;
    -o-background-size: contain!important;
    background-size: contain!important;   }
    
    .block-info{background:#fff;padding:15px;box-shadow: 0px -4px 25px rgba(0, 0, 0, 0.21);margin-bottom:20px;}
    .block-info h2{margin-top:0;}
    .block-info .contact{    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 15px;
    margin-bottom: 17px;    border-bottom: 1px solid #f5f4f4;
    padding-bottom: 15px;}
    
    #etablissement.affix{    right: 15px;
    top: 74px;z-index:100}
    
    
    .header-primary.affix < section{padding-top:50px;}
    
    .adressespan p{    display: inline;}
    
    .news-slider{background: #e2e2e2;}
    
    .news-slider .top-image {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    position: relative;
}

.singlenews date{    background: #074d8e;
    color: #fff;
    padding: 6px;
    /* margin-top: -18px; */
    display: inline-block;
    font-weight: 100;}
    
    .singlenews h1{margin-top:0;}
    
    




.nav.header_link>li>a:focus, .nav.nav.header_link>li>a:hover , .nav.header_link_social>li>a:focus, .nav.nav.header_link_social>li>a:hover{
    text-decoration: none;
    background-color: transparent!important;
    color:#72bafd
}

.header_link li:hover a,.header_link_social li:hover a{color:#72bafd!important}


   #map {
                width: 100%;
                height: 350px;
            }
            
            
            #form-messages {
    padding: 10px;
    margin-bottom: 22px;
    color: #fff
}
.success {
    background: #0bbb04
}
.error {
    background: #bb3204
}
input:focus , textarea:focus{

    outline: 0
}
 
 .contact-form input[type=email],.contact-form input[type=text], .contact-form input[type=password],.contact-form textarea{    background: #fafafa;
    border: 0;
    padding: 8px 14px;
    width: 100%;
    margin-bottom: 20px;}
    
    
    .btn-send {
    background-color: #383838;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 8px 14px;
}
    .block-address{padding: 15px;
    background: #fafafa;
   }
    
    .block-address h2{font-size: 25px;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1em;
    color: #464b57;}
    
    .block-address a{color: #3490d9!important}
    
    
    
    
    
    
    .news-block {
    min-height: 232px;
}

.news-blockh {
    min-height: 150px;
    height:150px;
}

 


#breadcrumbs{
    list-style:none;
    margin:10px 0;
    overflow:hidden;
        padding: 0;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}



@media(max-width:768px){
  .news-block {
    min-height: auto;
}
.news-block {
    min-height: auto;
}
}



.homelogo{    margin: auto;
    margin-bottom: 50px;}
    
    @media(max-width:768px){
  .homelogo {
    display:none;
}

}


.madewithlove{color:#fff;font-weight:100!important;padding: 14px;text-align:center;}
.madewithlove a{font-weight:300!important}
.madewithlove a:hover{color:#e9006d}

.widget-container li a:hover{
  color:#f3e300
  }
.madewithlove span .fa{color: #E90606;
    margin: 0 3px;
    font-size: 14px;
    animation: pound 0.35s infinite alternate;
    -webkit-animation: pound 0.35s infinite alternate;}
    
    @-webkit-keyframes pound {
  to {
    transform: scale(1.1);
  }
}
@keyframes pound {
  to {
    transform: scale(1.1);
  }
}




#ajaxbutton {
    text-align: center;
    border: 2px solid black;
    padding: 10px 21px;
    border-radius: 8px;
    font-weight: 300;
    font-size: 19px;
    /* margin: auto; */
    width: 210px;
    margin: auto;
    cursor: pointer;
    /* margin-bottom: 60px; */
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    margin-top: 49px;
}
    
    
    .loader {
     
  display: block;
  width: 5em;
  margin: auto;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translateY(0%);
  }
  30% {
    -webkit-transform: translateY(-0.25em);
  }
  50% {
    -webkit-transform: translateY(0%);
  }
  70% {
    -webkit-transform: translateY(0.25em);
  }
}
.loader {
   display:none;
}
.loader .inner1, .loader .inner2, .loader .inner3 {
  display: inline-block;
  margin: 0.125em;
  width: 0.5em;
  height: 0.5em;
  border: 1px solid lightgray;
  border-radius: 1em;
  background-color: lightgray;
  -webkit-transform-origin: 50%;
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: rotate;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
.loader .inner2 {
  -webkit-animation-delay: 0.1875s;
}
.loader .inner3 {
  -webkit-animation-delay: 0.375s;
}

#ajaxbutton:hover{border-color:lightgray;color:lightgray}
#ajaxbutton.active .loader{display:inline-block;}
#ajaxbutton.active .testbtn{display:none;}
#ajaxbutton.active {border-color:lightgray}


#titlesitems {
    background: #f5f4f4;
    padding-top: 40px;
}


.newsimagecontent{
  
background: #f5f4f4;padding: 6px;margin:auto;margin-bottom: 17px;
}


#onscroll.affix{position: fixed;
    top: 78px;
    width: 374px;}


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


.navbar-default .navbar-nav > li > ul > li:hover a, .navbar-default .navbar-nav > li > ul > li:focus a {
    background-color: transparent!important;
   color: #2098d1!important;
}


@media only screen and (max-width: 998px) and (min-width: 768px)  { .nav>li>a {
    position: relative;
    display: block;
    padding: 15px 3px;
    font-size: 13px;
}}

.category #search-block{padding: 160px 0;}





.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #2098d1;
    text-decoration: none;
    background-color: transparent;
    outline: 0;
}
/*

.effectmenu > li > a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.effectmenu > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.effectmenu > li > a:hover:before, .hvr-underline-from-center:focus:before, .effectmenu > li > a:active:before {
    left: 0;
    right: 0;
}
/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
   display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
    color: #fff;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
/* Fix bootstrap */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:active {
    background: none;
    color: #fff;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open>a:focus, .navbar-default .navbar-nav > .open > a:active {
    background: none;
    color: #555;
}

@media(max-width:768px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #f6f6f6;
}}


.btn-send:hover {
    background-color: #074d8e;
    color:#fff;
}

.btn-send:focus{
  outline:0;
}






.contentgalery {position:relative;    border: 9px solid #fff;
    height: 250px; 
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;}


.contentgalery .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.contentgalery .plus {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  background: #074d8e;
  border-radius: 50%;
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  pointer-events: none;
}

.contentgalery .plus2 {
   position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  background: #eb212e;
  border-radius: 50%;
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.5);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  pointer-events: none;
}
.contentgalery .plus:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 2px;
  top: 24px;
  left: 18px;
  background: #fff;
}
.contentgalery .plus:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 14px;
  top: 18px;
  left: 24px;
  background: #fff;
}
.contentgalery:hover .plus {
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
          transform: scale(1) translate3d(0, 0, 0);
}

.contentgalery:hover .plus2 {
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, 0, 0);
          transform: scale(1) translate3d(0, 0, 0);
}
.contentgalery:hover .overlay {
  opacity: 0.6;
}

.captiontitle{background: rgba(0, 0, 0, 0.38);
    position: absolute;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    bottom: 0;
    color: #fff;
    font-weight: 300;
    padding-left: 10px;
    padding-right: 10px;}
    
    
.round{
  display: inline-block;
    /* padding: 5px; */
    background: #074d8e;
    color: #fff;
    border-radius: 127px;
    width: 30px;
    /* height: 20px; */
    text-align: center;
    line-height: 30px;
    margin-right: 8px;
    margin-top: 15px;
       -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.round:hover{
  background:#000;
  color:#fff;
}
    
    
    .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #074d8e;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu li a{color:#fff;}


.containeraffix{min-height:50px;}


header{
  background:#074d8e;
      box-shadow: 0px 4px 1px rgba(0, 0, 0, 0.1);

    margin: 0 0 5px 0;

}


@media(min-width:998px){
	.containeraffix{min-height:65px;}

	.navbar-brand {
		height: 70px;
			   -webkit-transition: all 0.2s  ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;
	}

	#menu-menu-principal > li {
		padding: 0px 0;
			   -webkit-transition: all 0.2s ease-in-out;
	  -moz-transition: all 0.2s ease-in-out;
	  -o-transition: all 0.2s ease-in-out;
	  transition: all 0.2s ease-in-out;

	}  
}
    
@media(max-width:1200px) and (min-width:998px){
      #search-block {
		padding: 160px 0;
	}
}

#fb-root {
    display: none;
}

/* To fill the container and nothing else */

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
    
    
    .newsshadow{box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.42);  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;}
  
  
 .newsshadow:hover{ transform: scale(0.95);z-index:99999999; 
}

.btnadmin{    display: block;
    color: #fff;
    background: #ff6d05;
    padding: 13px;
    border-radius: 8px;-webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;margin-bottom:15px;}
    .btnadmin:hover{
      background:#3a3a3a;
      color:#fff;
    }
    
    .adminblock{ background: white;
    padding: 15px;
    margin-top: 18px;
    box-shadow: 0px -4px 25px rgba(0, 0, 0, 0.21);
    margin-bottom: 20px;}
    
    .adminblock h1{margin-top: 0;
    color: #545454;}
    
    .newsimagecontent img{
          margin: auto;
    }
    
    
    
    .adminlogin{
          position: absolute;
    border-top: 2px solid #053e73;
    }
    
    .adminlogin li a{
          background: #074d8e;
    padding: 5px;
    color: #fff;
    }
    
    .adminlogin li:hover a{
      background:#053e73!important;
    }
    
    .nav.nav.adminlogin>li>a:hover, .nav.adminlogin>li>a:focus, .nav.nav.adminlogin>li>a:hover {
    text-decoration: none;
    background-color: #053e73!important;
    color: #fff;
}


.sucesschange{    background: #0bbb04;
    color: #fff;
    padding: 8px;margin-bottom:25px;}
    
    .sucesschange p{margin:0;}


p.error{
  color: #fff;
    padding: 8px;margin-bottom:25px;
}

@media(max-width:768px){
  
  .adminlogin{    margin: 0;}
  .adminlogin li{    display: inline-block;}
  .header_link_social{display:none;}
  
}


.info_tuto{background: #0bbb04;color:#fff;padding:15px;position:fixed;bottom:0;left:0;width:100%;text-align:center;z-index:99999}

.close_tuto{    display: inline-block;
    /* margin-bottom: -5px; */
    vertical-align: middle;
    margin-left: 33px;
}

.close_tuto i{
  font-size: 23px;
  -webkit-transition: -webkit-transform .3s ease-in-out;
          transition:         transform .3s ease-in-out;
}

.close_tuto:hover i{cursor:pointer;-webkit-transform: rotate(180deg);
          transform: rotate(180deg);}

.info_tuto a{color:#065f02}
.info_tuto a:hover{text-decoration:underline;}

.tutorielblock img, .block-guide img{    max-width: 100%;
    height: auto;
    padding: 15px;
    background: white;
    margin: auto;
    text-align: center;}
    
    .tutorielblock p{font-size:18px;}


.tutorielblock{padding:15px;background:#fff;}

.block-guide{background:#fff;padding:15px;min-height: 265px;}

.block-guide h2{border-bottom: 2px solid #074d8e;margin-top:0;}

.lituto{display:block;padding:5px 0;}


@media(max-width:768px){
  .block-guide{min-height: auto;margin-bottom:15px;}
}

.lituto.active{font-weight: bold;
    text-decoration: underline;}
    
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent!important;
    
    .item{width:100%!important}
}


.singlenews img{    max-width: 100%;
    width: 100%;
    /* margin: auto; */
    height: auto;
    text-align: center;
    margin: auto;
    display: block;}
    
    
    .formations-link a{padding:5px 0;display:block;background:#51a7df;}



    .single-news .news-block a {
    color: #074d8e;
    text-decoration: none;
}

    .single-news .news-block a:hover {
    color: #074d8e;
    text-decoration: underline;
}


.name_eta{
          position: absolute;
    top: 170px;
    /* left: 15px; */
    padding: 5px 15px;
    background: rgb(7, 77, 142);
    color: #fff!important;
    font-weight: 500;
    z-index: 9;
    }


    #rolemymontreux{
          width: 100%;
    /* padding: 10px; */
    /* line-height: 27px; */
    height: 44px;
    }



    @media(max-width:768px){
      .item{width:100%!important;}
    }


    #menu-footer-1 a{
  color:#fff;
}

footer .elementor-widget-text-editor{
  color:#fff!important
}


footer ul{
  list-style-type: none;
    margin: 0;
    padding: 0;

}

.mdblue{
      height: 10px;
    background-color: #00c4ff;
}

.navbar-toggle{
  display:block;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 40px;
    margin-bottom: 8px;
    height: 2px;
    border-radius: 1px;
  background-color: #fff;
}


.navbar-header{
  float:right;
}

input.search {
    background: transparent;
    color: #fff;
    font-size: 15px;
    padding: 5px 56px 5px 9px;
    border: 0;
    width: 100%;
    border-radius: 3px;
    font-weight: 100;
    font-size: 16px;
}

.search-wrap
{
border-radius: 17px;
    border: 1px solid #fff;}

    #search{
      margin: 15px 0;
    }


    #search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

#search :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

#search ::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.navbar-nav>li>a{

      color:#fff;
}




















#main-content .container:before {background: none;}
.row{
  clear: both;
}
h2.home{
  font-size: 40px;
    line-height: 46px;
}

.filter-btn{
  margin-right: 30px;
  border: 0;
    background: none;
    color: #A6ADB4;
    font-size: 12px;
    font-weight: bold;
  padding: 0 0 10px 0;
  display:  block;
  float:left;
}
.left1{float: left;}
.right{float:right}
.filter-btn.active, .filter-btn:hover{
  cursor:pointer;
  color: #202124;
  border-bottom: 2px solid #202124;
}
.invisible{display:none;    position: absolute;
  width: 320px;
    margin-right: 30px;

}

.hbtn1{
  width: 320px;
    margin-right: 30px;
    float: left;
}

.hbtn1 a{
  color:#fff;
}
.titreh:hover{
  cursor:pointer;
}
.texteh {  margin: 0 20px;padding: 20px; border-bottom:1px solid #fff;text-align:center;}
.imgh{
  width:100%;
background-size: cover!important;
    height: 180px;
}
.bl1 .imgh 
{
  background:url("/wp-content/themes/montreux/img/head1.png");
}
.bl2 .imgh 
{
  background:url("/wp-content/uploads/2020/03/aerienne.png");
}
.bl3 .imgh 
{
  background:url("/wp-content/uploads/2020/03/3589-so-cadre-photo-chambres-fr.png");
}
.bl4 .imgh 
{
  background:url("/wp-content/uploads/2020/03/3589-so-cadre-photo-chambres-fr.png");
}
.hbtn1:hover .invisible{
  display:block;
}
.bl1{
  background-color:rgba(4, 32, 78, 0.4);
}

.bl2{
  background-color:#071a5e;
}

.bl3{
  background-color:#00252a;
}
.bl4{
  background-color:#ECB595;
}
.bl1 .invisible{
  background-color:rgba(4, 32, 78, 0.4);
}

.bl2 .invisible{
  background-color:#071a5e;
}

.bl3 .invisible{
  background-color:#00252a;
}

.titreh{
  text-align: center;
    font-size: 25px;
    font-weight: 200;
    padding: 15px;
}
.moreactualite {
    margin: -12px 0 0 0;
    /* position: relative; */
    margin-right: 20px;
    border: 0;
    /* clear: both; */
    background: none;
    padding: 0 0 10px 0;
    color: #202124;
    font-weight: bold;
    font-size: 30px;
    display: block;
    float: left;
  padding-bottom: 16px;
}
.moreactualite:hover {
  border-bottom:2px solid #000;
}
.prev, .next{
    cursor:pointer;
    background-repeat: no-repeat;
    margin-right: 30px;
  border: 0;
    background: none;
    color: #A6ADB4;
    font-size: 12px;
    font-weight: bold;
  padding: 0 0 10px 0;
  display:  block;
  float:left;
}
.prev{
      background: url(/wp-content/themes/montreux/img/back_gris.png);
    height: 27px;
    width: 7px;
    background-repeat: no-repeat;
}
.next{
  background: url(/wp-content/themes/montreux/img/arrow_gris.png);
    height: 27px;
    width: 7px;
    background-repeat: no-repeat;
}
.prev:hover{
      background: url(/wp-content/themes/montreux/img/back_blue.png);
    background-repeat: no-repeat;

}
.next:hover{
  background: url(/wp-content/themes/montreux/img/arrow_blue.png);
      background-repeat: no-repeat;

}

.slider{
  padding-top: 25px;
  clear: both;
}

 
.act-post-content p{
  min-height:70px;

}
.bottom1{
  padding: 35px;
}
.bottom1 li{
  display: block;
    float: left;
    width: 91px;
      font-weight: bold;
    font-size: 12px;
}
.bottom3 .left1{
    font-size: 11px;
    line-height: 15px;
    color: #fff;
  font-weight: bold;
  padding: 35px 0 0 35px;
}
.bottom2{line-height:0}
#footer-bottom{
  padding-top: 0;
  padding-bottom: 0;
}

.et-social-icons li {
    display: block;
margin-left: 20px;
    /* margin-bottom: 30px; */
    padding-top: 30px;
}
.et-social-icon a{
  color:#fff;
  font-size: 34px;
}
#footer-bottom a{ color:#fff}
#footer-bottom .left1 a:hover{ text-decoration:underline}
@media (min-width: 981px){
  .bottom1 {
    float:left;
      width: 35%;
  } 
  .bottom2 {
    float:left;
      width: 30%;
    text-align: center;
  } 
  .bottom3 {
    float:left;
      width: 35%;
  } 
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
  
.row .et_pb_column_1_2{
    width: 48%;
}

.row .et_pb_column{
    margin-right: 2%;
}
  
}


.cff-author, .cff-shared-link, .cff-media-link{ display:none; }

.cff-text{
    display: block;
  max-height : 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cff-wrapper {
  color: #fff;
    background: #39579c;
    padding: 10px 20px;
        margin-bottom: 5px;
}

#cff .cff-item{
      padding: 2px 0!important;
      border-bottom: 0!important;
}

#cff  a{
  color:#fff;
}


.widget_login_wid{
    background: #fff;
    padding: 5px 15px 10px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
}
.widget_login_wid h2
{
    color: #0f4f8c;
}
.log_forms {
    width: 100%!important;
    padding: 0!important;
    border: 0!important;
    margin: 0!important;
    box-sizing: border-box!important;
}

.widget_login_wid label {
    display: inline-block!important;
    max-width: 100%!important;
    margin-bottom: 5px!important;
    font-weight: normal!important;
    color: #0f4f8c!important;
}


.log_forms input[type=text], input[type=password] {
    border-radius: 20px;
}

.log_forms input[type=submit] {

    border: 1px solid #0f4f8c!important;
    background:#0f4f8c!important;
        border-radius: 20px!important;
        color:#fff!important;
}




.news-block {
    max-height: 60px;
  /*overflow: hidden;*/

}

#titlesitems, #etablissement-content{
  background:#fff;
}


.news-block {
    max-height: 80px;
    height: 80px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.newsshadow, #onscroll, .hentry 
{
      border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
}

.bdt-carousel-desc a{
  font-family: "Averta bold";
    color: #454F63;
}
.topblue
{
  border-top:6px solid #00c4ff!important;
}
.homeslider .bdt-carousel-desc{
padding: 0 10px 10px 10px;
}

.swiper-slide {
    margin-right: 25px;
}
.rowetab{
  height:400px;
}
.nopadding{
  padding:0;
}
.etablissementimage{
  height:100%;
}

.rowetab .col-sm-6{
    height:100%;
}

#navbar-primary{
     position: fixed;
    z-index: 99999;
    height: 100%;
    width: 350px;
    right: 0;
    bottom: 0;
    top: auto;
}

#navbar-primary .navbar-right {
    float: none;
    text-align: center;
}
#navbar-primary .navbar-nav>li {
    float: none;
}


.eael-entry-wrapper header{
  background:none;
}


.meteo{
background-color: #3497fc;
width: 100%;
color:#fff;
margin-bottom: 5px;
}

.meteo img{
  width: 100%;
  margin-bottom: 5px;

}

.infometeo{
  clear:both;
}

.left{
  float:left;
}

.right{
  float:right;
}




.infometeo{
  padding: 10px 20px;
}

.t10{
  font-size:10px;
      display: block;
}

.tb{
  font-weight: bold;
}
.vent{
  padding: 0 10px;
}
.humidite{
  padding: 0 10px;
}

#horoscope p{
  color:#656565;
}
footer .col-md-4, footer h4{
  color:#656565;
  padding-left: 0px;
  text-align:center;
}
footer h5{
  color:#656565;
margin:5px 0;
text-align: center;
line-height: 20px;
}
footer h6{
  color:#656565;
margin:5px 0;
text-align: center;
line-height: 20px;
}
footer .col-md-3 h6{
margin:0;
}
.left, .left h6, .left h5{
  text-align: left;
}

footer .col-md-3{
  padding-right: 5px;
  padding-left: 5px;
  height: 30px;
}


.scrooll{
  overflow-x: hidden;
    overflow-y: scroll;
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal .swiper-pagination-bullets, .swiper-container-horizontal+.swiper-pagination-bullets {
    bottom: 0!important;
    width: 100%;
}
@media (min-width: 768px){
  .navbar-right {
     margin-right: 0; 
  }
}

.headermobile{
  display:none;
}
@media (max-width: 768px){

.scrooll {
  margin-top:10px;
  margin-bottom:10px;
    overflow-x: unset!important;
    overflow-y: unset!important;
    padding-bottom: 1px;
}
.rowetab
{
  height: auto;
  margin-bottom:10px;
}
.scrooll .watch-action{
padding-bottom: 10px;
}
.news-block {
    max-height: inherit;
    height: auto;
}


  #sidebar{display:none;}
  #search {
    float:left;
    width: 75%;
  }
  .header_link{
    display:none;
  }
  .headermobile{
  display:block;
}
.headermobile h2{
  color:#fff;
}
.navbar-brand {
    height: auto;
    padding: 10px 0 0 0;
}

.nav{
  text-align:   center;
}
.navbar-nav > li > a{
  line-height:  20px;
}

footer .col-md-3 {
    float: left;
    width: 25%;
    }



.imgnews{
    min-height: 150px;
    background-size: cover;
}


#sidebar .elementor-col-16 {
  width:16.66%!important
}

