/**
*****************************************
* Global Styles.
* Bootstrap Override.
* Header Styles.
* Banner Styles.
* Page Content.
* Footer

*****************************************
**/

/* imported styles */
@import url('revolution-slider-5.2/settings.css');
@import url('revolution-slider-5.2/captions-original.css');
@import url('revolution-slider-5.2/navigation.css');

/*@import url('revolution-slider/settings.css');
@import url('revolution-slider/layers.css');
@import url('revolution-slider/navigation.css');*/

/*-------------- Global Style ----------*/
body {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    background-color: #f5e4d4;
    padding-bottom: 40px;
 }

a {
    text-decoration: none;
    letter-spacing: .03em;
}
a:hover,
a:focus {
    outline:none;
    text-decoration: none;
}
ul {
    list-style-type:none;
    padding:0;
}
button:focus {
    outline: none;
}
h1,
h2,
h3,
h4 {
    letter-spacing: .03em;
}
p{
    letter-spacing: 0.03em;
    font-size: 14px;
    line-height: 26px;
}

p.intro{
    font-size: 18px;
    line-height: 20px;
}

.clearfix {
    clear:both;
}


.text-green{
    color: #a1d014;
}

.text-green-dark{
    color: #007121;
}


/* Overlay */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 998;
  background-color: rgba(0,0,0,0.5);
  display: none;
}

/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}
/*
.vertical-center{
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}*/

.vertical-center{
   display: flex;
  justify-content: center;
  align-items: center;
}


.site-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    display: none;
}
.site-loader .loading{
    width: 200px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -20px;
    text-align: center;
}

/*----- FontAwesome ----*/
.icon{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-paperclip:before {
  content: "\f0c6";
}

a.doc{
  background-color: #a1d014;
  color: #FFF;
  padding: 5px 10px;
}

a.doc:hover{
  background-color: #007121;
}

a.doc .icon{
  font-size: 14px;
  margin-right: 4px;
}


/*----- Bootstrap Ovverides ----*/
/*@media (min-width:540px) and (min-width: 1200px) {
    .container {
        width: 1180px;
    }
}*/
@media (min-width:541px){
    .container {
        width: 1180px;
    }

    .hidden-lg {
        display: none !important;
    }

    .hidden-xs {
      display: block !important;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }

  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }


}

@media (max-width: 540px) {
  .hidden-xs {
    display: none !important;
  }
}




/*----- Header----*/
.logo{
    display: inline-block;
}

.mainmenu-area .bloc-logo{
    padding: 0;
}


.languages-social{
    width: 150px;
}

/* Language Swither */
.polyglot-language-switcher,
.polyglot-language-switcher * {
    margin: 0;
    padding: 0;
    font-size: 11px;
    text-transform: uppercase;
    color: #FFF;
}

.polyglot-language-switcher {
    position: relative; 
    margin: 10px 0;
    margin-right: 14px;
    padding: 0; 
}

.polyglot-language-switcher ul {
    list-style: none;   
}

.polyglot-language-switcher a {
    transition: all 0.2s ease-in-out;
}

.polyglot-language-switcher img {
    margin-right: 6px;
    vertical-align: middle; 
}

/* ---------------------------------------------------------------------- */
/* Selected Locale (the trigger for the dropdown)
/* ---------------------------------------------------------------------- */
.polyglot-language-switcher > .pls-selected-locale {
    text-decoration: none;
    color: #FFF; 
    position: relative; /* for the arrow */
}

.polyglot-language-switcher > .pls-selected-locale:hover {
    color: #a1d014;
}

.polyglot-language-switcher > .pls-selected-locale:after { 
    content: " "; 
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 100%;
    margin-left: 5px;
    width: 0; 
    height: 0; 
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #FFF;
}

/* ---------------------------------------------------------------------- */
/* Language Container
/* ---------------------------------------------------------------------- */
.pls-language-container-scrollable {
    position: absolute;
    z-index: 10000;
    top: 100%;
    /*right: -26px;
    width: 93%;*/
    left: 10px;
    width: 110%;
    overflow-x: auto;
    text-align: left; 
}

.pls-language-container {
    margin-top: 10px;
    padding: 10px 0;
    border: 1px solid #ccc; 
    box-shadow: 0 1px 2px rgba(0,0,0,.08);
    background-color: #fff;
}

.pls-language-container td {
    padding: 0 4px;
    border-right: 1px solid #ccc;
    vertical-align: top;
}

.pls-language-container td:last-child {
    border-right: none;
}

.pls-language-container a {
    color: #999999; 
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    white-space: nowrap;
}

.pls-language-container a:hover {
    color: #000000;
}

.pls-language-container .pls-selected-locale {
    color: #000000;
    font-weight: bold;  
    cursor: default;
}

/* Search */
.search{
    margin-top: 0px;
}

.search a.btn-search{
    text-transform: uppercase;
    color: #FFF;
    font-size: 11px;
}

.search a.btn-search i{
    margin-right: 5px;
}

