/*
texte : #323232
bgk : f1f1f1
or : e6dc99
vert : 75a78b
les liens sont plus foncés que le doré de base : b1a06c
vert des alertes : e1fded
*/
@font-face {
    font-family: 'MeteoconsRegular';
    src: url('../fonts/meteocons-webfont.eot');
    src: url('../fonts/meteocons-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/meteocons-webfont.woff') format('woff'),
         url('../fonts/meteocons-webfont.ttf') format('truetype'),
         url('../fonts/meteocons-webfont.svg#MeteoconsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.btn:active, .btn.active {    
  -webkit-box-shadow:none; 
  box-shadow: none; 
}
.meteoicon:before {
    font-family: 'MeteoconsRegular';
    content: attr(data-icon);
}
.merriweather{
    font-family: 'merriweather', serif;
}
.lato{
  font-family: 'Lato', sans-serif;
}
.light{
  font-weight: 300;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: none; /* mobile firefox too! */
}
html,body{	
    font-family: 'Lato', sans-serif;
    color:#323232; 
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
    background-color: #f1f1f1;
}
a, a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}
.container-fluid {
    max-width: 1920px;
    padding-left: 20px;
    padding-right: 20px;
}
hr.white{
    border-top: 1px solid #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
}
hr.little{
    margin-top: 10px;
    margin-bottom: 10px;
}
hr.big{
    margin-top: 40px;
    margin-bottom: 40px;
}
/** Header */
header{
	max-height: 138px;
	background: url('background/whitedegrade.png') repeat;
  margin-bottom: 40px;
  border-bottom: 1px solid white;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
header:hover{
  background-color: #FFFFFF;
}
/** Main menu */

  /** Search */
  header .mainmenu form.searchForm {
      margin-top: 20px;
  }

  header .mainmenu form.searchForm{
    border-bottom: 1px solid white;
  }

  header .mainmenu form.searchForm .form-control{
    font-size: 16px;    
    background-color: rgba(255, 255, 255, 0);    
    border: none;   
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 0px;
    font-family: 'Lato', sans-serif;
  }

  header .mainmenu form.searchForm .btn-link {
    font-size: 24px;
    color: #323232;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  header .mainmenu form.searchForm .btn-link:hover{
    color: #b1a06c;
  }

  header .mainmenu .langswitcher{
    color: #323232;
    margin-top: 20px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
  }
  header .mainmenu .langswitcher:hover,header .mainmenu .langswitcher:focus{
    text-decoration: none;
  }
  header .mainmenu .langswitcher.hvr-underline-from-left:before{
    background: #323232;
    height: 2px;
  }

  /** END Search */

.mainmenu{    
    position: relative;
    display: block;    
    height: 138px;
    font-size: 21px;
}
.mainmenu .logo{
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -69px;
}

.mainmenu .btnCmd {
  position: relative;
  margin-top: 10px; 
}
.mainmenu .btnCmd:hover > .dropdown-menu{
  display: block;
}
.mainmenu ul.dropdown-menu{
  background: url('background/blackbox.png') no-repeat;
  background-size: cover; 
  font-weight: 300;
  padding: 0;
  margin: 0;
  border: 0;
}
.mainmenu ul.dropdown-menu>li>a{
  text-transform: none;
  color:#fff;
  font-size: 24px;
  font-weight: 300;
  padding: 10px 20px;
  font-family: 'merriweather', serif;
   -webkit-transition: 0.5s; /* Safari */
  transition: 0.5s;
}
.mainmenu ul.dropdown-menu>li>a.sublink, .mainmenu ul.dropdown-menu>li.sublink>div>a {
    font-size: 18px;
    margin-left: 20px;
}
.mainmenu ul.dropdown-menu>li>a:hover, .mainmenu ul.dropdown-menu>li>a:focus,
.mainmenu ul.dropdown-menu>li.sublink>div>a:hover, .mainmenu ul.dropdown-menu>li.sublink>div>a:focus {
    text-decoration: none;
    color: #e6dc99;
    background: url('background/blackbox.png') no-repeat;
}
.mainmenu .btnCmdLink {
    padding: 10px;
    position: relative;
    display: block;
    min-width: 110px;
    text-align: center;    
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #323232;
}
.mainmenu .row > li.menu-item {
    list-style: none;
    text-transform: uppercase;
}
.mainmenu .dropdown-menu li .btnCmdLink {
    text-align: left;
    padding: 0;
}

.mainmenu .dropdown-menu li .btnCmdLink a {
    display: block;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;

    text-transform: none;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    padding: 10px 20px;
    font-family: 'merriweather', serif;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.mainmenu .btnCmdLink:hover,
.mainmenu .btnCmdLink:focus {
    color: #323232;
    text-decoration: none;
}

.mainmenu .btnCmd:hover .btnCmdLink, .mainmenu .btnCmd .btnCmdLink a:hover {
    color: #b1a06c;    
}

.mainmenu .dropdown-submenu {
    position: relative;
    border-radius: 0px;
}

.mainmenu .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;      
}

.mainmenu .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.mainmenu .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.mainmenu .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.mainmenu .dropdown-submenu.pull-left {
    float: none;
}

.mainmenu .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/** End main menu */

/** Mobile Menu */
.mobilesidemenu{    
    /* critical sizing and position styles */
    width: 300px;    
    position: fixed;
    top: 83px;
    right: 0;
    bottom: 0;
    left: -300px;
    z-index: 1;
    overflow-y: scroll;
    transition: left 0.2s;
    -webkit-transition: left 0.2s;
  
    /* non-critical appearance styles */
    font-family: 'Montserrat', sans-serif;
    list-style: none;
    background: #ffffff;
    color: #181717;
}
.mobilesidemenu.opened{
  left: 0px;  
}
.mobilesidemenu .nav>li{
  padding: 0px 40px;
}    
.mobilesidemenu .nav>li>a{
  color: #181717;
  text-transform: uppercase;
  font-size: 18px;
  padding: 20px 0px;
  border-bottom: 1px solid #cecece;
}
.mobilesidemenu .nav>li.first>a{
    margin-top: 20px;
}    
.mobilesidemenu .nav>li>a:hover, .mobilesidemenu .nav>li>a:focus {
    text-decoration: none;
    background-color: #FFFFFF;
    color: #b1a06c;    
}

.mobilesidemenu .nav>li .sub-menu{
  margin-top: 20px;
  list-style: none;
  padding-left: 30px;
}
.mobilesidemenu .nav>li .sub-menu li{
  padding: 5px 0px;
}
.mobilesidemenu .nav>li .sub-menu li a{
    text-decoration: none;
    color: #181717;
}
.mobilesidemenu .nav>li .sub-menu li a:hover,.mobilesidemenu .nav>li .sub-menu li a:focus{
    text-decoration: none;
    color: #b1a06c;
}

.mobilesidemenu .nav:last-child>li:last-child a{
  border:none;
  margin-bottom: 100px;
}

.bigwrapper {
    min-width: 100%;
    min-height: 100%;    
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 0;
    transition: left 0.2s;
    -webkit-transition: left 0.2s;
}

.bigwrapper.opened {
  left: 0px;    
  width: 100%;
  padding-top: 103px;
  height: 100vh;
  overflow-y: hidden;
}
.bigwrapper.opened header{
  z-index: 9999;
  position: fixed;
  height: 83px;
  width: 100%;
  margin-bottom: 83px;
  top: 0;
}

/** END Mobile Menu */
/** END Header */

/** Footer */
footer{
  padding-top: 40px;
  background-color: #f1f1f1;
}
footer .footermenu{
    margin-bottom: 20px;
}
footer .footermenu .sectionTitle{
  margin-bottom: 40px;
}
footer .footermenu  > li > p.sectionTitle {
    text-transform: uppercase;
}
footer .footermenu  ul.sub-menu  .sectionTitle{
    margin-bottom: 10px;
}
footer .footermenu  ul.sub-menu li {
    list-style: none;
}
footer .footermenu  ul.sub-menu li a {
    padding: 0 10px 0 0;
}

footer .footermenu  ul.sub-menu {
    padding-left: 0;
    margin-left: 0;
    font-size: 16px;
}

footer .footermenu ul.sub-menu ul.sub-menu li p {
    margin-left: 20px;
}
footer .footermenu  ul.sub-menu ul.sub-menu li a {

    color: #888888;
    font-size: 13.6px;
}
footer ul.sub-menu ul.sub-menu .hvr-underline-from-left:before{
    background: #888888;
}
footer .footermenu  .btn{
  font-weight: 400;
  white-space: normal;
  text-align: left;

}
footer .hvr-underline-from-center:before ,footer .hvr-underline-from-left:before{
    background: #323232;
    height: 2px;
}
footer .btn-link-white.hvr-underline-from-left:before {
    background: #323232;
    height: 2px;
}
footer .sublink.btn-link-white.hvr-underline-from-left:before{
  background: #888888;
}
footer .footermenu .sublink {
    margin-left: 20px;
    color: #888888;
}
footer .copyright{
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;  
}

footer .copyright .top-buffer{
  margin-top: 10px;
}
footer .copyright .btn-link-white{
  vertical-align: top;
  margin-top: 2px;
  font-weight: normal;
}  
/** END Footer */

/** Breadcrumb */
.breadcrumb {
  padding: 0px 15px;
  margin-bottom: 20px;
  list-style: none;
  border-radius: 0;
  background: none;
  font-size: 13px;
}
.breadcrumb>li+li:before {
    content: ">";
    padding: 0 5px;
    color: #e6dc99;
}
.breadcrumb>li>a{
  color: #e6dc99;
  text-decoration: none;
}
.breadcrumb>.active {
    color: #e6dc99;
}
/** END Breadcrumb */
.relative{
	position: relative;
}
.nomargin{
    margin:0px;
}
.bottom-buffer{
    margin-bottom: 20px;
}
.top-buffer{
    margin-top: 20px;
}
.left-buffer{
    margin-left: 20px;
}
.right-buffer{
    margin-right: 20px;
}
/** Text */
.text-inline{
  display: inline;
}
.text-gold{
    color:#e6dc99;
}
.text-darkgold{
  color: #b1a06c;
}
.text-grey{
  color:#888888;
}
.text-purple{
  color:#a23ecf;
}
.text-green{
  color:#5ecf90;
}
.text-orange{
  color:#f86b16;
}
.text-whiteblue{
  color:#1badf8;
}
.text-darkgrey{
  color:#323232;
}
/** END text */
/** Buttons */
.btn-white-transparent { 
  color: #ffffff; 
  background-color: none; 
  border-color: #FFFFFF;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Lato', sans-serif;
  -webkit-transition: 0.5s; /* Safari */
  transition: 0.5s;
  border-width: 4px;
  position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    padding: 6px 40px;
} 
 
.btn-white-transparent:hover, 
.btn-white-transparent:focus, 
.btn-white-transparent:active, 
.btn-white-transparent.active, 
.open .dropdown-toggle.btn-white-transparent { 
  color: #323232; 
  background-color: #FFF;
  border-color: #FFFFFF; 
} 
 
.btn-white-transparent:active, 
.btn-white-transparent.active, 
.open .dropdown-toggle.btn-white-transparent { 
  background-image: none; 
} 
 
.btn-white-transparent.disabled, 
.btn-white-transparent[disabled], 
fieldset[disabled] .btn-white-transparent, 
.btn-white-transparent.disabled:hover, 
.btn-white-transparent[disabled]:hover, 
fieldset[disabled] .btn-white-transparent:hover, 
.btn-white-transparent.disabled:focus, 
.btn-white-transparent[disabled]:focus, 
fieldset[disabled] .btn-white-transparent:focus, 
.btn-white-transparent.disabled:active, 
.btn-white-transparent[disabled]:active, 
fieldset[disabled] .btn-white-transparent:active, 
.btn-white-transparent.disabled.active, 
.btn-white-transparent[disabled].active, 
fieldset[disabled] .btn-white-transparent.active { 
  background-color: ; 
  border-color: #FFFFFF; 
} 
 
.btn-white-transparent .badge { 
  color: ; 
  background-color: #ffffff; 
}

.btn-link-white { 
  font-size: 16px;
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  padding:0px;
  font-weight: 300;
   -webkit-transition: 0.5s; /* Safari */
  transition: 0.5s;
}
 
.btn-link-white:hover, 
.btn-link-white:focus, 
.btn-link-white:active, 
.btn-link-white.active, 
.open .dropdown-toggle.btn-link-white {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  -webkit-box-shadow: none; 
  box-shadow:none; 
} 
 
.btn-link-white:active, 
.btn-link-white.active, 
.open .dropdown-toggle.btn-link-white { 
  background-image: none; 
} 
 
.btn-link-white.disabled, 
.btn-link-white[disabled], 
fieldset[disabled] .btn-link-white, 
.btn-link-white.disabled:hover, 
.btn-link-white[disabled]:hover, 
fieldset[disabled] .btn-link-white:hover, 
.btn-link-white.disabled:focus, 
.btn-link-white[disabled]:focus, 
fieldset[disabled] .btn-link-white:focus, 
.btn-link-white.disabled:active, 
.btn-link-white[disabled]:active, 
fieldset[disabled] .btn-link-white:active, 
.btn-link-white.disabled.active, 
.btn-link-white[disabled].active, 
fieldset[disabled] .btn-link-white.active { 
  background-color: transparent;
  border-color: transparent; 
} 
 
.btn-link-white .badge { 
  color: #FFFFFF; 
  background-color: transparent;  
}

.btn-link-white.hvr-underline-from-left:before {
    background: #ffffff;
    height: 2px;
}

.btn-facebook { 
  color: #ffffff; 
  background-color: #3B5998; 
  border-color: #3B5998;
  font-weight: 300;
  font-size: 24px;
  -webkit-transition: 0.5s; /* Safari */
  transition: 0.5s;
  border-width: 4px;
} 
 
.btn-facebook:hover, 
.btn-facebook:focus, 
.btn-facebook:active, 
.btn-facebook.active, 
.open .dropdown-toggle.btn-facebook { 
  color: #ffffff; 
  background-color: #3B5998; 
  border-color: #ffffff; 
} 
 
.btn-facebook:active, 
.btn-facebook.active, 
.open .dropdown-toggle.btn-facebook { 
  background-image: none; 
} 
 
.btn-facebook.disabled, 
.btn-facebook[disabled], 
fieldset[disabled] .btn-facebook, 
.btn-facebook.disabled:hover, 
.btn-facebook[disabled]:hover, 
fieldset[disabled] .btn-facebook:hover, 
.btn-facebook.disabled:focus, 
.btn-facebook[disabled]:focus, 
fieldset[disabled] .btn-facebook:focus, 
.btn-facebook.disabled:active, 
.btn-facebook[disabled]:active, 
fieldset[disabled] .btn-facebook:active, 
.btn-facebook.disabled.active, 
.btn-facebook[disabled].active, 
fieldset[disabled] .btn-facebook.active { 
  background-color: #3B5998; 
  border-color: #3B5998; 
} 
 
.btn-facebook .badge { 
  color: #3B5998; 
  background-color: #ffffff; 
}

.btn-black {
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #000;
  background-color: #FFFFFF; 
  border-color: #000000;
  font-size: 24px;
  -webkit-transition: 0.5s; /* Safari */
  transition: 0.5s;
  padding: 10px 90px;
  border-width: 4px;
} 
 
.btn-black:hover, 
.btn-black:focus, 
.btn-black:active, 
.btn-black.active, 
.open .dropdown-toggle.btn-black { 
  color: #FFFFFF; 
  background-color: #000000; 
  border-color: #000000; 
} 
 
.btn-black:active, 
.btn-black.active, 
.open .dropdown-toggle.btn-black { 
  background-image: none; 
} 
 
.btn-black.disabled, 
.btn-black[disabled], 
fieldset[disabled] .btn-black, 
.btn-black.disabled:hover, 
.btn-black[disabled]:hover, 
fieldset[disabled] .btn-black:hover, 
.btn-black.disabled:focus, 
.btn-black[disabled]:focus, 
fieldset[disabled] .btn-black:focus, 
.btn-black.disabled:active, 
.btn-black[disabled]:active, 
fieldset[disabled] .btn-black:active, 
.btn-black.disabled.active, 
.btn-black[disabled].active, 
fieldset[disabled] .btn-black.active { 
  background-color: #FFFFFF; 
  border-color: #000000; 
} 
 
.btn-black .badge { 
  color: #FFFFFF; 
  background-color: #000; 
}
/** END Buttons */

@media (max-width: 1599px){

  .mainmenu .btnCmdLink {
    padding: 4px;
    font-size: 18px;
  }  
  .mainmenu ul.dropdown-menu>li>a{
    font-size: 16px;
  }
  .mainmenu {    
    padding-top: 0px;    
  }
  .mainmenu .btnCmd {
      position: relative;      
  }
  footer .copyright .small, footer .copyright small {
      font-size: 65%;
  }

}
@media (max-width: 1279px){
  .mainmenu .btnCmdLink {      
      font-size: 16px;
  }
}
@media (max-width: 991px){
/*  .bigwrapper.scrolled{
      padding-top: 68px;
  }*/
  /**Header */
  header {
    max-height: auto;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 20px;
  }
  header:hover{
    background-color: inherit;
  }
  header .mobilemenu{
      -webkit-transform: translate3d(0px,0px,0px);
      position: relative;      
      transition: left 0.2s;
      -webkit-transition: left 0.2s;
  }
  header .mobilemenu a{
    color: #323232;
    font-size: 32px;
  }
  header .mobilemenu a.first span{
      font-size: 30px;
  }
  header .mobilemenu a.first{
      padding:20px 0px 15px 20px;
      font-size: 20px;
      text-transform: uppercase;
      text-align: left;
      font-weight: bold;
  }

  header .mobilemenu a.menulink{
    padding: 20px 0px 0px 0px;
  }
  header .mobilemenu a.menulink:hover{
    text-decoration: none;
    color: #181717;
  }
  header .mobilemenu a span.badge {
      color: #0E0E0E;
      background-color: #e7e7e7;
      border: 2px solid #0E0E0E;
      border-radius: 20px;
      padding: 4px 7px;
      font-size: 16px;
      font-weight: normal;
      position: relative;
      top: -10px;
      left: 10px;
  }

   header .mobilemenu #nav-icon3 {
      display: inline-block;
      width: 60px;
      height: 45px;
      position: relative;
      top: 10px;
      vertical-align: middle;    
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 1s ease-in-out;
      -moz-transition: 1s ease-in-out;
      -o-transition: 1s ease-in-out;
      transition: 1s ease-in-out;
      cursor: pointer;
  }
  header .mobilemenu #nav-icon3 span {
      display: block;
      position: absolute;
      height: 3px;
      width: 32px;
      background: #181717;
      border-radius: 0px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: 0.5s ease-in-out;
      -moz-transition: 0.5s ease-in-out;
      -o-transition: 0.5s ease-in-out;
      transition: 0.5s ease-in-out;
  }
  header .mobilemenu #nav-icon3 span:nth-child(1) {
    top: 0px;
  }
  header .mobilemenu #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 10px;
  }
  header .mobilemenu #nav-icon3 span:nth-child(4) {
    top: 20px;
  }
  header .mobilemenu .logo{
    position: absolute;
    left: 50%;
    margin-left: -44px;
    margin-top: 5px;
  }     
  header form.searchform{
    margin-top: 20px;
  }

  /** END Header */
  .bigwrapper.opened header{
    background: #FFFFFF;
  }
  .bigwrapper.opened header .mobilemenu #nav-icon3 span:nth-child(1) {
    top: 15px;
    width: 0%;
    left: 16px;
  }
  .bigwrapper.opened header .mobilemenu #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .bigwrapper.opened header .mobilemenu #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .bigwrapper.opened header .mobilemenu #nav-icon3 span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 16px;
  }

  .container-fluid{
    max-width: 768px;    
  }
  footer .container-fluid{
    max-width: none;
  }
  footer .copyright .left-buffer {
      margin-left: 0px;
  }
}
@media (max-width: 767px){  
  footer{
    padding-top: 20px;
  }
  footer .mobilefootermenu{
    padding:0px 10px;
  }
  footer .mobilefootermenu .panel-default {
    border: none;
    background:none;
    -webkit-box-shadow: none;
     box-shadow: none; 
  }
  footer .mobilefootermenu .panel-default>.panel-heading{
     border: none;
    background: none;
    border-bottom: 1px solid #dddddd;
    padding: 20px 0px 20px 0px;    
  }
  footer .mobilefootermenu .panel-default:last-child>.panel-heading{
    border-bottom: none;
  }
  footer .mobilefootermenu .panel-title{    
  }
  footer .mobilefootermenu .panel-body {   
      padding-left: 35px;
      border:none;
  }
  footer .mobilefootermenu .panel-group .panel-heading+.panel-collapse>.panel-body{
    border:none;
  }
}