/*
    UCA - Theme
    Author : M3KOD
    URL : http://m3kod.com/
    Version : 1.0
*/
img {
    max-width: 100%;
}
.page-content img{
    height: auto !important;
}
/* Base */
/* line 27, ../scss/base/_variables.scss */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 33, ../scss/base/_variables.scss */
.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  /* line 38, ../scss/base/_variables.scss */
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  /* line 44, ../scss/base/_variables.scss */
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  /* line 50, ../scss/base/_variables.scss */
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/* line 1, ../scss/base/_base.scss */
h1 {
  font-family: 'TungstenCondensed-Semibold';
  padding: 0 0 5px;
  margin: 10px 0;
  font-size: 50px;
  line-height: 40px;
}

/* line 8, ../scss/base/_base.scss */
h2 {
  font-family: 'TungstenCondensed-Semibold';
  padding: 0 0 5px;
  margin: 10px 0;
  font-size: 35px;
  line-height: 30px;
}

/* line 15, ../scss/base/_base.scss */
h3 {
  font-family: 'Tungsten-Book';
  padding: 0 0 5px;
  margin: 10px 0;
  font-size: 30px;
  line-height: 30px;
}

/* line 22, ../scss/base/_base.scss */
h4 {
  font-family: 'Tungsten-Book';
  padding: 0 0 5px;
  margin: 10px 0;
  font-size: 50px;
  font-size: 25px;
  line-height: 30px;
}

/* line 30, ../scss/base/_base.scss */
h5 {
  font-family: 'Tungsten-Medium';
  padding: 0 0 5px;
  margin: 10px 0;
  font-size: 50px;
  font-size: 20px;
  line-height: 20px;
}

/* line 38, ../scss/base/_base.scss */
h6 {
  font-family: 'Tungsten-Medium';
  padding: 0 0 5px;
  margin: 10px 0;
  font-size: 18px;
  line-height: 20px;
}

/* line 46, ../scss/base/_base.scss */
a {
  color: #3c3c38;
  text-decoration: underline;
}
/* line 49, ../scss/base/_base.scss */
a:hover {
  color: #000000;
  text-decoration: none;
}

/* line 55, ../scss/base/_base.scss */
p a {
  color: #a54f25 !important;
}

/* line 59, ../scss/base/_base.scss */
hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 1px solid #626262;
  display: inline-block;
  width: 100%;
}

/* line 67, ../scss/base/_base.scss */
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 30px;
  padding: 5px;
}

/* line 72, ../scss/base/_base.scss */
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-decoration: none;
}
/* line 75, ../scss/base/_base.scss */
.btn .fa {
  margin-right: 10px;
}

/* line 79, ../scss/base/_base.scss */
.btn-primary {
  background-color: #16abb1;
  text-decoration: none;
  color: #fff;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* line 85, ../scss/base/_base.scss */
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #1ac8cf;
}

/* line 89, ../scss/base/_base.scss */
.social-share {
  display: inline-block;
  text-align: right;
  margin: 15px 0;
  width: 100%;
}
/* line 96, ../scss/base/_base.scss */
.social-share .facebook,
.social-share .twitter,
.social-share .google-plus {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: #fff !important;
  margin: 0 0px;
  min-width: 108px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
/* line 109, ../scss/base/_base.scss */
.social-share .facebook {
  background-color: #3b5998;
}
/* line 112, ../scss/base/_base.scss */
.social-share .twitter {
  background-color: #00abf0;
}
/* line 115, ../scss/base/_base.scss */
.social-share .google-plus {
  background-color: #4d4f52;
}

/* line 119, ../scss/base/_base.scss */
.navbar-collapse.in {
  overflow-y: auto;
  position: fixed;
  z-index: 100;
  width: 100%;
  max-height: inherit;
  left: 0;
  top: 52px;
  bottom: 0;
  z-index: 1;
  background-color: #e7e7e7;
}

/* Layouts */
/* line 1, ../scss/layouts/_nav.scss */
.navbar-fullwidth {
  float: left;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  /* line 1, ../scss/layouts/_nav.scss */
  .navbar-fullwidth {
    display: none;
  }
}

/* line 9, ../scss/layouts/_nav.scss */
.header-menu {
  width: 100%;
  min-height: 50px;
  float: left;
  line-height: 50px;
  font-size: 12px;
  z-index: 100;
  position: relative;
}
/* line 17, ../scss/layouts/_nav.scss */
.header-menu.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 100;
}
/* line 24, ../scss/layouts/_nav.scss */
.header-menu.fixed .header-bottom .menu li {
  height: 50px;
  line-height: 50px;
  font-size: 25px;
}
/* line 28, ../scss/layouts/_nav.scss */
.header-menu.fixed .header-bottom .menu li .sub-menu {
  top: 50px;
}
/* line 30, ../scss/layouts/_nav.scss */
.header-menu.fixed .header-bottom .menu li .sub-menu li {
  font-family: 'proxima_nova_rgregular';
  font-size: 12px;
  line-height: 20px;
  height: auto;
  text-align: left;
}