.form-search{
    position: absolute;
    top: 0;
    right: 0;
    /*padding: 0 50px;*/
    z-index: 9999;
    width:0%;
    overflow:hidden;
        
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.form-search-open{
    width:84%;
}

.searchbox{
  position: relative;
}
.form-search input, .form-search button{
    /*width:0%;
    overflow:hidden;*/
    border-radius: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    font-size: 24px;
    line-height: 120px;
    height: 120px;
    background-color: white;
    color: #333;
}

/*.form-search-open input, .form-search-open button{
  width: 100%;
}*/

.form-search input.form-control{
   padding: 0 20px;
   padding-right: 190px;
}

.form-control:focus {
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-search button{
  width: 170px;
  text-align: center;
  background-color: white;
  font-size: 40px;
  position: absolute;
  right: 0;
  top: 0;
  /*background-color: #007322;
  color: #FFF;*/
  color: #007322;
} 

.form-search button i{
     line-height: 120px;
}

.form-search button:hover{
  color: #FFF;
  color: #A1D014;
  /*background-color: #A1D014;*/
}



/* Socials */
.social{
    text-transform: uppercase;
    color: #FFF;
    font-size: 11px;
    margin-top: 10px;
    letter-spacing: -.1px
}

.social ul{
    margin: 0;
    padding: 0;
    margin-top: 5px;
}

.social ul li{
    display: inline-block;
    margin-right: 9px;
}

.social ul li:last-child{
    margin-right: 0;
}

.social ul li a{
    color: #FFF;
}

.social ul li a:hover{
    color: #a1d014;
}

.social ul li a.facebook:hover{
    color: #355089;
}

.social ul li a.youtube:hover{
    color: #CC181E;
}

.social ul li a.linkedin:hover{
    color: #008598;
}

.social ul li a.instagram:hover{
    color: #2E5E86;
}


/*====================== Banner ===============*/
.mainmenu-area .nav_main_list,
.mainmenu-area .find-advisor {
    display: inline-block;
}
.mainmenu-area.stricky-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    /*background: rgba(255, 255, 255, 0.9);*/
    background: #FFF;
}

 .mainmenu-area {
    position: relative;
    z-index: 999;

 }
 .mainmenu-area .container {
    padding: 0 50px;
    position: relative;
 }
 
/*
 .mainmenu-area .container:before {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    content: '';
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.25);
    z-index: 9;
 }*/

 .mainmenu-area nav {
    position: relative;
    /*position: absolute;*/
 }
.mainmenu-area nav .nav_main_list {
    /*border:1px solid  rgba(255, 255, 255, 0.25);*/
    /*margin:0 auto;*/
    /*height:52px !important;*/
    /*padding: 18px 0;*/
}

.mainmenu-area nav > .nav_main_list > ul > li{
    width: 150px;
}

.mainmenu-area nav > .nav_main_list > ul > li i{
    display: block;
    margin: 15px auto;
}

.mainmenu-area nav > .nav_main_list ul li a {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    text-align: center;
    padding: 0 15px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.mainmenu-area nav> .nav_main_list ul li:hover > a {
    color: #a1d014;
}


/* Sticky Fixed */
.mainmenu-area.stricky-fixed nav > .nav_main_list ul li a,
.mainmenu-area.stricky-fixed .polyglot-language-switcher > .pls-selected-locale, 
.mainmenu-area.stricky-fixed .social,
.mainmenu-area.stricky-fixed .social ul li a,
.mainmenu-area.stricky-fixed .search a
{
    color: #333;
}

.mainmenu-area.stricky-fixed nav> .nav_main_list ul li:hover > a,
.mainmenu-area.stricky-fixed .polyglot-language-switcher > .pls-selected-locale:hover,
.mainmenu-area.stricky-fixed .social ul li a:hover
{
    color: #a1d014;
}

.mainmenu-area.stricky-fixed .polyglot-language-switcher > .pls-selected-locale:after { 
    border-top: 4px solid #000;
}


.mainmenu-area.stricky-fixed .bloc-logo:after{
    content: " "; 
    height: 0; 
    background: transparent;
}


/* Sub Menu */
.mainmenu-area nav> .nav_main_list ul > li {
    position: relative;
    z-index: 99;
    /*padding: 12px 0;*/
}

.mainmenu-area nav ul li.arrow_down .fa-plus-circle {
    display: none;
}

.mainmenu-area nav> .nav_main_list ul>li .sub-menu li {
    padding: 0 20px;
    background: rgba(255, 255, 255, 1);
}
.mainmenu-area nav> .nav_main_list ul > li .sub-menu ul li:first-child a {
    padding-top: 16px;
}
.mainmenu-area nav> .nav_main_list ul>li .sub-menu li:last-child a {
    padding-bottom: 16px;
}
.mainmenu-area nav> .nav_main_list ul>li .sub-menu a:hover {
    color: #F6BB19;
    color: #242424;
    color: #000;
}
.mainmenu-area nav> .nav_main_list ul>li .sub-menu a {
    font-weight: 500;
    border-bottom: 1px solid #CCC;
    margin: 0;
    padding: 10px 0px;
    font-size: 12px;
    text-transform: none;
    color: #242424;
    color: #FFFFFF;
    color: #666;
    /*text-shadow:1px 1px 1px rgba(0, 0, 0, 0.8);*/
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.mainmenu-area nav> .nav_main_list ul>li>.sub-menu li:last-child a {
    border:none;
}


.mainmenu-area nav> .nav_main_list ul>li>.sub-menu:before {
    /*content: '';
    background: url(../img/menu-arrow.png) no-repeat;
    width: 28px;
    height: 13px;
    position: absolute;
    top: 10px;
    left: 45%;*/
    content:'';
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-bottom: solid 10px rgba(255, 255, 255, 1);
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}
.mainmenu-area nav> .nav_main_list ul>li>.sub-menu {
    position: absolute;
    /*border-top:1px solid  rgba(255, 255, 255, 0.25);*/
    width: 160px;
    padding-top: 20px;
    top: 120%;
    opacity: 0;
    visibility: hidden;
}

.mainmenu-area nav> .nav_main_list ul>li>.sub-menu.mon-parcours{
  width:200px; 
}


.mainmenu-area nav> .nav_main_list ul>li>.sub-menu ul {
    -webkit-box-shadow: 0 0 16px rgba(0,0,0, .11);
    box-shadow: 0 0 16px rgba(0,0,0, .11);
}
.mainmenu-area nav> .nav_main_list ul>li>.sub-menu-width-fix {
    width:212px;
}

/*.mainmenu-area nav>div>ul>li.arrow_down:after {
    content: '\f0d8';
    font-family: 'FontAwesome';
    position: absolute;
    bottom: 0;
    color: #fff;
    left: 0;
    width: 100%;
    font-size: 33px;
    text-align: center;
    line-height: 13px;
    display: none;
}*/
/*.mainmenu-area nav>div>ul>li.arrow_down:hover{
    background:url(../img/nav-bg.png) no-repeat bottom center;
    z-index: 9999;
}
.mainmenu-area nav>div>ul>li.arrow_down:hover:after {
    display: block;
}*/

.mainmenu-area nav> .nav_main_list ul>li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top:100%;
    left:0px;
    -webkit-transition: all 0.4s cubic-bezier(0.84, 0.35, 0.39, 0.74);
    -o-transition: all 0.4s cubic-bezier(0.84, 0.35, 0.39, 0.74);
    transition: all 0.4s cubic-bezier(0.84, 0.35, 0.39, 0.74);
}
/*
.mainmenu-area nav> .nav_main_list ul>li .sub-menu a:hover {
    
}
.mainmenu-area nav> .nav_main_list ul>li>a {
  border-right: 1px dashed rgba(255, 255, 255, 0.4);
}
.mainmenu-area nav > div > ul > li:last-child > a {
  border-right: 0px dashed rgba(255, 255, 255, 0.4);
}*/

.mainmenu-area nav> .nav_main_list ul a:hover,
.mainmenu-area nav> .nav_main_list ul a:focus {
    background: transparent;
}


/* banner customization styles */

.me-fin-banner {
    margin-top: -125px;
    background-color: #000;
}
.me-fin-banner .banner-h1 {
    font-family: 'Oleo Script', sans-serif;
    line-height: 42px;
    position: relative;
    text-align: center;
    webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); /* for chrome */
    -text-shadow:2px 2px 2px rgba(0, 0, 0, 0.5); /* for all browser*/
    text-shadow:2px 2px 2px rgba(0, 0, 0, 0.5); /* same as above*/
    -moz-text-shadow:2px 2px 2px rgba(0, 0, 0, 0.5); /* for firefox */
    -o-text-shadow:2px 2px 2px rgba(0, 0, 0, 0.5); /* for opera */
    -ms-text-shadow:2px 2px 2px rgba(0, 0, 0, 0.5); /* for ie 9+ */
    -khtml-text-shadow:2px 2px 2px rgba(0, 0, 0, 0.5);
}

.me-fin-banner .banner-h1 span{
    font-size: 48px;
}


.me-fin-banner .banner-border span {
    width:113px;
    height:3px;
    background: #f6ba18;
    display: inline-block;
}
.me-fin-banner a.banner-button {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 0.875em;
    text-transform: uppercase;
    border-radius: 3px;
    display: inline-block;
    background: #F6BA18;
    color: #282F39;
    line-height: 30px;
    padding: 8px 15px;
    transition: all .3s ease !important;
}
.me-fin-banner a.banner-button:hover {
    background: #13A0B2;
    color: #fff;
}
.me-fin-banner a.banner-button:hover i {    
    color: #fff;
    border-color: #fff;
}
.me-fin-banner a.banner-button.blue-bg {
    background: #13A0B2;
    color: #fff;
}
.me-fin-banner a.banner-button.blue-bg i {
    color: #fff;
    border-color:#21B4C5;
}
.me-fin-banner a.banner-button.blue-bg i:after {
    background: #21B4C5;
}
.me-fin-banner a.banner-button {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #282f39;
    display: inline-block;
    background: #f6ba18;
    position: relative;
    line-height: 28px;
    padding-left: 27px;
    border-radius: 3px;
    padding-right: 9px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.me-fin-banner a.banner-button i {
    padding-left: 15px;
    font-size: 1.25em;
    padding-right: 7px;
    vertical-align: middle;
    border-left: 1px solid #ffcd47;
    position: relative;
    margin-left: 20px;
    font-size: 14px;
    line-height: 28px;
}
.me-fin-banner a.banner-button i:after {
    content: '';
    width:1px;
    height:100%;
    background: #d7a41b;
    position: absolute;
    left: -2px;
    top: 0;
}
.me-fin-banner a.banner-button:hover,
.me-fin-banner a.banner-button:focus,
.me-fin-banner a.banner-button:active {
    background: #212832;
}

.me-fin-banner a.banner-button:hover i,
.me-fin-banner a.banner-button:focus i,
.me-fin-banner a.banner-button:active i {
    border-color: transparent;
}
.me-fin-banner a.banner-button:hover,
.me-fin-banner a.banner-button:focus,
.me-fin-banner a.banner-button:active,
.me-fin-banner a.banner-button:hover i,
.me-fin-banner a.banner-button:focus i,
.me-fin-banner a.banner-button:active i {
    color: #fff;

}

.me-fin-banner .banner-text p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.25em;
    color:#fff;
}



/*-------------- Homepage --------------*/
.promo{
    margin-top: 20px;
}

.rounded-shape{
    width: 139px;
    height: 139px;
    text-align: center;
    line-height: 139px;
    color: #a1d014;
    font-size: 42px;
    background: url(../img/home/rounded-shape.png) no-repeat center center;
}

.promo .text{
    /*width: 300px;*/
    margin-left: 15px;
}

.promo .text p{
    margin: 15px 0;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 30px;
    color: #007322;
}

.promo .text strong{
    font-family: 'Oleo Script', sans-serif;
    font-size: 40px; 
    line-height: 40px;
    text-transform: none;
    display: block;
}


/* News Bloc */
.news-bloc .title{
    display: table-cell;
    vertical-align: middle; 
    border: 1px solid #FFF;
    padding: 15px;
    height: 212px;
}

.news-bloc .title h4{
    font-family: 'Oleo Script', sans-serif;
    font-size: 22px; 
    color: #FFF;
    margin: 0;
}

.news-bloc .picture{
   /*border: 1px solid #FFF;*/
}

.news-bloc .picture img{
    height: 210px;
    border: 1px solid #FFF;
    margin: 0 auto;
    float: right;
}

.news-bloc .title h4 strong{
    font-family: 'Oleo Script', sans-serif;
    font-size: 30px; 
}

.working-bloc .title h4{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}

.working-bloc .title .quote{
    font-family: 'Oleo Script', sans-serif;
    font-size: 36px; 
    line-height: 36px;
    margin-top: 10px;
}

.working-bloc .title h4 span{
    font-size: 12px;
    text-transform: uppercase;
}

/*-------------- Mes Bons Plans -------------*/
.page-content .vouchers .panel{
    border: none;
    box-shadow:none;
    background: transparent;
}

.page-content .vouchers .hidden{
    display: none;
}

.page-content .vouchers .panel .panel-heading{
    padding: 20px;
    border-radius: 0;
    background: transparent;
    border-top: 1px #CCC solid;
}

.page-content .vouchers .panel:first-child .panel-heading{
    border-top: 0;
}


.page-content .vouchers .panel .panel-heading a{
    display: block;
}

.page-content .vouchers .panel .panel-heading .discount{
    font-weight: normal;
    font-size: 14px;
    color: #a1d014;
    padding: 3px 8px;
    border: 1px solid #a1d014;
    margin-left: 20px;
}

.page-content .vouchers .panel-group .panel-heading + .panel-collapse > .panel-body{
    border-top: 0;
    background: transparent;
}

.page-content .vouchers .panel .panel-heading h4{
    /*font-family: 'Oleo Script', sans-serif;*/
    color: #a1d014;
    font-weight: 600;
}

.page-content .vouchers .panel .panel-body {
    padding-right: 40px;
}

.page-content .vouchers .panel .panel-body img{
    margin-right: 15px;
    margin-bottom: 15px;
}

/*-------------- Page Gammes ------------*/
.page-content .categories .picture{
    background-color: #000;
}

/*-------------- Page Gammes Liste produits ------------*/
.page-content .gamme .gallery-filter {
    text-align: center;
    border-bottom: 1px solid #CCC;
}
.page-content .gamme .gallery-filter li {
    display: inline;
}
.page-content .gamme .gallery-filter li span {
    display: inline-block;
    font-size: 12px;
    line-height: 45px;
    color: #787878;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 20px;
    padding: 0 12px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: -0.1px;
}
.page-content .gamme .gallery-filter li.active span:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    background: #a1d014;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.page-content .gamme .gallery-filter li.active span,
.page-content .gamme .gallery-filter li:hover span {
    color: #a1d014;
}

.page-content .gamme .mix{
    display: none;
}

.page-content .gamme .mix .picture{
  position: relative;
  background-color: #FFF;
  height: 220px;
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}

.page-content .gamme .mix .picture .badge-new{
  position: absolute;
  top: -4px;
  right: -6px;
  /*width: 130px;*/
  height: 25px;
}

.page-content .gamme .mix .picture .badge-new-recipe{
  position: absolute;
  top: -4px;
  right: -6px;
  height: 28px;
}

.page-content .gamme .mix .picture .landscape{
  width: 250px;
}

.page-content .gamme .mix .picture .portrait{
  height: 197px;
}

.page-content .gamme .mix .name{
  letter-spacing: -0.5px;
  font-size: 16px;
  color: #999;
  line-height: normal;
  height: 40px;
  margin-top: 20px;
}



/*-------------- Page Produit ------------*/
.page-content .product .picture, .page-content .product .infos{
    height: 475px;
    padding: 20px;
}

.page-content .product .picture{
    background-color: #f4f3f3;
}

.page-content .product .picture h2{
    font-size: 26px;
}


.page-content .product .picture .image{
  position: relative;
}

.page-content .product .picture .image .badge-new{
  position: absolute;
  top: 0;
  right: 30px;
  height: 25px;
}

.page-content .product .picture .image .badge-new-recipe{
  position: absolute;
  top: 0;
  right: 30px;
  height: 30px;
}



.page-content .product .picture .btn{
    margin-top: 20px;
}

.page-content .product .infos p{
    font-size: 16px;
    line-height: normal;
   
}

.page-content .product .infos .description{
    height: 100px;
}

.page-content .product .infos .circle{
    width: 120px;
    height: 120px;
    text-align: center;
    background-color: #FFF;
    padding: 10px;
    border-radius: 50%;
    margin: 0 auto;
}

.page-content .product .infos .circles .circle{
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 15px;
}

.page-content .product .infos .ingredients-format{
    margin-top: 5px;
}

.page-content .product .infos .ingredients-format h4{
    color: #007121;
    font-size: 20px;
    font-family: 'Oleo Script', sans-serif;
}

.page-content .product .infos .ingredients-format h4 .icon{
    display: block;
    margin-bottom: 4px;
}

.page-content .product .infos .ingredients-format p{
    color: #FFF;
    font-size: 14px;
    line-height: normal;
}

.page-content .product .infos .ingredients-format .ingredients{
    height:125px;
    overflow:hidden;
    color: #FFF;
}


.page-content .product .accordion-group{
    border-bottom: 1px solid #FFF;
}

.page-content .product .vn-table{
    padding: 10px 20px;
}

.page-content .product .vn-table h4{
    font-size: 20px;
    font-family: 'Oleo Script', sans-serif;
}

.page-content .product .vn-table h4 i{
    margin-right: 10px;
}


.page-content .product .vn-table .accordion-inner .datas{
  padding-right: 30px;
}

.page-content .product .vn-table .accordion-inner .datas.right{
  padding-left:30px
}

.page-content .product .vn-table .accordion-inner .infos-vn{
  font-size:12px;
  line-height:18px;
  margin-top:10px;
}

.page-content .product .vn-table ul{
    margin: 15px 0;
}
.page-content .product .vn-table li{
    font-weight: bold;
    font-size: 16px;
    padding: 6px 0;
    border-top: 1px solid #FFF;
    color: #FFF;
}

.page-content .product .vn-table li span{
    font-weight: normal;
}

.page-content .product .recipe{
    height: 700px;
    padding: 30px 50px;
}

.page-content .product .recipe-picture{
     position: relative;
    padding: 0;
}

.page-content .product .recipe-picture .badge-new-recipe{
  position: absolute;
  top: -8px;
  right: -10px;
  width: 350px;
}

.page-content .product .recipe h3{
    font-size: 30px;
    font-family: 'Oleo Script', sans-serif;
    color : #f28104;
    padding-bottom: 25px;
    border-bottom: 1px solid #f28104;
    text-align: center;
    margin: 0;
}

.page-content .product .recipe h5{
    font-weight: 600;
    color : #f28104;
    text-transform: none;
    margin: 0;
    margin-top: 15px;
}

.page-content .product .recipe p{
    line-height: 20px;
    font-size: 12px;
    color : #f28104;
}


.page-content .product .recipe h4{
    font-size: 24px;
    font-family: 'Oleo Script', sans-serif;
    color : #f28104;
}

.page-content .product .recipe .ingredients p, .page-content .product .recipe .preparation p{
    color: #000;
}

.page-content .product .recipe h4.preparation{
    position: relative;
    text-align: center;
}

.page-content .product .recipe h4.preparation:before {
  background: #f28104;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}

.page-content .product .recipe h4.preparation:before {
  left: 0;
}


.page-content .product .recipe h4.preparation span{
    background-color: #fff6ee;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.page-content .product .related_products{
    padding: 15px 50px;
}

.page-content .product .related_products h4{
    font-family: 'Oleo Script', sans-serif;
    text-align: center;
    color: #FFF;
    font-size: 26px;
    margin-bottom: 20px;
}

.page-content .product .related_products .list img{
    height: 110px;
    margin: 0 15px;
}



/*-------------- Page Mes Cadeaux ---------------*/
.page-content .mes-cadeaux .cadre{
    display: table-cell;
    vertical-align: middle; 
    border: 1px solid #FFF;
    padding: 15px;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    height: 110px;
    color: #FFF;
    width: 1%;
}

.page-content .mes-cadeaux .cadre a{
    color: #FFF;
}

.page-content .mes-cadeaux .cadre a:hover{
    color: #880137;
}

.page-content .mes-cadeaux .bkg-green .cadre a:hover{
    color: #007121;
}

.page-content .mes-cadeaux .cadre strong{
    font-size: 25px; 
    font-weight: 700;
}

.page-content .mes-cadeaux .jouez p{
    color: #FFF;
}

.page-content .mes-cadeaux .jouez .btn{
    margin-top: 40px;
}


/*-------------- Page Content ----------*/
.page-content .container{
    padding-right: 50px;
    padding-left: 50px;
}

/* Breadcrumb */
.page-content ul.breadcrumb{
    padding: 0;
    margin: 0;
    background: transparent;
}

.page-content ul.breadcrumb li{
    display: inline-block;
    line-height: 40px;
    font-size: 12px;
    color: #007322;
}

.page-content ul.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #ccc;
    content: "\203A\00a0";
}

.page-content ul.breadcrumb li a{
    color: #007322;
    text-decoration: underline;
}

.page-content ul.breadcrumb li a:hover{
    color: #000000;
}

/* Backgrounds */
.bkg-green{
    background-color: #a1d014;   
}

.bkg-green-dark{
    background-color: #007121;
}

.bkg-gray{
    background-color: #efefef;
}

.bkg-gray-dark{
    background-color: #38393d;
}

.bkg-red{
    background-color: #e51804;   
}

.bkg-pink{
    background-color: #d11678;
}

.bkg-salmon{
    background-color: #fff6ee;
}



.bkg-green p, .bkg-green-dark p{
    color: #FFF;
}


/* Ma passion du metier */
.page-content .nos-valeurs a{
    color: #a1d014;
}

.page-content .chiffres-cles{
    height: 480px;
    padding: 45px 80px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 18px;
}

.page-content .chiffres-cles h3{
    font-family: 'Oleo Script', sans-serif;
    font-size: 30px;
    text-transform: none;
    margin: 0;
    margin-bottom: 20px;
}

.page-content .chiffres-cles h4{
    font-size: 46px;
    color: #FFFFFF;
    font-weight: 700;
}


.page-content .chiffres-cles .line-separator{
    height:1px;
    background:#FFF;
    border-bottom:1px solid #FFF;
    width: 50%;
    margin: 20px auto;
}




/* Mes Engagements */
.schema{
    padding: 20px 0;

}

.page-content h2{
    margin: 0;
    margin-bottom: 30px;
    font-family: 'Oleo Script', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #007121;
    text-align: center;
}

.page-content h2.text-green{
    color: #a1d014;
}

.page-content h2 .icon{
    display: block;
    margin-bottom: 20px;
    color: #a1d014;
}

.page-content h2 .icon:before, .page-content h2 .icon:after{ 
    content:'';
    display:inline-block;
    vertical-align: middle;
    width: 25px;
    height: 1px;
    background: #a1d014;
}

.page-content h2 .icon.text-green-dark{
    color: #007121;
}

.page-content h2 .icon.text-green-dark:before, .page-content h2 .icon.text-green-dark:after{ 
    background: #007121;
}

.page-content h2 .icon.text-red{
    color: #e51804;
}

.page-content h2 .icon.text-red:before, .page-content h2 .icon.text-red:after{ 
    background: #e51804;
}

.page-content h2 .icon.text-pink-dark{
    color: #880137;
}

.page-content h2 .icon.text-pink-dark:before, .page-content h2 .icon.text-pink-dark:after{ 
    background: #880137;
}


.page-content h2 .icon:before { margin-right: 5px }
.page-content h2 .icon:after { margin-left: 5px }
.page-content h2 .icon-mains::after,
.page-content h2 .icon-voiture::after,
.page-content h2 .icon-metiers::after
{ margin-left: 20px;}

.page-content .chapo{
    font-family: 'Oleo Script', sans-serif;
    font-size: 24px;
    color: #575756;
    margin: 20px 0;
}

.page-content .chapo:after{ 
    content:'';
    display: block;
    width: 125px;
    height: 1px;
    background: #575756;
    margin: 25px auto;
}


.number-circle {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color:  #8fbc07;
    color: white;
    text-align: center;
    font-size: 36px;
    margin: 20px auto;
}

.page-content h4{
    font-size: 16px;
    color: #8fbc07;
}

.page-content h5{
    font-size: 14px;
    color: #007121;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 18px;
}

.page-content .other-pages{
    margin-bottom: 30px;
}

.page-content .other-pages a{
    font-size: 14px;
    color: #575756;
    text-decoration: underline;
}

.page-content .other-pages a:hover{
    color: #000;
}

.page-content img{
    max-width: 100%;
}


ul.check i{
    margin-right: 6px;
}

.other-pages .page-link{
  border-right: 1px solid #007121;
  margin: 10px 0;
}


/* Developpement Produits */
.page-content .pourcent{
    height: 365px;
    padding: 95px 135px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 18px;
}

.page-content .pourcent h4{
    font-size: 72px;
    color: #FFFFFF;
    font-weight: 700;
}


/* RSE */
.rse .picture{
  margin-bottom: 40px;
}

.rse .picture.left{
  padding-right: 20px;
}

.rse .picture.right{
  padding-left:20px;
}


/* Historique */
.page-content .historique [class*="col-"]{
    height: 475px;
}

/*
.page-content .historique [class*="bkg-"]{
    position: relative;
    display: table;
}
*/

.page-content .historique .picture{
    background-color: #000;
} 

.page-content .historique .date{
    position: absolute;
    top: 162px;
    display: block;
    height: 150px;
    width: 150px;
    line-height: 150px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color:  #FFFFFF;
    color: #a1d014;
    text-align: center;
    z-index: 2;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.page-content .historique .bkg-gray-dark .date{
    left: -75px;
}

.page-content .historique .bkg-green .date{
    right: -75px;
}

.page-content .historique .date:after{
    content:'';
    position: absolute;
    top: 98%;
    left: 50%;
    margin-left: -15px;
    width: 0;
    height: 0;
    border-top: solid 15px #FFFFFF;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}


.page-content .historique .date h2{
    font-family: 'Raleway', sans-serif;
    color: #a1d014;
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    margin-top: 54px;
}

.page-content .historique .date h2:before{
    content:'';
    display: block;
    width: 80px;
    height: 2px;
    background: #a1d014;
    margin: 2px auto;
}

.page-content .historique .date h2:after{
    content:'';
    display: block;
    width: 60px;
    height: 2px;
    background: #a1d014;
    margin: 6px auto;
}

.page-content .historique .content{
    display: table-cell;
    vertical-align: middle;
}

.page-content .historique .content h3{
    display: inline-block;
    width: 340px;
    font-size: 24px;
    color: #FFF;
    border: 1px solid #FFFFFF;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}

.page-content .historique .content p{
    width:340px;
    color: #FFF;
    margin:0 auto;
    margin-top:30px;
}


/* Saga Publicitaire */
.saga-publicitaire{
    padding:20px 50px;  
}

.saga-publicitaire .pub{
    margin: 30px 35px;
    text-align: left;
    line-height: normal;
}

.saga-publicitaire .pub h3{
    font-size: 18px;
    color: #575756;
    padding-bottom: 6px;
    border-bottom: 1px solid #575756;
    margin-bottom: 15px;
}

.saga-publicitaire .pub img{
    margin-bottom: 25px;
}

.saga-publicitaire .pub .title{
    padding-right:30px;
    border-right:1px solid #575756;
}

.saga-publicitaire .pub h4{
    margin: 0;
    padding;: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #575756;
    line-height: 20px;
}

.saga-publicitaire .pub .description{
    padding-left:30px;
}

.saga-publicitaire .pub p{
  font-size: 16px;
  line-height: normal;
  text-align: justify;
  letter-spacing: 0;
}


/* Sponsorings / Partenariats */
.page-content .sponsorings > [class*="col-"]{
    height: 475px;
}

.page-content .sponsorings [class*="bkg-"]{
    padding: 35px 100px;
}

.page-content .homepage [class*="bkg-"], .page-content .mes-cadeaux [class*="bkg-"]
{
    padding: 25px 40px;
}

.page-content .sponsorings h2{
    color: #FFF;
    font-size: 36px;
}


/* Buttons */
a.btn, button.btn-green, input.btn-green{
    padding: 5px 25px;
    font-weight: 700;
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 0;
    margin-top: 50px;
}

a.btn span:before, a.btn span:after, button.btn span:before, button.btn span:after, input.btn span:before, input.btn span:after {
    content:'';
    display:inline-block;
    vertical-align: middle;
    width: 15px;
    height: 1px;
    background: #FFFFFF;
}

a.btn span:before, button.btn span:before, input.btn span:before{ margin-right: 5px }
a.btn span:after, button.btn span:after, input.btn span:after{ margin-left: 5px }

a.btn-green, button.btn-green, input.btn-green{
    background-color: #a1d014;
}

a.btn-green-dark{
    background-color: #007121;
}

a.btn-red{
    background-color: #e51804;
}

a.btn-pink{
    background-color: #FFFFFF;
    color: #d11678;
}

a.btn-gray{
    background-color: #575756;
}

a.btn-pink span:before, a.btn-pink span:after {
    background-color: #d11678;
}


a.btn:hover, button.btn:hover, input.btn:hover{
    background-color: #FFF;
    color: #000;
}

a.btn-green-dark:hover{
    color: #007121;
}

a.btn-green-dark:hover span:before, a.btn-green-dark:hover span:after{
    background-color: #007121;
}

a.btn-green:hover, button.btn-green:hover, input.btn-green:hover{
    color: #a1d014;
}

a.btn-green:hover span:before, a.btn-green:hover span:after, button.btn-green:hover span:before, button.btn-green:hover span:after, input.btn-green:hover span:before, input.btn-green:hover span:after{
    background-color: #a1d014;
}

a.btn-red:hover{
    color: #e51804;
}

a.btn-red:hover span:before, a.btn-red:hover span:after{
    background-color: #e51804;
}

a.btn-pink:hover{
    color: #FFF;
    background-color: #880137;
}

a.btn-pink:hover span:before, a.btn-pink:hover span:after{
    background-color: #FFF;
}

a.btn-gray:hover{
    background-color: #333;
    color: #FFF;
}
a.btn-gray:hover span:before, a.btn-gray:hover span:after{
    background-color: #FFF;
}

a.btn-green.postuler{
    margin-left: 20px;
}

a.btn-green.postuler:hover{
    background-color: #88b503;
    color: #FFF;
}

a.btn-green.more-news{
  margin: 0 40px;
}
a.btn-green.more-news:hover{
    background-color: #88b503;
    color: #FFF;
}

a.btn-green.posutler:hover span:before, a.btn-green.posutler:hover span:after{
    background-color: #FFF;
}




/* Automobile */
.page-content .sponsorings .overlay{
    position: absolute;
    width: 335px;
    top: 35px;
    right: 100px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    color: #142f1c;
    line-height: normal;
}

.page-content .sponsorings .overlay h2{
    color: #e51804;
}

.page-content .sponsorings .overlay h2 i{
    font-size: 1em;
}

.page-content .sponsorings .overlay a.btn{
    margin-top: 20px;
}


/* Causes Locales */
.page-content .causes-locales{
    padding: 20px 50px;
}

.page-content .causes-locales-blocs [class*="col-"]{
    height: 365px;
}

.page-content .causes-locales-blocs [class*="bkg-"]{
    padding: 35px 45px;
}

.page-content .causes-locales-blocs h4{
    text-transform: uppercase;
    color: #FFF;
    font-size: 30px;
    text-align: center;
}

.page-content .causes-locales-blocs p{
    font-size: 16px;
    margin-top: 40px;
    text-align: justify;
}

/* Automobile */
/* Causes Locales */
.page-content .automobile{
    padding: 20px 80px;
}

.page-content .automobile a{
    color: #e51804;
    font-weight: bold;
}

.page-content .automobile a:hover{
    text-decoration: underline;
}


/*-------------- Travaillons ensemble -------------*/
.page-content .travaillons-ensemble h2 {
    color: #FFF;
}

.page-content .travaillons-ensemble .btn{
    margin-top: 30px;
}

.page-content .jobs-list .panel{
    border: none;
    box-shadow:none;
    background: transparent;
}

.page-content .jobs-list .hidden{
    display: none;
}

.page-content .jobs-list #loader{
    display: none;
    padding: 10px 0;
}

.page-content .jobs-list .panel .panel-heading{
    border-radius: 0;
    background: transparent;
    border-top: 1px #CCC solid;
}

.page-content .jobs-list .panel:first-child .panel-heading{
    border-top: 0;
}


.page-content .jobs-list .panel .panel-heading a{
    display: block;
}

.page-content .jobs-list .panel .panel-heading .published{
    font-weight: normal;
    font-size: 13px;
    color: #666;
}

.page-content .jobs-list .panel-group .panel-heading + .panel-collapse > .panel-body{
    border-top: 0;
    background: transparent;
}

.page-content .jobs-list .panel .panel-heading h4{
    color: #575756;
    font-weight: 600;
}

.page-content .jobs-list .panel .panel-body {
    padding-right: 40px;
}

.page-content .jobs-list .panel .panel-body img{
    margin-right: 15px;
    margin-bottom: 15px;
    /*border: 2px solid #e3e3e3;*/
    -moz-box-shadow: 1px 1px 3px 1px #c0c0c0;
    -webkit-box-shadow: 1px 1px 3px 1px #c0c0c0;
    -o-box-shadow: 1px 1px 3px 1px #c0c0c0;
    box-shadow: 1px 1px 3px 1px #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=3);
}

.page-content .jobs-list .panel .panel-body a.btn{
    margin-top: 0;
}

/*-------------- Offres d'emploi -------------*/
.page-content .current-job-offer .body p{
    text-align: justify;
}

.page-content .current-job-offer h2 .published{
    font-family: 'Raleway', sans-serif; 
    font-size: 14px;
    color: #666;
    display: block;
    margin: 0;
    margin-bottom: 5px;
}


.page-content .current-job-offer .body{
    text-align: justify;
}

.page-content .current-job-offer .body ul{
    list-style-type: disc; 
    margin-left: 40px;
}


/*-------------- ActualitÃ©s -------------*/
.page-content .news-list .panel{
    border: none;
    box-shadow:none;
    background: transparent;
}

.page-content .news-list .hidden{
    display: none;
}

.page-content .news-list #loader{
    display: none;
    padding: 10px 0;
}

.page-content .news-list .panel .panel-heading{
    border-radius: 0;
    background: transparent;
    border-top: 1px #CCC solid;
}

.page-content .news-list .panel:first-child .panel-heading{
    border-top: 0;
}


.page-content .news-list .panel .panel-heading a{
    display: block;
}

.page-content .news-list .panel .panel-heading .published{
    font-weight: normal;
    font-size: 13px;
    color: #666;
}

.page-content .news-list .panel-group .panel-heading + .panel-collapse > .panel-body{
    border-top: 0;
    background: transparent;
}

.page-content .news-list .panel .panel-heading h4{
    color: #575756;
    font-weight: 600;
}

.page-content .news-list .panel .panel-body {
    padding-right: 40px;
}

.page-content .news-list .panel .panel-body img{
    margin-right: 15px;
    margin-bottom: 15px;
    /*border: 2px solid #e3e3e3;*/
    -moz-box-shadow: 1px 1px 3px 1px #c0c0c0;
    -webkit-box-shadow: 1px 1px 3px 1px #c0c0c0;
    -o-box-shadow: 1px 1px 3px 1px #c0c0c0;
    box-shadow: 1px 1px 3px 1px #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=3);
}

.page-content .news-list .panel .panel-body a.btn{
    margin-top: 0;
}


.page-content .current-news .body img{
    margin-right: 20px;
    -moz-box-shadow: 1px 1px 3px 1px #c0c0c0;
    -webkit-box-shadow: 1px 1px 3px 1px #c0c0c0;
    -o-box-shadow: 1px 1px 3px 1px #c0c0c0;
    box-shadow: 1px 1px 3px 1px #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=3);
}

.page-content .current-news .body p{
    text-align: justify;
}

.page-content .current-news h2 .published{
    font-family: 'Raleway', sans-serif; 
    font-size: 14px;
    color: #666;
    display: block;
    margin: 0;
    margin-bottom: 5px;
}




/*-------------- Espace Presse -------------*/
.page-content .travaillons-ensemble .btn{
    margin-top: 30px;
}

.page-content .press-list .panel{
    border: none;
    box-shadow:none;
    background: transparent;
}

.page-content .press-list .hidden{
    display: none;
}

.page-content .press-list #loader{
    display: none;
    padding: 10px 0;
}

.page-content .press-list .panel .panel-heading{
    border-radius: 0;
    background: transparent;
    border-top: 1px #CCC solid;
}

.page-content .press-list .panel:first-child .panel-heading{
    border-top: 0;
}


.page-content .press-list .panel .panel-heading a{
    display: block;
}

.page-content .press-list .panel .panel-heading .published{
    font-weight: normal;
    font-size: 13px;
    color: #666;
}

.page-content .press-list .panel-group .panel-heading + .panel-collapse > .panel-body{
    border-top: 0;
    background: transparent;
}

.page-content .press-list .panel .panel-heading h4{
    color: #575756;
    font-weight: 600;
}

.page-content .press-list .panel .panel-body {
    padding-right: 40px;
}

.page-content .press-list .panel .panel-body img{
    margin-right: 15px;
    margin-bottom: 15px;
    /*border: 2px solid #e3e3e3;*/
    -moz-box-shadow: 1px 1px 3px 1px #c0c0c0;
    -webkit-box-shadow: 1px 1px 3px 1px #c0c0c0;
    -o-box-shadow: 1px 1px 3px 1px #c0c0c0;
    box-shadow: 1px 1px 3px 1px #c0c0c0;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#c0c0c0, Direction=134, Strength=3);
}

.page-content .press-list .panel .panel-body a.btn{
    margin-top: 0;
}


/*-------------- Offres d'emploi -------------*/
.page-content .current-press-release .body p{
    text-align: justify;
}

.page-content .current-press-release h2 .published{
    font-family: 'Raleway', sans-serif; 
    font-size: 14px;
    color: #666;
    display: block;
    margin: 0;
    margin-bottom: 5px;
}

.page-content .current-press-release .body{
    text-align: justify;
}

.page-content .current-press-release .body ul{
    list-style-type: disc; 
    margin-left: 40px;
}



/*-------------- Nos metiers -------------*/
.cd-img-replace {
  /* replace text with background images */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.works-wrapper {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  width: 100%;
  /*max-width: 450px;*/
}

.cd-single-point {
  position: absolute;
  border-radius: 50%;
}
.cd-single-point > a {
  position: relative;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: inherit;
  background: #d95353;
  background: #d4518f;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.cd-single-point > a.small {
  width: 30px;
  height: 30px;
}

.cd-single-point > a::after, .cd-single-point > a:before {
  /* rotating plus icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.cd-single-point > a::after {
  height: 2px;
  width: 12px;
}
.cd-single-point > a::before {
  height: 12px;
  width: 2px;
}

.cd-single-point > a.small::after {
  height: 2px;
  width: 10px;
}
.cd-single-point > a.small::before {
  height: 10px;
  width: 2px;
}

.cd-single-point::after {
  /* this is used to create the pulse animation */
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  background-color: transparent;
  -webkit-animation: cd-pulse 2s infinite;
  -moz-animation: cd-pulse 2s infinite;
  animation: cd-pulse 2s infinite;
}
.cd-single-point:nth-of-type(1) {
  top: 132px;
  left: 126px;
  left: 172px;
  top: 167px;
}
.cd-single-point:nth-of-type(2) {
  left: 126px;
  top: 835px;
}
.cd-single-point:nth-of-type(3) {
  left: 122px;
  top: 1075px;
  left: 126px;
  top: 1075px;
}
.cd-single-point:nth-of-type(4) {
  top: 885px;
  left: 322px;
}
.cd-single-point:nth-of-type(5) {
  top: 1335px;
  left: 347px;
}
.cd-single-point:nth-of-type(6) {
  top: 1355px;
  left: 875px;
}

.cd-single-point:nth-of-type(7) {
  top: 263px;
  left: 360px;
}



.cd-single-point.is-open > a {
  background-color: #d4518f;
}
.cd-single-point.is-open > a::after, .cd-single-point.is-open > a::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(135deg);
  transform: translateX(-50%) translateY(-50%) rotate(135deg);
}
.cd-single-point.is-open::after {
  /* remove pulse effect */
  display: none;
}
.cd-single-point.is-open .cd-more-info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.cd-single-point.visited > a {
  background-color: #475f74;
}
.cd-single-point.visited::after {
  /* pulse effect no more active on visited elements */
  display: none;
}

@media only screen and (min-width: 600px) {
  .cd-single-point.is-open .cd-more-info.cd-left {
    right: 140%;
  }
  .cd-single-point.is-open .cd-more-info.cd-right {
    left: 140%;
  }
  .cd-single-point.is-open .cd-more-info.cd-top {
    bottom: 140%;
  }
  .cd-single-point.is-open .cd-more-info.cd-bottom {
    top: 140%;
  }
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -moz-transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  50% {
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0.8);
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    box-shadow: inset 0 0 1px 1px rgba(217, 83, 83, 0);
  }
}


.cd-single-point .cd-more-info {
  font-family: 'Raleway', sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  text-align: left;
  line-height: 1.5;
  background-color: rgba(204, 204, 204, 1);
  padding: 2em 1em 1em;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
}
.cd-single-point .cd-more-info::before {
  /* triangle next to the interest point description - hidden on mobile */
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  display: none;
  border: 12px solid transparent;
}

.cd-single-point .cd-more-info img{
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
  width: 250px;
}
.cd-single-point .cd-more-info h4 {
  font-size: 16px;
  margin-bottom: 20px;
  color: #FFF;
  font-weight: 700;
}
.cd-single-point .cd-more-info p {
  color: #575756;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
}


@media only screen and (min-width: 600px) {
  .cd-single-point .cd-more-info {
    position: absolute;
    width: 600px;
    height: auto;
    padding: 25px;
    overflow-y: visible;
    /*line-height: 1.4;
    border-radius: 0.25em;*/
    /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);*/
  }
  .cd-single-point .cd-more-info::before {
    display: block;
  }
  .cd-single-point .cd-more-info.cd-left, .cd-single-point .cd-more-info.cd-right {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-single-point .cd-more-info.cd-left::before, .cd-single-point .cd-more-info.cd-right::before {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-single-point .cd-more-info.cd-left {
    right: 160%;
    left: auto;
  }
  .cd-single-point .cd-more-info.cd-left::before {
    border-left-color: rgba(204, 204, 204, 1);
    left: 100%;
  }
  .cd-single-point .cd-more-info.cd-right {
    left: 160%;
  }
  .cd-single-point .cd-more-info.cd-right::before {
    border-right-color: rgba(204, 204, 204, 1);
    right: 100%;
  }
  .cd-single-point .cd-more-info.cd-top, .cd-single-point .cd-more-info.cd-bottom {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cd-single-point .cd-more-info.cd-top::before, .cd-single-point .cd-more-info.cd-bottom::before {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cd-single-point .cd-more-info.cd-top {
    bottom: 160%;
    top: auto;
  }
  .cd-single-point .cd-more-info.cd-top::before {
    border-top-color: rgba(204, 204, 204, 1);
    top: 100%;
  }
  .cd-single-point .cd-more-info.cd-bottom {
    top: 160%;
  }
  .cd-single-point .cd-more-info.cd-bottom::before {
    border-bottom-color: rgba(204, 204, 204, 1);
    bottom: 100%;
  }
  
  /*.cd-single-point .cd-more-info h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .cd-single-point .cd-more-info p {
    font-size: 14px;
    font-size: 0.875rem;
  }*/
}

/* close the interest point description - only on mobile */
.cd-close-info {
  position: fixed;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
}
.cd-close-info::after, .cd-close-info:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background-color: #475f74;
  background-color: #d55290;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.cd-close-info::after {
  height: 2px;
  width: 16px;
}
.cd-close-info::before {
  height: 16px;
  width: 2px;
}
@media only screen and (min-width: 600px) {
  .cd-close-info {
    display: none;
  }
}




/*-------------- Nos mÃ©tiers (mobile) -------------*/
.works{
  padding: 20px;
}

.works .img-responsive{
  margin: 10px auto;
}

.works .testimonial h4{
  text-align: left;
  font-size: 16px;
  margin-bottom: 20px;
  color: #575756;
  font-weight: 700;
}

.works .testimonial img{
  display: none;
  /*width: 250px;*/
}

.works .testimonial img.show{
  display: block;
  margin: 20px auto;
}


.works .testimonial p {
  color: #575756;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}

.works .testimonial a{
  color: #2c8342;
  text-decoration: underline;
  display: block;
}


/*-------------- Contact -------------*/
.page-content .contact .text-muted{
    font-size: 12px;
}

.page-content .contact input, .page-content .contact select, .page-content .contact textarea{
    display: block;
    width: 100%;
    border: none;
    background-color: #FFF;
    padding: 4px 10px;
}

.page-content .contact input.radio{
    display: inline-block;
    width: auto;
    margin-left: 10px;
    margin-right: 30px;
}

.page-content .contact textarea{
    height: 130px;
 }

.page-content .contact button{
    margin-top: 0;
}

.page-content .contact button:hover, .page-content .contact input.btn:hover{
    background-color: #000;
    color: #FFF;
}

.page-content .contact button:hover span:after, .page-content .contact button:hover span:before, .page-content .contact input.btn:hover span:after, .page-content .contact input.btn:hover span:before{
    background-color: #FFF;
}

.page-content .contact input.btn-green{
   margin-top: 0;
   display: inline-block;
   background-color: #A1D014; 
   width: auto
}


.page-content .contact .form-group{
    text-align: left;
}

.page-content .contact label.error{
    color: #CC0000;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0;
    margin-left: 12px;
}

.page-content .contact .coords{
    margin-top: 30px;
    text-align: left;
    color: #575756;
    font-size: 14px;
}

.page-content .contact .coords [class^="col-"]{
    border-left: 1px solid #575756;
    margin-left: 15px;
}


/* Attachement */
input[type=file] {
    position: absolute;
    filter: alpha(opacity=0);
    opacity: 0;
}
label.file {
  border: 1px solid #CCC;
  border-radius: 3px;
  text-align: left;
  padding: 10px;
  width: 100%;
  margin: 0;
  left: 0;
  position: relative;
}
label.file {
  text-align: center;
  left: 0;
  top: 0;
  /* Decorative */
  background: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}
label.file:hover {
  background: #3399ff;
}


/*-------------- Search Result --------------*/
.page-content .search-result .picture{
  position: relative;
  background-color: #FFF;
  height: 240px;
  /*display: table-cell;
  vertical-align: middle;
  width: 1%;*/
  overflow: hidden;
}

.page-content .search-result .picture .landscape{
  width: 250px;
}

.page-content .search-result .picture .portrait{
  height: 250px;
}

.page-content .search-result .name{
  font-size: 16px;
  color: #999;
  line-height: normal;
  margin-top: 20px;
  height: 60px;
  overflow: hidden;
}


.page-content .search-result .pages .name{
  height: 40px;
}



/*-------------- Mentions LÃ©gales --------------*/
.page-content .mentions-legales h3{
    color: #a1d014;
}

.page-content .mentions-legales p{
    text-align: justify;
}

.page-content .mentions-legales a{
    color: #000;
    text-decoration: underline;
}


/*-------------- Sitemap ----------*/
#primaryNav li {
    width:25%;
}

#primaryNav li ul li {
    width:100% !important;
}

#primaryNav.col1 li { width:99.9%; }
#primaryNav.col2 li { width:50.0%; }
#primaryNav.col3 li { width:33.3%; }
#primaryNav.col4 li { width:25.0%; }
#primaryNav.col5 li { width:20.0%; }
#primaryNav.col6 li { width:16.6%; }
#primaryNav.col7 li { width:14.2%; }
#primaryNav.col8 li { width:12.5%; }
#primaryNav.col9 li { width:11.1%; }
#primaryNav.col10 li { width:10.0%; }

/* -------- Top Level --------- */

#primaryNav {
    margin: 0;
    float: left;
    width: 100%;
}
#primaryNav #home {
    display: block;
    float: none;
    background: #efefef url('../img/sitemap/L1-left.png') center bottom no-repeat;
    position: relative;
    z-index: 2;
    padding: 0 0 30px 0;
}
#primaryNav li {
    float: left;
    background: url('../img/sitemap/L1-center.png') center top no-repeat;
    padding: 30px 0;
    margin-top: -30px;
}
#primaryNav li a {
    margin: 0 20px 0 0;
    padding: 10px 0;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: black;   
    background: #c3eafb url('../img/sitemap/white-highlight.png') top left repeat-x;
    border: 2px solid #b5d9ea;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; 
    -moz-box-shadow: rgba(0,0,0,0.5) 2px 2px 2px; /* FF 3.5+ */ 
}
#primaryNav li a:hover {
    background-color: #e2f4fd;
    border-color: #97bdcf;
}
#primaryNav li:last-child {
    background: url('../img/sitemap/L1-right.png') center top no-repeat;
}
#primaryNav a:link:before,
#primaryNav a:visited:before {
    content: " "attr(title)" ";
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 5px;
    word-wrap: break-word;
}
#primaryNav li a:link:before,
#primaryNav li a:visited:before {
    color: #78a9c0;
}