/* line 46, ../scss/layouts/_nav.scss */
a.haschild {
  background-image: url(../img/menu-haschild.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center right;
}

/* Menu header top */
/* line 54, ../scss/layouts/_nav.scss */
.header-top .menu {
  margin: 0;
  padding: 0;
  float: left;
}
/* line 58, ../scss/layouts/_nav.scss */
.header-top .menu li {
  float: left;
  padding: 0 15px;
  margin: 15px 0;
  height: 20px;
  list-style: none;
  border-right: 1px solid #ededed;
  line-height: 20px;
}
/* line 66, ../scss/layouts/_nav.scss */
.header-top .menu li.first {
  padding: 0 15px 0 0;
}
/* line 69, ../scss/layouts/_nav.scss */
.header-top .menu li.last {
  padding: 0 0 0 15px;
  border-right: 0;
}
/* line 73, ../scss/layouts/_nav.scss */
.header-top .menu li a {
  text-decoration: none;
}
/* line 75, ../scss/layouts/_nav.scss */
.header-top .menu li a:hover {
  color: #ededed;
}

/* Menu header bottom */
/* line 84, ../scss/layouts/_nav.scss */
.header-bottom .menu {
  margin: 0;
  padding: 0;
  float: left;
  display: table!important;
  table-layout: fixed;
}
/* line 90, ../scss/layouts/_nav.scss */
.header-bottom .menu li {
  display: inline-block;
  float: left;
  text-transform: uppercase;
  padding: 0 20px;
  margin: 0;
  height: 75px;
  list-style: none;
  border-right-width: 1px;
  border-right-style: solid;
  font-family: 'TungstenCondensed-Semibold';
  text-align: center;
  line-height: 75px;
  position: relative;
  font-size: 28px;
}
/* line 105, ../scss/layouts/_nav.scss */
.header-bottom .menu li.first {
  border-left-width: 1px;
  border-left-style: solid;
  width: 70px;
}
/* line 113, ../scss/layouts/_nav.scss */
.header-bottom .menu li a {
  text-decoration: none;
  float: left;
  width: 100%;
}
/* line 117, ../scss/layouts/_nav.scss */
.header-bottom .menu li a:hover {
  color: #000;
}
/* line 121, ../scss/layouts/_nav.scss */
.header-bottom .menu li .sub-menu {
  display: none;
  position: absolute;
  top: 75px;
  width: 220px;
  padding: 0;
  left: 0;
}
/* line 128, ../scss/layouts/_nav.scss */
.header-bottom .menu li .sub-menu li {
  width: 100%;
  float: left;
  border-right: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 5px 10px;
  margin: 0;
  font-family: 'proxima_nova_rgregular';
  font-size: 12px;
  line-height: 20px;
  height: auto;
  text-align: left;
  position: relative;
}
/* line 145, ../scss/layouts/_nav.scss */
.header-bottom .menu li .sub-menu li ul {
  background-color: #3c3c38;
  color: #d7d7d7;
  display: none;
  position: absolute;
  top: -1px;
  left: 220px;
  width: 220px;
  padding: 0;
  margin: 0;
  z-index: 1;
}
/* line 157, ../scss/layouts/_nav.scss */
.header-bottom .menu li .sub-menu li ul li a {
  color: #d7d7d7;
}
/* line 159, ../scss/layouts/_nav.scss */
.header-bottom .menu li .sub-menu li ul li a:hover {
  color: #fff;
}
/* line 166, ../scss/layouts/_nav.scss */
.header-bottom .menu li .sub-menu li:hover {
  background-color: #3c3c38;
}
/* line 168, ../scss/layouts/_nav.scss */
.header-bottom .menu li .sub-menu li:hover a {
  color: #d7d7d7;
}
/* line 171, ../scss/layouts/_nav.scss */
.header-bottom .menu li .sub-menu li:hover ul {
  display: block;
}
/* line 178, ../scss/layouts/_nav.scss */
.header-bottom .menu li:hover .sub-menu {
  display: block;
}

/* line 185, ../scss/layouts/_nav.scss */
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  display: none;
}
@media (max-width: 767px) {
  /* line 185, ../scss/layouts/_nav.scss */
  .navbar-default {
    display: block;
    margin: 0;
  }
}
/* line 193, ../scss/layouts/_nav.scss */
.navbar-default .navbar-brand {
  color: #FFF;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
/* line 199, ../scss/layouts/_nav.scss */
.navbar-default .navbar-toggle {
  background-color: #ffffff;
  margin-right: 0;
}
/* line 203, ../scss/layouts/_nav.scss */
.navbar-default li > a {
  color: #3c3c38 !important;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
  font-family: 'Tungsten-Bold';
}
/* line 209, ../scss/layouts/_nav.scss */
.navbar-default li > a:hover {
  background-color: #3c3c38 !important;
  color: #fff !important;
}
/* line 214, ../scss/layouts/_nav.scss */
.navbar-default .navbar-logo {
  height: 45px;
  margin: 2px 0px;
}
/* line 221, ../scss/layouts/_nav.scss */
.navbar-default .navbar-collapse .lang-list {
  width: 100%;
  float: left;
  height: auto;
  text-align: center;
  padding: 0;
  z-index: 10;
}
/* line 228, ../scss/layouts/_nav.scss */
.navbar-default .navbar-collapse .lang-list a {
  color: #3c3c38 !important;
  display: inline-block;
  margin: 2px 5px;
  opacity: 0.8;
}
/* line 233, ../scss/layouts/_nav.scss */
.navbar-default .navbar-collapse .lang-list a:hover, .navbar-default .navbar-collapse .lang-list a.active {
  opacity: 1;
}
/* line 237, ../scss/layouts/_nav.scss */
.navbar-default .navbar-collapse .lang-list p {
  margin: 5px 0;
  padding: 0;
  line-height: 20px;
}
/* line 243, ../scss/layouts/_nav.scss */
.navbar-default .navbar-collapse .login-list {
  width: 100%;
  float: left;
  height: auto;
  text-align: center;
  padding: 0 0 20px;
  z-index: 10;
}
/* line 250, ../scss/layouts/_nav.scss */
.navbar-default .navbar-collapse .login-list a {
  color: #3c3c38 !important;
  float: left;
  width: 100%;
  margin: 2px 0;
  opacity: 0.8;
}
/* line 256, ../scss/layouts/_nav.scss */
.navbar-default .navbar-collapse .login-list a:hover, .navbar-default .navbar-collapse .login-list a.active {
  opacity: 1;
}
/* line 259, ../scss/layouts/_nav.scss */
.navbar-default .navbar-collapse .login-list a img {
  width: 80%;
  margin: 0 5%;
}
/* line 264, ../scss/layouts/_nav.scss */
.navbar-default .navbar-collapse .login-list p {
  margin: 5px 0;
  padding: 0;
  line-height: 20px;
}

/* line 1, ../scss/layouts/_header.scss */
.header-cockies {
  background: #363636;
  color: #d7d7d7;
  width: 100%;
  min-height: 35px;
  float: left;
  line-height: 35px;
  font-size: 12px;
}
/* line 9, ../scss/layouts/_header.scss */
.header-cockies .close {
  float: right;
  margin-top: 10px;
}
/* line 12, ../scss/layouts/_header.scss */
.header-cockies .close img {
  float: left;
}
/* line 16, ../scss/layouts/_header.scss */
.header-cockies a {
  color: #d7d7d7;
}
/* line 18, ../scss/layouts/_header.scss */
.header-cockies a:hover {
  color: #d7d7d7;
}
@media (max-width: 990px) {
  /* line 1, ../scss/layouts/_header.scss */
  .header-cockies {
    line-height: 20px;
  }
}

/* line 27, ../scss/layouts/_header.scss */
.header-top {
  background-color: #3c3c38;
  width: 100%;
  min-height: 50px;
}

/* line 32, ../scss/layouts/_header.scss */
.header-bottom {
  width: 100%;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

/* Modules */
/* line 39, ../scss/layouts/_header.scss */
.modules {
  padding: 0;
  /* Module search */
  /* separator */
  /* Module login */
  /* Module lang */
}
/* line 42, ../scss/layouts/_header.scss */
.modules .module-search {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  float: right;
  height: 22px;
  margin: 15px 0 0;
}
/* line 48, ../scss/layouts/_header.scss */
.modules .module-search input {
  background-color: #3c3c38;
  float: left;
  height: 19px;
  border: 0;
  line-height: 19px;
  font-style: italic;
  padding: 0 4px;
}
/* line 57, ../scss/layouts/_header.scss */
.modules .module-search button {
  background-color: #3c3c38;
  border: 0;
  height: 23px;
  line-height: 20px;
  float: left;
  font-size: 17px;
}
/* line 67, ../scss/layouts/_header.scss */
.modules .sep {
  width: 1px;
  float: right;
  height: 20px;
  margin: 15px 20px;
  background-color: #ededed;
}
/* line 75, ../scss/layouts/_header.scss */
.modules .module-login {
  float: right;
  height: 35px;
  margin: 15px 0 0;
  position: relative;
}
/* line 80, ../scss/layouts/_header.scss */
.modules .module-login a {
  float: left;
  width: 100%;
  line-height: 20px;
  text-decoration: none;
}
/* line 85, ../scss/layouts/_header.scss */
.modules .module-login a .icon-left {
  float: left;
  margin-right: 10px;
  font-size: 17px;
}
/* line 90, ../scss/layouts/_header.scss */
.modules .module-login a .icon-right {
  float: right;
  margin-left: 10px;
  font-size: 14px;
  margin-top: 3px;
}
/* line 96, ../scss/layouts/_header.scss */
.modules .module-login a:hover {
  color: #ededed;
}
/* line 100, ../scss/layouts/_header.scss */
.modules .module-login .login-list {
  background-color: #3C3C38;
  position: absolute;
  top: 28px;
  right: -20px;
  width: 230px;
  text-align: center;
  padding: 10px;
  z-index: 10;
  display: none;
}
/* line 110, ../scss/layouts/_header.scss */
.modules .module-login .login-list a {
  float: left;
  width: 100%;
  margin: 2px 0;
  opacity: 0.8;
}
/* line 115, ../scss/layouts/_header.scss */
.modules .module-login .login-list a:hover, .modules .module-login .login-list a.active {
  opacity: 1;
}
/* line 118, ../scss/layouts/_header.scss */
.modules .module-login .login-list a img {
  float: left;
  width: 100%;
}
/* line 123, ../scss/layouts/_header.scss */
.modules .module-login .login-list p {
  margin: 5px 0;
  padding: 0;
}
/* line 129, ../scss/layouts/_header.scss */
.modules .module-login:hover .login-list {
  display: block;
}
/* line 135, ../scss/layouts/_header.scss */
.modules .module-lang {
  float: right;
  height: 35px;
  margin: 15px 0 0;
  position: relative;
}
/* line 140, ../scss/layouts/_header.scss */
.modules .module-lang a {
  float: left;
  width: 100%;
  line-height: 20px;
  text-decoration: none;
}
/* line 145, ../scss/layouts/_header.scss */
.modules .module-lang a .icon-right {
  float: right;
  margin-left: 10px;
  font-size: 14px;
  margin-top: 3px;
}
/* line 151, ../scss/layouts/_header.scss */
.modules .module-lang a:hover {
  color: #ededed;
}
/* line 155, ../scss/layouts/_header.scss */
.modules .module-lang .lang-list {
  background-color: #3C3C38;
  position: absolute;
  top: 28px;
  right: 0;
  width: 65px;
  text-align: center;
  padding: 10px;
  z-index: 10;
  display: none;
}
/* line 165, ../scss/layouts/_header.scss */
.modules .module-lang .lang-list a {
  float: left;
  width: 100%;
  margin: 2px 0;
  opacity: 0.5;
}
/* line 170, ../scss/layouts/_header.scss */
.modules .module-lang .lang-list a:hover, .modules .module-lang .lang-list a.active {
  opacity: 1;
}
/* line 176, ../scss/layouts/_header.scss */
.modules .module-lang:hover .lang-list {
  display: block;
}

/* line 183, ../scss/layouts/_header.scss */
.home-carousel .item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  float: left;
  height: 385px;
}
/* line 190, ../scss/layouts/_header.scss */
.home-carousel .item .item-content {
  background-image: url(../img/bg-transparant-2.png);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  height: 120px;
}
/* line 198, ../scss/layouts/_header.scss */
.home-carousel .item .item-content h3 {
  font-family: 'Tungsten-Medium';
  float: left;
  width: 100%;
  height: 60px;
  color: #fff;
  padding: 15px 20px 0;
  margin: 0;
  text-align: left;
  font-size: 30px;
}
@media (max-width: 767px) {
  /* line 198, ../scss/layouts/_header.scss */
  .home-carousel .item .item-content h3 {
    height: auto;
  }
}
/* line 212, ../scss/layouts/_header.scss */
.home-carousel .item .item-content p {
  font-family: 'proxima_nova_rgregular';
  float: left;
  width: 100%;
  height: 60px;
  color: #fff;
  margin: 0;
  text-align: left;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  /* line 212, ../scss/layouts/_header.scss */
  .home-carousel .item .item-content p {
    height: auto;
  }
}
@media (max-width: 767px) {
  /* line 190, ../scss/layouts/_header.scss */
  .home-carousel .item .item-content {
    height: auto;
  }
}
/* line 230, ../scss/layouts/_header.scss */
.home-carousel .carousel-control {
  background: none;
  text-align: center;
  font-size: 50px;
  width: 50px;
}
/* line 235, ../scss/layouts/_header.scss */
.home-carousel .carousel-control span {
  color: #fff;
  display: inline-block;
  margin-top: 160px;
}
@media (max-width: 767px) {
  /* line 230, ../scss/layouts/_header.scss */
  .home-carousel .carousel-control {
    display: none;
  }
}
/* line 244, ../scss/layouts/_header.scss */
.home-carousel .carousel-indicators {
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 15px;
  padding: 0 20px 0 0;
  margin: 0;
  text-align: right;
}
/* line 253, ../scss/layouts/_header.scss */
.home-carousel .carousel-indicators li {
  width: 15px;
  height: 15px;
  margin: 0 1px;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* line 260, ../scss/layouts/_header.scss */
.home-carousel .carousel-indicators li.active {
  background-color: #eba824;
  border: 0 !important;
  padding: 0;
  margin: 0 1px;
}
@media (max-width: 767px) {
  /* line 244, ../scss/layouts/_header.scss */
  .home-carousel .carousel-indicators {
    bottom: auto;
    top: 20px;
  }
}

/* line 273, ../scss/layouts/_header.scss */
input[placeholder], [placeholder], *[placeholder] {
  color: #ededed !important;
}

/* line 276, ../scss/layouts/_header.scss */
textarea:focus, input:focus {
  outline: 0;
}

/* line 1, ../scss/layouts/_footer.scss */
footer {
  float: left;
  width: 100%;
}
/* line 4, ../scss/layouts/_footer.scss */
footer .footer-top {
  font-family: 'proxima_nova_rgregular';
  float: left;
  width: 100%;
  padding: 10px 0;
  margin-top: 30px;
}
/* line 10, ../scss/layouts/_footer.scss */
footer .footer-top h3 {
  font-family: 'Tungsten-Medium';
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 15px;
}
/* line 20, ../scss/layouts/_footer.scss */
footer .footer-top p {
  float: left;
  width: 100%;
  margin: 5px 0;
}
/* line 25, ../scss/layouts/_footer.scss */
footer .footer-top .module-newsletter {
  border-style: solid;
  border-width: 1px;
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  margin: -60px 0 0;
}
/* line 33, ../scss/layouts/_footer.scss */
footer .footer-top .module-newsletter h3 {
  border: 0;
  margin: 0;
}
/* line 37, ../scss/layouts/_footer.scss */
footer .footer-top .module-newsletter form {
  margin-top: 10px;
}
/* line 39, ../scss/layouts/_footer.scss */
footer .footer-top .module-newsletter form input {
  background-color: #ededed;
  border: 0;
  float: left;
  width: 65%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #3c3c38 !important;
}
/* line 49, ../scss/layouts/_footer.scss */
footer .footer-top .module-newsletter form button {
  border: 0;
  float: right;
  width: 30%;
  height: 40px;
  line-height: 40px;
  transition: all 0.1s linear !important;
  -moz-transition: all 0.1s linear !important;
  -webkit-transition: all 0.1s linear !important;
  -o-transition: all 0.1s linear !important;
}
/* line 59, ../scss/layouts/_footer.scss */
footer .footer-top .module-newsletter form button:hover {
  background-color: #3c3c38;
  color: #fff;
}
/* line 66, ../scss/layouts/_footer.scss */
footer .footer-top .bloc-1 {
  margin: 40px 0 20px;
}
/* line 68, ../scss/layouts/_footer.scss */
footer .footer-top .bloc-1 .logo {
  float: left;
  margin: 5px 0;
  padding: 20px;
  background-color: #fff;
}
/* line 73, ../scss/layouts/_footer.scss */
footer .footer-top .bloc-1 .logo img {
  width: 100px;
}
/* line 77, ../scss/layouts/_footer.scss */
footer .footer-top .bloc-1 .bloc-1-menu {
  float: left;
  width: 100%;
  margin: 5px 0;
}
/* line 81, ../scss/layouts/_footer.scss */
footer .footer-top .bloc-1 .bloc-1-menu a {
  float: left;
}
/* line 87, ../scss/layouts/_footer.scss */
footer .footer-top .bloc-1 .bloc-1-menu .sep {
  float: left;
  margin: 0 5px;
}
/* line 93, ../scss/layouts/_footer.scss */
footer .footer-top .bloc-2 {
  margin: 40px 0 20px;
}
/* line 95, ../scss/layouts/_footer.scss */
footer .footer-top .bloc-2 .recall-menu {
  padding: 0;
  margin: 5px 0;
  float: left;
  width: 100%;
}
/* line 100, ../scss/layouts/_footer.scss */
footer .footer-top .bloc-2 .recall-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 104, ../scss/layouts/_footer.scss */
footer .footer-top .bloc-2 .recall-menu li .fa-angle-right {
  margin-right: 5px;
}
/* line 110, ../scss/layouts/_footer.scss */
footer .footer-top .bloc-3 {
  margin: 40px 0 20px;
}
/* line 112, ../scss/layouts/_footer.scss */
footer .footer-top .bloc-3 .map {
  float: left;
  width: 100%;
  margin: 5px 0;
  height: 150px;
}
/* line 120, ../scss/layouts/_footer.scss */
footer .footer-bottom {
  background-color: #3c3c38;
  color: #ededed;
  font-family: 'Tungsten-Book';
  float: left;
  width: 100%;
  line-height: 50px;
  font-size: 20px;
  padding: 10px 0;
}
/* line 129, ../scss/layouts/_footer.scss */
footer .footer-bottom a {
  text-decoration: none;
  color: #e0e0e0;
}
/* line 132, ../scss/layouts/_footer.scss */
footer .footer-bottom a:hover {
  text-decoration: none;
  color: #e0e0e0;
}
@media (max-width: 500px) {
  /* line 120, ../scss/layouts/_footer.scss */
  footer .footer-bottom {
    font-size: 11px;
    line-height: 15px;
  }
}
/* line 141, ../scss/layouts/_footer.scss */
footer .footer-bottom .footer-social {
  text-align: right;
}
/* line 143, ../scss/layouts/_footer.scss */
footer .footer-bottom .footer-social a {
  background-color: #4c4c4c;
  padding: 0;
  font-size: 14px;
  margin: 0 3px;
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
}
/* line 154, ../scss/layouts/_footer.scss */
footer .footer-bottom .footer-social a.fa-viadeo:hover {
  background-color: #E95D34;
}
/* line 157, ../scss/layouts/_footer.scss */
footer .footer-bottom .footer-social a.fa-youtube:hover {
  background-color: #DF2826;
}
/* line 160, ../scss/layouts/_footer.scss */
footer .footer-bottom .footer-social a.fa-facebook-f:hover {
  background-color: #4B67A7;
}
/* line 163, ../scss/layouts/_footer.scss */
footer .footer-bottom .footer-social a.fa-twitter:hover {
  background-color: #7beaf4;
}
/* line 166, ../scss/layouts/_footer.scss */
footer .footer-bottom .footer-social a.fa-google-plus:hover {
  background-color: #d14836;
}
/* line 169, ../scss/layouts/_footer.scss */
footer .footer-bottom .footer-social a.fa-linkedin:hover {
  background-color: #1B86BC;
}

/* line 176, ../scss/layouts/_footer.scss */
#back-top {
  position: fixed;
  bottom: 10px;
  z-index: 10;
  right: 10px;
}
/* line 181, ../scss/layouts/_footer.scss */
#back-top a {
  width: 53px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
/* line 191, ../scss/layouts/_footer.scss */
#back-top a span {
  width: 53px;
  height: 53px;
  display: block;
  background: url(../img/back-top.png) no-repeat center center transparent;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  opacity: 0.3;
}
/* line 200, ../scss/layouts/_footer.scss */
#back-top a span:hover {
  opacity: 0.8;
}