/* -------- Second Level --------- */

#primaryNav li li {
    width: 100%;
    clear: left;
    margin-top: 0;
    padding: 10px 0 0 0;
    background: url('../img/sitemap/vertical-line.png') center bottom repeat-y;
}
#primaryNav li li a {
    background-color: #cee3ac;
    border-color: #b8da83;
}
#primaryNav li li a:hover {
    border-color: #94b75f;
    background-color: #e7f1d7;
}
#primaryNav li li:first-child {
    padding-top: 30px;
}
#primaryNav li li:last-child {
    background: url('../img/sitemap/vertical-line.png') center bottom repeat-y;
}
#primaryNav li li a:link:before,
#primaryNav li li a:visited:before {
    color: #8faf5c;
}

/* -------- Third Level --------- */

#primaryNav li li ul {
    margin: 10px 0 0 0;
    width: 100%;
    float: right;
    padding: 9px 0 10px 0;
    background: #ffffff url('../img/sitemap/L3-ul-top.png') center top no-repeat;
}
#primaryNav li li li {
    background: url('../img/sitemap/L3-center.png') left center no-repeat;
    padding: 5px 0;
}
#primaryNav li li li a {
    background-color: #fff7aa;
    border-color: #e3ca4b;
    font-size: 12px;
    padding: 5px 0;
    width: 80%;
    float: right;
}
#primaryNav li li li a:hover {
    background-color: #fffce5;
    border-color: #d1b62c;
}
#primaryNav li li li:first-child {
    padding: 15px 0 5px 0;
    background: url('../img/sitemap/L3-li-top.png') left center no-repeat;
}
#primaryNav li li li:last-child {
    background: url('../img/sitemap/L3-bottom.png') left center no-repeat;
}
#primaryNav li li li a:link:before,
#primaryNav li li li a:visited:before {
    color: #ccae14;
    font-size: 9px;
}