/* Modules */
/* line 1, ../scss/modules/_components.scss */
body {
  color: #3c3c38;
  font-family: 'proxima_nova_rgregular';
  font-size: 13px;
}

/* line 6, ../scss/modules/_components.scss */
p {
  color: #3c3c38;
  font-family: 'proxima_nova_rgregular';
  font-size: 13px;
}

/* line 11, ../scss/modules/_components.scss */
a {
  color: #3c3c38;
  text-decoration: none;
}
/* line 14, ../scss/modules/_components.scss */
a:hover {
  text-decoration: underline;
}

/* main */
/* line 20, ../scss/modules/_components.scss */
.main {
  float: left;
  width: 100%;
  padding: 20px 0;
}

/* bloc-header */
/* line 31, ../scss/modules/_components.scss */
.bloc-header {
  float: left;
  width: 100%;
}
/* line 34, ../scss/modules/_components.scss */
.bloc-header .logo-c {
  padding: 0 20px 0 0;
  margin: 0;
}
/* line 37, ../scss/modules/_components.scss */
.bloc-header .logo-c .logo {
  background-image: url(../img/bg-logo.png);
  background-repeat: repeat;
  text-align: center;
  width: 100%;
  height: 385px;
  float: left;
}
/* line 44, ../scss/modules/_components.scss */
.bloc-header .logo-c .logo img {
  margin-top: 75px;
}
@media (max-width: 767px) {
  /* line 34, ../scss/modules/_components.scss */
  .bloc-header .logo-c {
    display: none;
  }
}
/* line 52, ../scss/modules/_components.scss */
.bloc-header .slide-c {
  padding: 0;
  margin: 0;
  height: 385px;
}

/* bloc-slide-annonce */
/* line 60, ../scss/modules/_components.scss */
.bloc-slide-annonce {
  float: left;
  position: relative;
  width: 100%;
  margin: 20px 0;
}
/* line 65, ../scss/modules/_components.scss */
.bloc-slide-annonce h3 {
  padding: 0 40px;
  margin: 0;
  height: 100%;
  color: #fff;
  line-height: 100px;
  font-family: 'Tungsten-Medium';
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
  font-size: 25px;
  z-index: 1;
}
@media (max-width: 767px) {
  /* line 65, ../scss/modules/_components.scss */
  .bloc-slide-annonce h3 {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
  }
}
/* line 85, ../scss/modules/_components.scss */
.bloc-slide-annonce .slide-annonce {
  float: left;
  width: 100%;
  height: 100px;
  overflow: hidden;
  padding-left: 220px;
  padding-right: 80px;
}
@media (max-width: 767px) {
  /* line 85, ../scss/modules/_components.scss */
  .bloc-slide-annonce .slide-annonce {
    margin-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 97, ../scss/modules/_components.scss */
.bloc-slide-annonce .slide-annonce a {
  padding: 0;
  color: #3c3c38;
  font-family: 'proxima_novalight';
  font-size: 13px;
  width: 200px;
  height: 100px;
  margin: 10px 70px 0 0;
  overflow: hidden;
  float: left;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 97, ../scss/modules/_components.scss */
  .bloc-slide-annonce .slide-annonce a {
    width: 300px;
    height: 80px;
  }
}
/* line 112, ../scss/modules/_components.scss */
.bloc-slide-annonce .slide-annonce a span {
  margin-right: 5px;
}
/* line 117, ../scss/modules/_components.scss */
.bloc-slide-annonce .nav-slide-annonce {
  padding: 0 5px;
  margin: 0;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 125, ../scss/modules/_components.scss */
.bloc-slide-annonce .nav-slide-annonce .fa-angle-left,
.bloc-slide-annonce .nav-slide-annonce .fa-angle-right {
  color: #fff;
  float: left;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  font-size: 22px;
  margin: 0 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 117, ../scss/modules/_components.scss */
  .bloc-slide-annonce .nav-slide-annonce {
    display: none;
  }
}

/* bloc-info */
/* line 142, ../scss/modules/_components.scss */
.bloc-info {
  float: left;
  position: relative;
  width: 100%;
  margin: 20px 0 0;
}

/* line 149, ../scss/modules/_components.scss */
.content-title {
  float: left;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
/* line 154, ../scss/modules/_components.scss */
.content-title h3 {
  font-family: 'Tungsten-Medium';
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 30px;
}
@media (max-width: 767px) {
  /* line 154, ../scss/modules/_components.scss */
  .content-title h3 {
    text-align: center;
  }
}
/* line 164, ../scss/modules/_components.scss */
.content-title .nav-info {
  text-align: right;
  padding: 0;
  margin-top: 10px;
}
@media (max-width: 767px) {
  /* line 164, ../scss/modules/_components.scss */
  .content-title .nav-info {
    text-align: center;
  }
}
/* line 171, ../scss/modules/_components.scss */
.content-title .nav-info a {
  font-family: 'proxima_novasemibold';
  text-decoration: none;
  margin: 0 0 0 15px;
}
@media (max-width: 767px) {
  /* line 171, ../scss/modules/_components.scss */
  .content-title .nav-info a {
    margin: 0 10px;
  }
}

/* line 181, ../scss/modules/_components.scss */
.content-c {
  float: left;
  width: 100%;
  margin: 10px 0;
}

/* line 187, ../scss/modules/_components.scss */
.news {
  margin: 15px 0;
  float: left;
  width: 100%;
  height: 220px;
  position: relative;
  background-position: center center;
  background-color: #434343;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 197, ../scss/modules/_components.scss */
.news .info {
  background-image: url(../img/bg-transparant.png);
  background-color: #3D3D3A;
  padding: 10px;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  transition: all 0.1s linear !important;
  -moz-transition: all 0.1s linear !important;
  -webkit-transition: all 0.1s linear !important;
  -o-transition: all 0.1s linear !important;
}
/* line 211, ../scss/modules/_components.scss */
.news .info .info-c {
  float: left;
  width: 100%;
  color: #fff;
  height: 60px;
  overflow: hidden;
  margin: 0;
  transition: all 0.1s linear !important;
  -moz-transition: all 0.1s linear !important;
  -webkit-transition: all 0.1s linear !important;
  -o-transition: all 0.1s linear !important;
}
/* line 222, ../scss/modules/_components.scss */
.news .info .info-c h4 {
  font-family: 'Tungsten-Medium';
  margin: 3px 0;
  width: 100%;
  float: left;
  color: #fff;
  font-size: 23px;
}
/* line 230, ../scss/modules/_components.scss */
.news .info .info-c .sep {
  display: none;
  width: 20%;
  float: left;
  height: 2px;
  background-color: #fff;
  margin: 40px 0 20px;
}
/* line 238, ../scss/modules/_components.scss */
.news .info .info-c p {
  margin: 0;
  width: 100%;
  float: left;
  color: #fff;
}
/* line 244, ../scss/modules/_components.scss */
.news .info .info-c .more {
  margin: 0;
  width: 100%;
  float: left;
  margin-top: 10px;
}
/* line 252, ../scss/modules/_components.scss */
.news:hover .info {
  background-color: #3D3D3A;
}
/* line 253, ../scss/modules/_components.scss */
.news:hover .info .info-c {
  height: 200px;
}
/* line 255, ../scss/modules/_components.scss */
.news:hover .info .info-c .sep {
  display: block;
}

/* line 262, ../scss/modules/_components.scss */
.event {
  margin: 15px 0;
  float: left;
  width: 100%;
}
/* line 266, ../scss/modules/_components.scss */
.event .event-date {
  float: left;
  max-width: 20%;
  width: 40px;
}
/* line 270, ../scss/modules/_components.scss */
.event .event-date .day {
  font-family: 'proxima_nova_rgregular';
  border-style: solid;
  border-width: 1px;
  float: left;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
/* line 281, ../scss/modules/_components.scss */
.event .event-date .date {
  float: left;
  width: 100%;
  font-size: 10px;
  text-align: center;
  margin: 3px 0 0;
}
@media (max-width: 767px) {
  /* line 266, ../scss/modules/_components.scss */
  .event .event-date {
    width: 100%;
    max-width: 100%;
  }
}
/* line 293, ../scss/modules/_components.scss */
.event .event-info {
  float: right;
  width: 79%;
}
@media (max-width: 767px) {
  /* line 293, ../scss/modules/_components.scss */
  .event .event-info {
    width: 100%;
  }
}
/* line 301, ../scss/modules/_components.scss */
.event h4 {
  font-family: 'proxima_novasemibold';
  margin: 0;
  width: 100%;
  float: left;
  color: #2a2a2a;
  font-size: 14px;
  line-height: initial;
  margin: 0;
  padding: 0;
}
/* line 312, ../scss/modules/_components.scss */
.event p {
  font-family: 'proxima_nova_rgregular';
  margin: 0;
  width: 100%;
  float: left;
  color: #767676;
  font-size: 11px;
  line-height: 13px;
}
/* line 322, ../scss/modules/_components.scss */
.event .more:hover {
  color: #767676 !important;
}

/* bloc-mooks */
/* line 329, ../scss/modules/_components.scss */
.bloc-mooks {
  float: left;
  position: relative;
  width: 100%;
  margin: 20px 0;
}
/* line 334, ../scss/modules/_components.scss */
.bloc-mooks .content-title {
  float: left;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
/* line 339, ../scss/modules/_components.scss */
.bloc-mooks .content-title h3 {
  font-family: 'Tungsten-Medium';
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 30px;
}
@media (max-width: 767px) {
  /* line 339, ../scss/modules/_components.scss */
  .bloc-mooks .content-title h3 {
    text-align: center;
  }
}
/* line 349, ../scss/modules/_components.scss */
.bloc-mooks .content-title .nav-mooks {
  text-align: right;
  padding: 0;
  margin-top: 10px;
}
@media (max-width: 767px) {
  /* line 349, ../scss/modules/_components.scss */
  .bloc-mooks .content-title .nav-mooks {
    text-align: center;
  }
}
/* line 356, ../scss/modules/_components.scss */
.bloc-mooks .content-title .nav-mooks a {
  font-family: 'proxima_novasemibold';
  text-decoration: none;
  margin: 0 0 0 15px;
}
@media (max-width: 767px) {
  /* line 356, ../scss/modules/_components.scss */
  .bloc-mooks .content-title .nav-mooks a {
    margin: 0 10px;
  }
}
/* line 366, ../scss/modules/_components.scss */
.bloc-mooks .content-c {
  float: left;
  width: 100%;
  margin: 10px 0;
}

/* line 374, ../scss/modules/_components.scss */
.mook .play {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px !important;
}
/* line 379, ../scss/modules/_components.scss */
.mook .play i {
  float: left;
  width: 35px;
  height: 30px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  line-height: 30px;
  font-size: 19px;
  background-color: rgba(255, 255, 255, 0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* line 392, ../scss/modules/_components.scss */
.mook .info {
  background-image: url(../img/bg-transparant.png);
  padding: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}
/* line 400, ../scss/modules/_components.scss */
.mook .info h4 {
  font-family: 'Tungsten-Medium';
  margin: 3px 0;
  width: 100%;
  float: left;
  color: #fff;
  font-size: 30px;
}
/* line 408, ../scss/modules/_components.scss */
.mook .info p {
  margin: 0;
  width: 100%;
  float: left;
  color: #fff;
}

/* bloc-institutions */
/* line 418, ../scss/modules/_components.scss */
.bloc-institutions {
  float: left;
  position: relative;
  width: 100%;
  margin: 20px 0;
}
/* line 423, ../scss/modules/_components.scss */
.bloc-institutions .content-title {
  float: left;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
/* line 428, ../scss/modules/_components.scss */
.bloc-institutions .content-title h3 {
  font-family: 'Tungsten-Medium';
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 30px;
}
@media (max-width: 767px) {
  /* line 428, ../scss/modules/_components.scss */
  .bloc-institutions .content-title h3 {
    text-align: center;
  }
}
/* line 438, ../scss/modules/_components.scss */
.bloc-institutions .content-title .nav-institutions {
  text-align: right;
  padding: 0;
  margin-top: 10px;
}
@media (max-width: 767px) {
  /* line 438, ../scss/modules/_components.scss */
  .bloc-institutions .content-title .nav-institutions {
    text-align: center;
  }
}
/* line 445, ../scss/modules/_components.scss */
.bloc-institutions .content-title .nav-institutions a {
  font-family: 'proxima_novasemibold';
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 0 0 15px;
}
@media (max-width: 767px) {
  /* line 445, ../scss/modules/_components.scss */
  .bloc-institutions .content-title .nav-institutions a {
    margin: 0 10px;
  }
}
/* line 456, ../scss/modules/_components.scss */
.bloc-institutions .content-c {
  float: left;
  width: 100%;
  margin: 10px 0;
}
/* line 460, ../scss/modules/_components.scss */
.bloc-institutions .content-c .bloc-institution {
  float: left;
  width: 100%;
  height: 150px;
  overflow: hidden;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  position: relative;
  text-align: left;
  text-decoration: none;
  margin: 15px 0;
}
/* line 472, ../scss/modules/_components.scss */
.bloc-institutions .content-c .bloc-institution .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 0;
  transition: all 0.1s linear !important;
  -moz-transition: all 0.1s linear !important;
  -webkit-transition: all 0.1s linear !important;
  -o-transition: all 0.1s linear !important;
}
/* line 485, ../scss/modules/_components.scss */
.bloc-institutions .content-c .bloc-institution:hover .bg {
  opacity: 0.6;
}
/* line 488, ../scss/modules/_components.scss */
.bloc-institutions .content-c .bloc-institution h4 {
  font-family: 'Tungsten-Medium';
  color: #3c3c38;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  font-size: 40px;
}
/* line 497, ../scss/modules/_components.scss */
.bloc-institutions .content-c .bloc-institution .city {
  font-family: 'Tungsten-Medium';
  position: relative;
  z-index: 1;
  font-size: 17px;
  text-transform: uppercase;
}
/* line 504, ../scss/modules/_components.scss */
.bloc-institutions .content-c .bloc-institution .desc {
  font-family: 'Tungsten-Medium';
  color: #3c3c38;
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 20px;
  margin-top: 5px;
}

/* bloc-training */
/* line 518, ../scss/modules/_components.scss */
.bloc-training {
  background-color: #efefef;
  width: 100%;
  float: left;
  min-height: 180px;
  position: relative;
  margin: 10px 0;
}
/* line 525, ../scss/modules/_components.scss */
.bloc-training.nomarge {
  margin-top: 20px;
}
/* line 528, ../scss/modules/_components.scss */
.bloc-training .title {
  background-color: #3c3c38;
  color: #ededed;
  text-align: center;
  font-family: 'Tungsten-Book';
  width: 100%;
  float: left;
  min-height: 185px;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 35px;
  padding: 25px 0;
}
/* line 540, ../scss/modules/_components.scss */
.bloc-training .title i {
  display: block;
  margin-bottom: 15px;
  font-size: 40px;
}
/* line 545, ../scss/modules/_components.scss */
.bloc-training .title span {
  font-family: 'Tungsten-Bold';
  display: block;
  font-size: 42px;
}
/* line 551, ../scss/modules/_components.scss */
.bloc-training .blocs {
  padding: 0;
}
/* line 554, ../scss/modules/_components.scss */
.bloc-training .nav {
  width: 100%;
  height: 55px;
  float: left;
}
/* line 558, ../scss/modules/_components.scss */
.bloc-training .nav a {
  font-family: 'proxima_novasemibold';
  text-decoration: none;
  text-transform: uppercase;
  width: 50%;
  height: 55px;
  float: left;
  background-color: #e2e2e2;
  border-bottom: 1px solid #8f8f8d;
  text-align: center;
  padding: 17px 0 0;
  /*&:hover{
      background-color: #7f7f7f;
      color: #fff;
      border: 0;
  }*/
}
/* line 569, ../scss/modules/_components.scss */
.bloc-training .nav a.active {
  background-color: transparent;
  border: 0;
}
/* line 580, ../scss/modules/_components.scss */
.bloc-training .form {
  width: 100%;
  height: auto;
  float: left;
  margin: 20px 0px;
}
/* line 585, ../scss/modules/_components.scss */
.bloc-training .form select, .bloc-training .form input {
  background-color: #fff;
  border: 0;
  float: left;
  width: 100%;
  height: 33px;
  line-height: 33px;
  padding: 0 10px;
  margin: 0 0 10px;
  color: #3c3c38 !important;
}
/* line 596, ../scss/modules/_components.scss */
.bloc-training .form button {
  border: 0;
  float: right;
  width: 100%;
  height: 33px;
  line-height: 33px;
  margin: 0 0 10px;
  transition: all 0.1s linear !important;
  -moz-transition: all 0.1s linear !important;
  -webkit-transition: all 0.1s linear !important;
  -o-transition: all 0.1s linear !important;
}
/* line 607, ../scss/modules/_components.scss */
.bloc-training .form button:hover {
  background-color: #3c3c38;
  color: #fff;
}

/* line 614, ../scss/modules/_components.scss */
.uca {
  float: left;
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
}
/* line 619, ../scss/modules/_components.scss */
.uca .picto {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 150px;
  position: relative;
  transition: all 0.1s linear !important;
  -moz-transition: all 0.1s linear !important;
  -webkit-transition: all 0.1s linear !important;
  -o-transition: all 0.1s linear !important;
}
/* line 630, ../scss/modules/_components.scss */
.uca .picto img {
  position: absolute;
  top: 50%;
}
@media (max-width: 550px) {
  /* line 630, ../scss/modules/_components.scss */
  .uca .picto img {
    display: none;
  }
}
@media (max-width: 550px) {
  /* line 619, ../scss/modules/_components.scss */
  .uca .picto {
    width: 100%;
    height: 200px;
  }
}
/* line 642, ../scss/modules/_components.scss */
.uca .text {
  background-color: #fff;
  width: 50%;
  height: 150px;
  padding: 10px;
}
@media (max-width: 550px) {
  /* line 642, ../scss/modules/_components.scss */
  .uca .text {
    width: 100%;
    height: auto;
  }
}
/* line 651, ../scss/modules/_components.scss */
.uca .text h4 {
  font-family: 'Tungsten-Medium';
  margin: 0;
  width: 100%;
  height: 40px;
  line-height: 20px;
  float: left;
  color: #3c3c38;
  font-size: 23px;
  text-transform: uppercase;
}
/* line 662, ../scss/modules/_components.scss */
.uca .text .sep {
  width: 20%;
  float: left;
  height: 2px;
  background-color: #3c3c38;
  margin: 10px 0;
}
/* line 669, ../scss/modules/_components.scss */
.uca .text p {
  margin: 0;
  width: 100%;
  float: left;
  color: #767676;
}
/* line 675, ../scss/modules/_components.scss */
.uca .text .more {
  margin: 0;
  width: 100%;
  float: left;
  margin-top: 10px;
}
/* line 682, ../scss/modules/_components.scss */
.uca .last {
  margin: 0;
}
/* line 686, ../scss/modules/_components.scss */
.uca.uca-left .picto {
  float: right;
}
/* line 689, ../scss/modules/_components.scss */
.uca.uca-left .text {
  float: left;
}
/* line 693, ../scss/modules/_components.scss */
.uca.uca-left .picto img {
  left: 0;
}
/* line 695, ../scss/modules/_components.scss */
.uca.uca-left .picto img.flesh-right {
  display: none;
}
/* line 702, ../scss/modules/_components.scss */
.uca.uca-right .picto {
  float: left;
}
/* line 705, ../scss/modules/_components.scss */
.uca.uca-right .text {
  float: right;
}
/* line 709, ../scss/modules/_components.scss */
.uca.uca-right .picto img {
  right: 0;
}
/* line 711, ../scss/modules/_components.scss */
.uca.uca-right .picto img.flesh-left {
  display: none;
}

/* line 718, ../scss/modules/_components.scss */
.one-article {
  background-color: #fff;
  float: left;
  width: 100%;
  height: 480px;
}
@media (max-width: 767px) {
  /* line 718, ../scss/modules/_components.scss */
  .one-article {
    height: auto;
  }
}
/* line 727, ../scss/modules/_components.scss */
.one-article img {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
/* line 732, ../scss/modules/_components.scss */
.one-article h4 {
  font-family: 'proxima_novasemibold';
  float: left;
  width: 100%;
  color: #3c3c38;
  margin: 0;
  font-size: 20px;
  padding: 0;
}
/* line 741, ../scss/modules/_components.scss */
.one-article h5 {
  font-family: 'proxima_nova_rgregular';
  float: left;
  width: 100%;
  margin: 10px 0 0;
  font-size: 12px;
  padding: 0;
}
/* line 749, ../scss/modules/_components.scss */
.one-article p {
  float: left;
  width: 100%;
  margin: 10px 0;
}
/* line 754, ../scss/modules/_components.scss */
.one-article .more {
  text-decoration: none;
}
/* line 756, ../scss/modules/_components.scss */
.one-article .more:hover {
  color: #3c3c38 !important;
}

/* line 761, ../scss/modules/_components.scss */
.figure {
  background-color: #fff;
  float: left;
  width: 100%;
  height: 480px;
}
@media (max-width: 767px) {
  /* line 761, ../scss/modules/_components.scss */
  .figure {
    height: auto;
  }
}
/* line 769, ../scss/modules/_components.scss */
.figure .ligne {
  float: left;
  width: 100%;
  border-bottom: 1px solid #9d9d9b;
  padding: 10px 20px;
  height: 80px;
  line-height: 55px;
}
/* line 776, ../scss/modules/_components.scss */
.figure .ligne .number {
  color: #3c3c38;
  font-family: 'Tungsten-Book';
  float: left;
  width: 40%;
  text-align: left;
  font-size: 35px;
  padding: 0;
}
@media (max-width: 1200px) {
  /* line 776, ../scss/modules/_components.scss */
  .figure .ligne .number {
    font-size: 28px;
  }
}
/* line 788, ../scss/modules/_components.scss */
.figure .ligne .txt {
  font-family: 'Tungsten-Book';
  float: left;
  width: 60%;
  text-align: left;
  font-size: 30px;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  /* line 788, ../scss/modules/_components.scss */
  .figure .ligne .txt {
    font-size: 25px;
  }
}
/* line 800, ../scss/modules/_components.scss */
.figure .ligne a {
  font-family: 'Tungsten-Book';
  font-size: 25px;
  color: #3c3c38;
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

/* line 811, ../scss/modules/_components.scss */
.staff {
  background-color: #fff;
  margin: 10px 0;
  padding: 10px;
  float: left;
  width: 100%;
  min-height: 200px;
}
/* line 818, ../scss/modules/_components.scss */
.staff .content-title {
  float: left;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #191919 !important;
}
/* line 824, ../scss/modules/_components.scss */
.staff .content-title h3 {
  font-family: 'TungstenCondensed-Semibold';
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #191919 !important;
  font-size: 30px;
}
@media (max-width: 767px) {
  /* line 824, ../scss/modules/_components.scss */
  .staff .content-title h3 {
    text-align: center;
  }
}
/* line 836, ../scss/modules/_components.scss */
.staff .profile-full {
  text-decoration: none;
  background-color: #fff;
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
/* line 842, ../scss/modules/_components.scss */
.staff .profile-full .picture {
  background-color: #3c3c38;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 135px;
  height: 150px;
  margin-right: 15px;
  float: left;
}
/* line 852, ../scss/modules/_components.scss */
.staff .profile-full .info {
  display: inline;
}
/* line 854, ../scss/modules/_components.scss */
.staff .profile-full .info .name {
  font-family: 'proxima_novasemibold';
  font-size: 13px;
  text-transform: uppercase;
}
/* line 859, ../scss/modules/_components.scss */
.staff .profile-full .info .fonction {
  font-family: 'proxima_nova_rgregular';
  color: #8a8a8a;
  margin-top: 5px;
}
/* line 866, ../scss/modules/_components.scss */
.staff .profile-min {
  text-decoration: none;
  background-color: #f2f2f2;
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
/* line 872, ../scss/modules/_components.scss */
.staff .profile-min .picture {
  background-color: #3c3c38;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  float: left;
}
/* line 882, ../scss/modules/_components.scss */
.staff .profile-min .info {
  display: inline;
}
/* line 884, ../scss/modules/_components.scss */
.staff .profile-min .info .name {
  font-family: 'proxima_novasemibold';
  margin-top: 5px;
}
/* line 888, ../scss/modules/_components.scss */
.staff .profile-min .info .fonction {
  font-family: 'proxima_nova_rgregular';
  color: #8a8a8a;
}
/* line 894, ../scss/modules/_components.scss */
.staff .form-search {
  float: left;
  width: 100%;
  margin: 10px 0 0;
}
/* line 898, ../scss/modules/_components.scss */
.staff .form-search p {
  color: #3c3c38;
}
/* line 901, ../scss/modules/_components.scss */
.staff .form-search input {
  background-color: #ededed;
  border: 0;
  float: left;
  width: 100%;
  height: 33px;
  line-height: 33px;
  padding: 0 10px;
  margin: 0 0 10px;
  color: #3c3c38 !important;
}
/* line 912, ../scss/modules/_components.scss */
.staff .form-search button {
  border: 0;
  float: right;
  width: 100%;
  height: 40px;
  margin: 0;
  line-height: 40px;
  transition: all 0.1s linear !important;
  -moz-transition: all 0.1s linear !important;
  -webkit-transition: all 0.1s linear !important;
  -o-transition: all 0.1s linear !important;
}
/* line 923, ../scss/modules/_components.scss */
.staff .form-search button:hover {
  background-color: #3c3c38;
  color: #fff;
}

/* bloc-universite */
/* line 931, ../scss/modules/_components.scss */
.main-universite {
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 20px 0;
  float: left;
  width: 100%;
}
/* line 939, ../scss/modules/_components.scss */
.main-universite .content-title {
  float: left;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-color: #fff;
}
/* line 945, ../scss/modules/_components.scss */
.main-universite .content-title h3 {
  font-family: 'Tungsten-Medium';
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 30px;
}
@media (max-width: 767px) {
  /* line 945, ../scss/modules/_components.scss */
  .main-universite .content-title h3 {
    text-align: center;
  }
}
/* line 956, ../scss/modules/_components.scss */
.main-universite .content-title .nav-info {
  text-align: right;
  padding: 0;
  margin-top: 10px;
}
@media (max-width: 767px) {
  /* line 956, ../scss/modules/_components.scss */
  .main-universite .content-title .nav-info {
    text-align: center;
  }
}
/* line 963, ../scss/modules/_components.scss */
.main-universite .content-title .nav-info a {
  font-family: 'proxima_novasemibold';
  text-decoration: none;
  margin: 0 0 0 15px;
  color: #fff;
}
@media (max-width: 767px) {
  /* line 963, ../scss/modules/_components.scss */
  .main-universite .content-title .nav-info a {
    margin: 0 10px;
  }
}
/* line 974, ../scss/modules/_components.scss */
.main-universite .content-c {
  float: left;
  width: 100%;
  margin: 10px 0;
}

/* line 982, ../scss/modules/_components.scss */
#slide-attachement {
  display: none;
  position: fixed;
  z-index: 100;
  background-color: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 991, ../scss/modules/_components.scss */
#slide-attachement .img {
  margin: 0 auto;
  top: 0;
  bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
}
/* line 1001, ../scss/modules/_components.scss */
#slide-attachement .carousel-control {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0);
  height: 60px;
  text-align: center;
  color: #fff;
}
/* line 1015, ../scss/modules/_components.scss */
#slide-attachement .close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 35px;
  z-index: 1000;
  color: #fff;
  opacity: 0.5;
}
/* line 1023, ../scss/modules/_components.scss */
#slide-attachement .close:hover {
  opacity: 0.9;
}

/* line 1028, ../scss/modules/_components.scss */
.media-list {
  display: inline-block;
  width: 100%;
}
/* line 1032, ../scss/modules/_components.scss */
.media-list:hover img {
  opacity: 0.8;
}
/* line 1034, ../scss/modules/_components.scss */
.media-list:hover img:hover {
  opacity: 1;
}
/* line 1039, ../scss/modules/_components.scss */
.media-list img {
  margin: 10px 15px;
  float: left;
  width: 200px;
  cursor: pointer;
}

/* line 1046, ../scss/modules/_components.scss */
.widget-left {
  float: left;
  width: 100%;
  margin: 10px 0;
}
/* line 1050, ../scss/modules/_components.scss */
.widget-left h3 {
  padding: 0;
}
/* line 1053, ../scss/modules/_components.scss */
.widget-left div {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* line 1060, ../scss/modules/_components.scss */
.result-search {
  float: left;
  width: 100%;
  margin: 10px 0;
}
/* line 1064, ../scss/modules/_components.scss */
.result-search a {
  display: block;
  float: none;
  text-decoration: none;
}
/* line 1068, ../scss/modules/_components.scss */
.result-search a h4 {
  color: #000;
  margin: 0;
}
/* line 1072, ../scss/modules/_components.scss */
.result-search a p {
  color: #5A5A5A;
  margin: 0;
}

/* Pages */
/* line 2, ../scss/modules/_pages.scss */
.block-page {
  padding: 0;
  margin: 0;
}
/* line 5, ../scss/modules/_pages.scss */
.block-page .search-page {
  width: 100%;
  padding: 0;
  float: left;
  margin: 20px 0 0;
}
/* line 10, ../scss/modules/_pages.scss */
.block-page .search-page .c-search {
  margin: 0;
}
/* line 13, ../scss/modules/_pages.scss */
.block-page .search-page .title-search {
  font-family: 'TungstenCondensed-Semibold';
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-size: 40px;
}
/* line 19, ../scss/modules/_pages.scss */
.block-page .search-page .title-search i {
  font-size: 30px;
  float: left;
  line-height: 58px;
  margin-right: 18px;
}
/* line 26, ../scss/modules/_pages.scss */
.block-page .search-page input, .block-page .search-page select {
  background-color: #fff;
  border: 0;
  float: left;
  width: 100%;
  height: 33px;
  line-height: 33px;
  padding: 0 10px;
  margin: 12px 0 10px;
  color: #3c3c38 !important;
}
/* line 37, ../scss/modules/_pages.scss */
.block-page .search-page button {
  border: 0;
  float: right;
  width: 100%;
  height: 33px;
  line-height: 33px;
  margin: 12px 0 10px;
  transition: all 0.1s linear !important;
  -moz-transition: all 0.1s linear !important;
  -webkit-transition: all 0.1s linear !important;
  -o-transition: all 0.1s linear !important;
}
/* line 48, ../scss/modules/_pages.scss */
.block-page .search-page button:hover {
  background-color: #3c3c38;
  color: #fff;
}
/* line 54, ../scss/modules/_pages.scss */
.block-page .page-content {
  float: left;
  width: 100%;
}
/* line 57, ../scss/modules/_pages.scss */
.block-page .page-content .news {
  margin: 15px 0;
  float: left;
  width: 100%;
  height: 220px;
  position: relative;
  background-position: center center;
  background-color: #434343;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 67, ../scss/modules/_pages.scss */
.block-page .page-content .news .info {
  background-image: url(../img/bg-transparant.png);
  background-color: #3D3D3A;
  padding: 10px;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  transition: all 0.1s linear !important;
  -moz-transition: all 0.1s linear !important;
  -webkit-transition: all 0.1s linear !important;
  -o-transition: all 0.1s linear !important;
}
/* line 81, ../scss/modules/_pages.scss */
.block-page .page-content .news .info .info-c {
  float: left;
  width: 100%;
  color: #fff;
  height: 60px;
  overflow: hidden;
  margin: 0;
  transition: all 0.1s linear !important;
  -moz-transition: all 0.1s linear !important;
  -webkit-transition: all 0.1s linear !important;
  -o-transition: all 0.1s linear !important;
}
/* line 92, ../scss/modules/_pages.scss */
.block-page .page-content .news .info .info-c h4 {
  font-family: 'Tungsten-Medium';
  margin: 3px 0;
  width: 100%;
  float: left;
  color: #fff;
  font-size: 23px;
}
/* line 100, ../scss/modules/_pages.scss */
.block-page .page-content .news .info .info-c .sep {
  display: none;
  width: 20%;
  float: left;
  height: 2px;
  background-color: #fff;
  margin: 40px 0 20px;
}
/* line 108, ../scss/modules/_pages.scss */
.block-page .page-content .news .info .info-c p {
  margin: 0;
  width: 100%;
  float: left;
  color: #fff;
}
/* line 114, ../scss/modules/_pages.scss */
.block-page .page-content .news .info .info-c .more {
  margin: 0;
  width: 100%;
  float: left;
  margin-top: 10px;
}
/* line 122, ../scss/modules/_pages.scss */
.block-page .page-content .news:hover .info {
  background-color: #3D3D3A;
}
/* line 123, ../scss/modules/_pages.scss */
.block-page .page-content .news:hover .info .info-c {
  height: 200px;
}
/* line 125, ../scss/modules/_pages.scss */
.block-page .page-content .news:hover .info .info-c .sep {
  display: block;
}
/* line 132, ../scss/modules/_pages.scss */
.block-page .page-content .event {
  margin: 15px 0;
  float: left;
  width: 100%;
}
/* line 136, ../scss/modules/_pages.scss */
.block-page .page-content .event .event-date {
  float: left;
  width: 25%;
}
/* line 139, ../scss/modules/_pages.scss */
.block-page .page-content .event .event-date .day {
  font-family: 'proxima_nova_rgregular';
  border-style: solid;
  border-width: 1px;
  float: left;
  width: 100%;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 45px;
}
/* line 150, ../scss/modules/_pages.scss */
.block-page .page-content .event .event-date .date {
  font-family: 'proxima_nova_rgbold';
  float: left;
  width: 100%;
  font-size: 14px;
  text-align: center;
  margin: 3px 0 0;
}
@media (max-width: 767px) {
  /* line 136, ../scss/modules/_pages.scss */
  .block-page .page-content .event .event-date {
    width: 100%;
    max-width: 100%;
  }
}
/* line 163, ../scss/modules/_pages.scss */
.block-page .page-content .event .event-info {
  float: right;
  width: 70%;
}
@media (max-width: 767px) {
  /* line 163, ../scss/modules/_pages.scss */
  .block-page .page-content .event .event-info {
    width: 100%;
  }
}
/* line 171, ../scss/modules/_pages.scss */
.block-page .page-content .event h4 {
  font-family: 'proxima_novasemibold';
  margin: 0 0 10px;
  width: 100%;
  float: left;
  color: #2a2a2a;
  font-size: 20px;
}
/* line 179, ../scss/modules/_pages.scss */
.block-page .page-content .event p {
  font-family: 'proxima_nova_rgregular';
  margin: 0;
  width: 100%;
  float: left;
  color: #767676;
  font-size: 13px;
  line-height: 13px;
}
/* line 189, ../scss/modules/_pages.scss */
.block-page .page-content .event .more:hover {
  color: #767676 !important;
}
/* line 194, ../scss/modules/_pages.scss */
.block-page .page-content .mook {
  margin: 15px 0;
  float: left;
  width: 100%;
  height: 220px;
  position: relative;
  background-position: center center;
  background-color: #434343;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 204, ../scss/modules/_pages.scss */
.block-page .page-content .mook .play {
  position: absolute;
  top: 5px;
  right: 5px;
}
/* line 208, ../scss/modules/_pages.scss */
.block-page .page-content .mook .play i {
  float: left;
  width: 35px;
  height: 30px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  line-height: 30px;
  font-size: 19px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
/* line 221, ../scss/modules/_pages.scss */
.block-page .page-content .mook .info {
  background-image: url(../img/bg-transparant.png);
  padding: 10px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}
/* line 229, ../scss/modules/_pages.scss */
.block-page .page-content .mook .info h4 {
  font-family: 'Tungsten-Medium';
  margin: 3px 0;
  width: 100%;
  float: left;
  color: #fff;
  font-size: 30px;
}
/* line 237, ../scss/modules/_pages.scss */
.block-page .page-content .mook .info p {
  margin: 0;
  width: 100%;
  float: left;
  color: #fff;
}
/* line 245, ../scss/modules/_pages.scss */
.block-page .page-content .calendar {
  margin: 15px 0 0;
}
/* line 247, ../scss/modules/_pages.scss */
.block-page .page-content .calendar .fc-button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  font-family: 'Tungsten-Book';
  font-size: 15px;
  text-transform: uppercase;
}
/* line 254, ../scss/modules/_pages.scss */
.block-page .page-content .calendar .fc-center h2 {
  font-family: 'TungstenCondensed-Semibold';
  text-transform: uppercase;
  font-size: 35px;
  line-height: 27px;
}
/* line 263, ../scss/modules/_pages.scss */
.block-page .page-content #script-warning {
  display: none;
  background: #eee;
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: red;
}
/* line 275, ../scss/modules/_pages.scss */
.block-page .page-content #loading {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 282, ../scss/modules/_pages.scss */
.block-page nav {
  font-family: 'Tungsten-Bold';
  float: left;
  width: 100%;
  margin: 15px 0;
  text-align: right;
}
/* line 288, ../scss/modules/_pages.scss */
.block-page nav a {
  display: inline-block;
  margin: 0 5px;
  text-decoration: none;
  font-size: 20px;
}
/* line 293, ../scss/modules/_pages.scss */
.block-page nav a:hover, .block-page nav a.active {
  color: #656564;
  text-decoration: underline;
}

/* line 301, ../scss/modules/_pages.scss */
.page-news .header-page {
  background-image: url(../img/page-news.png);
}
@media (max-width: 767px) {
  /* line 301, ../scss/modules/_pages.scss */
  .page-news .header-page {
    background-image: none;
    height: auto;
    padding-bottom: 40px;
  }
}

/* line 312, ../scss/modules/_pages.scss */
.page-events .header-page {
  background-image: url(../img/page-events.png);
}
@media (max-width: 767px) {
  /* line 312, ../scss/modules/_pages.scss */
  .page-events .header-page {
    background-image: none;
    height: auto;
    padding-bottom: 40px;
  }
}
/* line 320, ../scss/modules/_pages.scss */
.page-events .suitch-event {
  float: left;
  width: 100%;
  height: auto;
  margin: 15px 0;
  text-align: right;
}
/* line 326, ../scss/modules/_pages.scss */
.page-events .suitch-event a {
  font-size: 25px;
}

/* line 332, ../scss/modules/_pages.scss */
.page-moocs .header-page {
  background-image: url(../img/page-moocs.png);
}

/* line 336, ../scss/modules/_pages.scss */
.mooc-video {
  float: left;
  width: 100%;
  margin: 0 0 10px;
}
/* line 340, ../scss/modules/_pages.scss */
.mooc-video iframe {
  float: left;
  width: 100%;
  height: 350px;
  border: 0;
}

/* line 348, ../scss/modules/_pages.scss */
.page-details .content-title {
  float: left;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 20px 0;
}
/* line 354, ../scss/modules/_pages.scss */
.page-details .content-title h1 {
  font-family: 'TungstenCondensed-Semibold';
  float: left;
  padding: 0 0 5px;
  margin: 0;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 40px;
}
/* line 363, ../scss/modules/_pages.scss */
.page-details .content-title .read-zen {
  text-align: right;
  font-size: 15px;
  padding: 10px 0;
  font-weight: bold;
}
/* line 370, ../scss/modules/_pages.scss */
.page-details .details-info {
  font-family: 'Tungsten-Book';
  margin: 10px 0;
  font-size: 23px;
}
/* line 374, ../scss/modules/_pages.scss */
.page-details .details-info .info {
  margin-right: 10px;
  display: inline-block;
}
/* line 378, ../scss/modules/_pages.scss */
.page-details .details-info span {
  color: #a54f25;
}
/* line 382, ../scss/modules/_pages.scss */
.page-details .header-page {
  background-color: transparent;
  position: relative;
}
/* line 385, ../scss/modules/_pages.scss */
.page-details .header-page .breadcrumb {
  z-index: 10;
  width: 100%;
  left: 0;
  bottom: auto;
  top: 0;
  padding: 0;
  height: 30px;
}
/* line 394, ../scss/modules/_pages.scss */
.page-details .header-page .details-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 355px;
}
/* line 405, ../scss/modules/_pages.scss */
.page-details .event-map {
  float: right;
  width: 250px;
  height: 250px;
  margin-left: 20px;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  /* line 405, ../scss/modules/_pages.scss */
  .page-details .event-map {
    width: 100%;
  }
}

/* line 417, ../scss/modules/_pages.scss */
.page-contact .content-title {
  float: left;
  width: 100%;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 20px 0;
}
/* line 424, ../scss/modules/_pages.scss */
.page-contact h1 {
  font-family: 'TungstenCondensed-Semibold';
  float: left;
  width: 100%;
  padding: 0 0 5px;
  margin: 0;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 40px;
}
/* line 434, ../scss/modules/_pages.scss */
.page-contact h2 {
  font-family: 'TungstenCondensed-Semibold';
  float: left;
  width: 100%;
  padding: 0 0 5px;
  margin: 20px 0 10px;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 30px;
}
/* line 444, ../scss/modules/_pages.scss */
.page-contact .header-page {
  background-color: transparent;
  position: relative;
}
/* line 447, ../scss/modules/_pages.scss */
.page-contact .header-page .breadcrumb {
  z-index: 10;
  width: 100%;
  left: 0;
  bottom: auto;
  top: 0;
  padding: 0;
  height: 30px;
}
/* line 456, ../scss/modules/_pages.scss */
.page-contact .header-page #map-page-contact {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 355px;
}
/* line 465, ../scss/modules/_pages.scss */
.page-contact .social a {
  background-color: #4c4c4c;
  padding: 0;
  font-size: 14px;
  margin: 0 3px;
  color: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
}
/* line 477, ../scss/modules/_pages.scss */
.page-contact .social a.fa-facebook-f:hover {
  background-color: #4B67A7;
}
/* line 480, ../scss/modules/_pages.scss */
.page-contact .social a.fa-twitter:hover {
  background-color: #7beaf4;
}
/* line 483, ../scss/modules/_pages.scss */
.page-contact .social a.fa-google-plus:hover {
  background-color: #d14836;
}
/* line 486, ../scss/modules/_pages.scss */
.page-contact .social a.fa-linkedin:hover {
  background-color: #1B86BC;
}
/* line 489, ../scss/modules/_pages.scss */
.page-contact .social a.fa-viadeo:hover {
  background-color: #E95D34;
}
/* line 492, ../scss/modules/_pages.scss */
.page-contact .social a.fa-youtube:hover {
  background-color: #DF2826;
}
/* line 498, ../scss/modules/_pages.scss */
.page-contact form input {
  background-color: #ededed;
  border: 0;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #3c3c38 !important;
}
/* line 508, ../scss/modules/_pages.scss */
.page-contact form textarea {
  background-color: #ededed;
  border: 0;
  float: left;
  width: 100%;
  height: 100px;
  line-height: 40px;
  padding: 0 10px;
  color: #3c3c38 !important;
}
/* line 518, ../scss/modules/_pages.scss */
.page-contact form label {
  float: left;
  width: 100%;
}
/* line 522, ../scss/modules/_pages.scss */
.page-contact form button {
  border: 0;
  float: right;
  width: 100%;
  height: 40px;
  line-height: 40px;
  transition: all 0.1s linear !important;
  -moz-transition: all 0.1s linear !important;
  -webkit-transition: all 0.1s linear !important;
  -o-transition: all 0.1s linear !important;
}
/* line 532, ../scss/modules/_pages.scss */
.page-contact form button:hover {
  background-color: #3c3c38;
  color: #fff;
}

/* Block left */
/* line 2, ../scss/modules/_blocks.scss */
.block-left {
  padding: 0 20px 0 0;
  margin: 0;
}
/* line 5, ../scss/modules/_blocks.scss */
.block-left .logo {
  background-image: url(../img/bg-logo.png);
  background-repeat: repeat;
  text-align: center;
  width: 100%;
  height: 385px;
  float: left;
}
/* line 12, ../scss/modules/_blocks.scss */
.block-left .logo img {
  margin-top: 75px;
}
/* line 16, ../scss/modules/_blocks.scss */
.block-left .menu-left {
  float: left;
  width: 100%;
  margin: 20px 0;
}
/* line 20, ../scss/modules/_blocks.scss */
.block-left .menu-left h3 {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
}
/* line 25, ../scss/modules/_blocks.scss */
.block-left .menu-left ul {
  margin: 0 0 40px;
  padding: 0;
  float: left;
  width: 100%;
}
/* line 30, ../scss/modules/_blocks.scss */
.block-left .menu-left ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
/* line 38, ../scss/modules/_blocks.scss */
.block-left .menu-left ul li a {
  font-family: 'Tungsten-Book';
  text-align: left;
  float: left;
  width: 100%;
  font-size: 25px;
  line-height: 55px;
  padding: 0 15px;
  text-decoration: none;
}
/* line 47, ../scss/modules/_blocks.scss */
.block-left .menu-left ul li a.active, .block-left .menu-left ul li a:hover {
  color: #3c3c38;
  background-color: #e4e4e4;
}
@media (max-width: 767px) {
  /* line 2, ../scss/modules/_blocks.scss */
  .block-left {
    display: none;
  }
}

/* Block header page */
/* line 61, ../scss/modules/_blocks.scss */
.header-page {
  background-repeat: no-repeat;
  background-position: bottom right;
  position: relative;
  float: left;
  width: 100%;
  height: 385px;
}
/* line 68, ../scss/modules/_blocks.scss */
.header-page.no-media {
  height: auto;
  margin-bottom: 10px;
}
/* line 71, ../scss/modules/_blocks.scss */
.header-page.no-media .details-img {
  display: none;
}
/* line 74, ../scss/modules/_blocks.scss */
.header-page.no-media .breadcrumb {
  height: auto;
  position: relative;
}
/* line 79, ../scss/modules/_blocks.scss */
.header-page h1 {
  font-family: 'Tungsten-Bold';
  float: left;
  width: 100%;
  padding: 15px;
  margin: 0;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 40px;
}
/* line 89, ../scss/modules/_blocks.scss */
.header-page .breadcrumb {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: transparent;
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 15px;
  font-size: 15px;
  height: auto !important;
  border-radius: 0;
}
/* line 101, ../scss/modules/_blocks.scss */
.header-page .breadcrumb > li + li:before {
  color: initial;
}

/* line 107, ../scss/modules/_blocks.scss */
.account {
  border-style: solid;
  border-width: 1px;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
}
/* line 113, ../scss/modules/_blocks.scss */
.account .logo-bloc {
  border-right-width: 1px;
  border-right-style: solid;
}
/* line 116, ../scss/modules/_blocks.scss */
.account .logo-bloc img {
  width: 40%;
  margin: 50px 0;
}
/* line 121, ../scss/modules/_blocks.scss */
.account h1 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
/* line 126, ../scss/modules/_blocks.scss */
.account form input {
  background-color: #ededed;
  border: 0;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  margin: 5px 0;
  color: #3c3c38 !important;
}
/* line 137, ../scss/modules/_blocks.scss */
.account form button {
  border: 0;
  float: right;
  width: auto;
  height: 40px;
  line-height: 40px;
  margin: 5px 0;
  transition: all 0.1s linear !important;
  -moz-transition: all 0.1s linear !important;
  -webkit-transition: all 0.1s linear !important;
  -o-transition: all 0.1s linear !important;
}

/* line 154, ../scss/modules/_blocks.scss */
.login-list form input {
  background-color: #fff;
  border: 0;
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  margin: 5px 0;
  color: #3c3c38 !important;
}
/* line 165, ../scss/modules/_blocks.scss */
.login-list form button {
  border: 0;
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 5px 0;
  color: #000;
  transition: all 0.1s linear !important;
  -moz-transition: all 0.1s linear !important;
  -webkit-transition: all 0.1s linear !important;
  -o-transition: all 0.1s linear !important;
}

/* line 181, ../scss/modules/_blocks.scss */
.picture-carre .news {
  background-position: top center !important;
  background-size: 311px !important;
}

/* News responsive */
@media (max-width: 767px) {
  /* line 4, ../scss/modules/_sections.scss */
  .page-content .news,
  .content-c .news {
    background-position: center center !important;
    background-size: cover !important;
  }
}

/* yns: begin add link marker */
.blink_me {
    color : green;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 2.0; }
    50% { opacity: 0.0; }
    100% { opacity: 2.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 2.0; }
    50% { opacity: 0.0; }
    100% { opacity: 2.0; }
}

@keyframes blinker {  
    0% { opacity: 2.0; }
    50% { opacity: 0.0; }
    100% { opacity: 2.0; }
}

/* yns: end add link marker */