.sitemap{ 
  padding:20px 50px; 
}

.sitemap > ul > li{
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
  font-weight: 600;
}

.sitemap > ul > li:last-child{
  border-bottom: none;
}

.sitemap > ul > li .fa{
  margin-right: 10px;
}

.sitemap > ul a:hover{
  text-decoration: underline;
}

.sitemap > ul > li > a{
  color: #a1d014;
}

.sitemap > ul > li > ul{
  margin-top: 15px;
}

.sitemap > ul > li > ul > li{
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  margin-left: 30px;
  list-style: disc;
}

.sitemap > ul > li > ul > li > a{
  color: #333;
}



/*-------------- Cookies ----------*/
#cookie_directive_container {
  display: none;
}

#cookie_directive_container {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  height: 40px;
  padding: 10px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 200;
  bottom: 0;
  position: fixed;
}


#cookie_directive_container ul li {
  display: inline;
  padding-left: 15px;
  padding-right: 15px;
  font-size:12px;
}

#cookie_accept a {
  background-color: #a1d014;
  color: #FFF;
  padding: 4px 10px;
  text-decoration: none;
  border-radius:3px;  
}

#cookies_used a {
  background-color: #666;
  color: #FFF;
  padding: 4px 10px;
  text-decoration: none;
  border-radius:3px;  
}



/*-------------- Footer ----------*/
footer .container{
    padding: 15px 50px;
}

footer .fast-link{
    margin: 15px;
}

footer .fast-link a{
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #000;
    margin: 0 5px;
    font-weight: 700;
}

footer .fast-link a:hover{
    background-color: #000;
    color: #FFF;
}

footer .sitemap a{
    font-size: 10px;
    font-weight: 700;
    color: #000;
    margin: 0 2px;
}

footer .sitemap a:hover{
    text-decoration: underline;
}