@charset "UTF-8";
/**********
VARIABLES & MIXINS
**********/
/**********
GENERAL
**********/
body {
  font-family: Arial;
  font-size: 14px;
  color: #646464;
}

#wrapper {
  padding: 0;
}

h1 {
  position: relative;
  font-family: "futura-book", Arial;
  font-size: 36px;
  color: #2282c0;
}
h1 span {
  font-family: "futura-light", Arial;
  font-size: 30px;
  color: #2282c0;
  text-transform: none;
}

h2 {
  font-family: "futura-book", Arial;
  font-size: 18px;
  color: #2282c0;
  text-transform: uppercase;
}

h3 {
  font-family: "futura-book", Arial;
  font-size: 16px;
  color: #2282c0;
}

h4 {
  font-family: "futura-bold", Arial;
  font-size: 12px;
  color: #646464;
}

a,
a:visited {
  color: #2282c0;
}

::-webkit-input-placeholder {
  color: #646464;
}

::-moz-placeholder {
  color: #646464;
}

:-ms-input-placeholder {
  color: #646464;
}

input:-moz-placeholder {
  color: #646464;
}

input,
select,
textarea {
  border-radius: 0;
}

#lazyload-button,
#lazyload-button-minas,
#lazyload-button-actues {
  margin-top: 25px;
  font-family: "futura-light", Arial;
  font-size: 14px;
  color: #777;
  background-color: #fff;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  border: 1px solid #777;
}

#lazyload-button:hover,
#lazyload-button-minas:hover,
#lazyload-button-actu:hover {
  background-color: #777777;
  color: #ffffff;
  border: 1px solid #fff;
}

/**Smartphones**/
@media (max-width: 767px) {
  .container {
    padding: 0 18px;
  }

  h1 {
    font-size: 28px;
  }
  h1 span {
    font-size: 24px;
  }
}
/**********
PAGINATION
**********/
.pagination {
  margin-top: 50px;
}
.pagination li a {
  margin-left: 10px;
  padding: 6px;
  font-family: "futura-book", Arial;
  font-size: 14px;
  color: #646464;
  background-color: #f5f5f5;
  border: none;
  line-height: 1;
  border-radius: 0;
}
.pagination li:first-child a,
.pagination li:last-child a {
  padding: 4px 6px;
  font-family: "futura-book", Arial;
  font-size: 18px;
  color: #2282c0;
}
.pagination a:hover {
  color: #2282c0;
}
.pagination .active {
  font-family: "futura-bold", Arial;
  font-size: 14px;
  color: #2282c0;
}

/**********
HEADER
**********/
header #header-top {
  background-color: #ebebeb;
}
header #header-top #language-switcher {
  position: relative;
  height: 39px;
  border-left: 1px solid #fff;
}
header #header-top #language-switcher #switch {
  position: absolute;
  z-index: 9999;
  padding: 9px 10px;
  background-color: #ebebeb;
}
header #header-top #language-switcher #switch ul {
  margin: 0;
}
header #header-top #language-switcher #switch ul li {
  display: none;
  margin-top: 15px;
  padding-right: 15px;
}
header #header-top #language-switcher #switch ul li:first-child {
  display: block;
  margin-top: 0;
  background: url(../imgs/fleche-bas.png) no-repeat right center;
}
header #header-top #language-switcher #switch ul a {
  display: block;
}
header #header-top #language-switcher #switch ul a:hover {
  text-decoration: none;
}
header #header-top #language-switcher #switch ul img {
  margin-right: 5px;
}
header #header-top #language-switcher #switch ul:hover li {
  display: block;
}
header #header-top a {
  display: block;
  font-family: "futura-light", Arial;
  font-size: 11px;
  color: #969696;
}
header #header-top #contact-link,
header #header-top #plan-link {
  float: left;
  margin-right: 20px;
  padding: 11.5px 0;
}
header #header-top #contact-link img,
header #header-top #plan-link img {
  margin: -3px 5px 0 0;
}
header #header-top #social-links {
  float: left;
  margin: 0;
  padding: 10px 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
header #header-top #social-links li {
  float: left;
  margin-left: 20px;
}
header #header-top #social-links li:last-child {
  margin-right: 20px;
}
header #header-main {
  padding-top: 15px;
  padding-bottom: 20px;
}
header #menu {
  margin-top: 50px;
}
header #menu > div {
  position: relative;
}
header #menu ul {
  list-style-type: none;
  margin: 4px 0;
  padding: 0;
}
header #menu ul li {
  float: left;
  margin-right: 10px;
}
header #menu ul a {
  font-family: "futura", Arial;
  font-size: 14px;
  color: #646464;
  text-transform: uppercase;
}
header #menu ul a:hover {
  color: #ffc424;
  text-decoration: none;
}
header #menu ul .current-menu-item a {
  font-family: "futura-bold", Arial;
  font-size: 14px;
  color: #ffc424;
}
header #menu ul .sub-menu {
  position: absolute;
  left: -30px;
  top: 63px;
  margin-top: 20px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
header #menu ul .sub-menu li {
  float: none;
  padding-bottom: 5px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
header #menu ul .sub-menu li:before {
  content: url(../imgs/puce-menu.png);
  margin-right: 7.5px;
}
header #menu ul .sub-menu a {
  font-family: Arial;
  font-size: 12px;
  color: #fff;
}
header #menu ul .sub-menu a:hover {
  color: #ffc424;
  text-decoration: none;
}
header #menu #search-field {
  position: absolute;
  bottom: -27px;
  right: 0;
  border: 1px solid #2282c0;
  border-radius: 0;
  padding: 3px;
}
header #menu #search-field #searchform {
  margin: 0;
  min-width: 200px;
}
header #menu #search-field input, header #menu #search-field button {
  padding: 0;
  border: none;
  background: none;
}
header #menu #search-field button {
  box-shadow: none;
}
header .search-btn {
  padding: 2px 5px 4px 5px;
  border: 1px solid #2282c0;
}
header #sub-menus {
  display: none;
  margin-bottom: 20px;
  padding: 20px 0 40px 0;
  background-color: #2282c0;
}
header #sub-menus .item-name::after {
  content: url(../imgs/filet-menu.png);
  position: absolute;
  right: 0;
  top: 5px;
}
header #sub-menus .title {
  font-family: "futura-light", Arial;
  font-size: 24px;
  color: #fff;
}
header #sub-menus .subtitle {
  font-family: Arial;
  font-size: 14px;
  color: #fff;
}

/**Small Desktops**/
@media (min-width: 992px) and (max-width: 1199px) {
  header #menu {
    margin-top: 15px;
  }
  header #menu ul .sub-menu {
    left: 90px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
/**Tablettes Portrait**/
@media (min-width: 768px) and (max-width: 991px) {
  header #sub-menus ul {
    margin-left: 0;
  }
}
/**Smartphones**/
@media (max-width: 767px) {
  header #header-top #language-switcher {
    padding: 0;
  }
  header #header-top #language-switcher #switch {
    padding: 9px 0;
  }
  header #header-top #language-switcher #switch ul li {
    padding-left: 5px;
    padding-right: 10px;
  }
  header #header-top #contact-link {
    margin-right: 10px;
  }
  header #header-top #contact-link a {
    font-size: 10px;
  }
  header #header-top #plan-link {
    margin-right: 0;
  }
  header #header-top #plan-link a {
    font-size: 10px;
  }
  header #header-top #social-links {
    float: right;
    clear: both;
    overflow: hidden;
    border: none;
  }
  header #header-top #social-links li:last-child {
    margin-right: 0;
  }
  header #menu #search-field {
    position: relative;
    bottom: -10px;
  }
}
/**********
BREADCRUMB
**********/
#breadcrumb {
  margin-top: 15px;
  border-bottom: 1px solid #ebebeb;
}
#breadcrumb a {
  font-family: Arial;
  font-size: 11px;
  color: #646464;
}
#breadcrumb .breadcrumb_last {
  font-family: Arial;
  font-size: 11px;
  color: #2282c0;
}

/**********
HOME
**********/
#home a:hover {
  text-decoration: none;
}
#home #mosaic {
  padding-bottom: 20px;
  background: url(../imgs/trait-bg.png) repeat-x;
}
#home #mosaic .block {
  position: relative;
}
#home #mosaic .block > div {
  background-size: cover !important;
  background-position: center !important;
}
#home #mosaic .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: 400px;
}
#home #mosaic .embed-container iframe,
#home #mosaic .embed-container object,
#home #mosaic .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home #mosaic #welcome,
#home #mosaic #midi,
#home #mosaic #innovation,
#home #mosaic #news {
  margin-bottom: 20px;
}
#home #mosaic #welcome-container,
#home #mosaic #industry-container {
  height: 400px;
}
#home #mosaic #opportunities-container,
#home #mosaic #research-container,
#home #mosaic #opportunities-container,
#home #mosaic #midi-container,
#home #mosaic #innovation-container,
#home #mosaic #campus-container,
#home #mosaic #news-container {
  height: 190px;
}
#home #mosaic .text-container {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40px;
  margin-left: 12px;
  padding: 5px 10px;
  width: calc(100% - 24px);
  background-color: rgba(34, 130, 192, 0.7);
  overflow: hidden;
  text-decoration: none;
}
#home #mosaic .title {
  display: block;
  margin-bottom: 0;
  font-family: "futura", Arial;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}
#home #mosaic .desc {
  display: block;
  font-family: "futura-light", Arial;
  font-size: 12px;
  color: #fff;
}
#home #mosaic .link {
  display: block;
  margin-top: 0;
  font-family: "futura", Arial;
  font-size: 13px;
  color: #fff;
}
#home #mosaic #feeds {
  height: 400px;
  overflow-y: scroll;
}
#home #mosaic #feeds .twitter-timeline {
  border: 5px solid #86c8e3;
}
#home #figures {
  padding: 40px 0;
}
#home #figures h1 {
  position: relative;
  font-family: "futura-light", Arial;
  font-size: 36px;
  color: #2282c0;
}
#home #figures h1 span {
  font-family: "futura-book", Arial;
}
#home #figures h1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 5px auto 0 auto;
  width: 115px;
  height: 4px;
  background-color: #2282c0;
}
#home #figures hr {
  margin-top: 14px;
  margin-bottom: 50px;
  background-color: #dcdcdc;
}
#home #figures .figure {
  display: block;
  font-family: "futura-bc", Arial;
  font-size: 40px;
  color: #2282c0;
  text-align: center;
  line-height: 1;
}
#home #figures .text-figure {
  position: relative;
  display: block;
  font-family: "futura-lc", Arial;
  font-size: 21px;
  color: #646464;
  text-align: center;
  text-transform: uppercase;
}
#home #figures .text-figure::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 20px auto;
  width: 24px;
  height: 3px;
  background-color: #ffc424;
}
#home #figures img {
  display: block;
  margin: 40px auto 0 auto;
}
#home .links {
  display: block;
  float: left;
  padding-left: 10px;
  margin: 30px 0 0 10px;
  line-height: 0.8;
  text-transform: none;
}
#home .links img {
  margin-left: 5px;
}
#home #news-agenda {
  margin-top: 100px;
}
#home #latest-news {
  padding: 20px 20px 1px 0;
  background-color: #2282c0;
}
@media (min-width: 1200px) {
  #home #latest-news #news-wrapper {
    width: 570px;
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #home #latest-news #news-wrapper {
    width: 470px;
    float: right;
  }
}
#home #latest-news .title {
  float: left;
  margin-bottom: 20px;
  font-family: "futura-light", Arial;
  font-size: 36px;
  color: #fff;
}
#home #latest-news .title span {
  font-family: "futura-book", Arial;
  font-weight: normal;
}
#home #latest-news #news-link {
  font-family: Arial;
  font-size: 15px;
  color: #fff;
  border-left: 1px solid #fff;
}
#home #latest-news .panel {
  border-radius: 0;
  border: none;
}
#home #latest-news .active .panel-heading {
  background: url(../imgs/fleche-jaune-haut.png) no-repeat 97% 20px, #fff;
}
#home #latest-news .active h4 a {
  color: #646464 !important;
}
#home #latest-news .panel-group {
  clear: both;
  overflow: hidden;
}
#home #latest-news .panel-heading {
  clear: both;
  overflow: hidden;
  padding: 5px;
  border-radius: 0;
  border: none;
  background: url(../imgs/fleche-blanche-bas.png) no-repeat 97% 20px, #86c8e3;
}
#home #latest-news .panel-heading .date {
  float: left;
  margin-right: 10px;
  padding: 0 5px;
  background-color: #86c8e3;
  font-family: "futura-lc", Arial;
  font-size: 18px;
  color: #fff;
}
#home #latest-news .panel-heading .date strong {
  font-family: "futura-bc", Arial;
  font-size: 28px;
  color: #fff;
  font-weight: normal;
}
#home #latest-news .panel-heading .news-title {
  display: block;
  padding: 5.5px 0;
}
#home #latest-news .panel-heading h4 a {
  display: block;
  padding-right: 35px;
  font-family: "futura", Arial;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}
#home #latest-news .panel-heading h4 a:hover,
#home #latest-news .panel-heading h4 a:focus {
  text-decoration: none;
}
#home #latest-news .panel-body {
  height: 224px;
  padding-left: 70px;
  border-top: none;
  font-family: Arial;
  font-size: 12px;
  color: #646464;
}
#home #latest-news .panel-body .more {
  display: block;
  margin-top: 40px;
  font-weight: bold;
  color: #2282c0;
  text-decoration: none;
}
#home #latest-news .panel-body .more img {
  margin-left: 5px;
}
#home #agenda {
  padding: 20px 0 0 20px;
  background-color: #ebebeb;
}
@media (min-width: 1200px) {
  #home #agenda #agenda-wrapper {
    width: 570px;
    float: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #home #agenda #agenda-wrapper {
    width: 470px;
    float: left;
  }
}
#home #agenda .title {
  float: left;
  margin-bottom: 20px;
  font-family: "futura-light", Arial;
  font-size: 36px;
  color: #2282c0;
}
#home #agenda .title span {
  font-family: "futura-book", Arial;
  font-weight: normal;
}
#home #agenda #agenda-link {
  font-family: Arial;
  font-size: 15px;
  color: #646464;
  border-left: 1px solid #646464;
}
#home #agenda .event {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}
#home #agenda .event a {
  width: 7%;
  height: 103px;
  float: left;
  background: url(../imgs/picto-lien-agenda.png) no-repeat right center, #fff;
}
#home #agenda .date {
  width: 20%;
  float: left;
  padding: 7.5px 7.5px 2.5px 7.5px;
  background-color: #86c8e3;
}
#home #agenda .date .day {
  display: block;
  font-family: "futura-lc", Arial;
  font-size: 18px;
  color: #fff;
}
#home #agenda .date .day-figure {
  font-family: "futura-bc", Arial;
  font-size: 47px;
  color: #fff;
}
#home #agenda .date .month {
  font-family: "futura-cond", Arial;
  font-size: 36px;
  color: #fff;
}
#home #agenda .event-text {
  width: 73%;
  height: 103px;
  float: left;
  padding: 10px 0 10px 10px;
  background: #fff;
}
#home #agenda .event-text h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "futura", Arial;
  font-size: 18px;
  color: #646464;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#home #agenda .event-text .desc {
  font-family: Arial;
  font-size: 12px;
  color: #646464;
}
#home #latest-opportunities {
  clear: both;
  padding-top: 30px;
  padding-bottom: 60px;
  background: url(../imgs/visuel-offres.jpg) no-repeat;
  background-size: cover;
}
#home #latest-opportunities #opportunities-wrapper {
  position: relative;
}
#home #latest-opportunities #opportunities-wrapper .title {
  float: left;
  position: relative;
  font-family: "futura-light", Arial;
  font-size: 36px;
  color: #2282c0;
}
#home #latest-opportunities #opportunities-wrapper .title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 5px auto;
  width: 115px;
  height: 4px;
  background-color: #86c8e3;
}
#home #latest-opportunities #opportunities-wrapper #opportunities-link {
  margin-top: 25px;
  font-family: Arial;
  font-size: 15px;
  color: #646464;
  border-left: 1px solid #646464;
}
#home #latest-opportunities .opportunity {
  margin-top: 40px;
}
#home #latest-opportunities .opportunity .opportunity-container {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
}
#home #latest-opportunities .opportunity .type {
  margin: 0;
  font-family: "futura-light", Arial;
  font-size: 30px;
  color: #646464;
}
#home #latest-opportunities .opportunity h3 {
  margin-top: 10px;
  font-family: Arial;
  font-size: 14px;
  color: #646464;
}
#home #latest-opportunities .opportunity .date {
  margin-bottom: 20px;
  font-family: Arial;
  font-size: 12px;
  color: #646464;
}
#home #latest-opportunities .opportunity .date span {
  font-weight: bold;
  color: #ffc424;
}
#home #latest-opportunities .opportunity .more {
  padding: 5px;
  background-color: #fff;
  font-family: Arial;
  font-size: 14px;
  color: #2282c0;
  border: 1px solid #2282c0;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
#home #latest-opportunities .opportunity .more:hover {
  background-color: #2282c0;
  color: #fff;
  text-decoration: none;
}
#home #about-twitter {
  padding-top: 30px;
  padding-bottom: 30px;
}
#home #about-minatec h2 {
  margin-top: 10px;
  font-family: "futura-light", Arial;
  font-size: 36px;
  color: #2282c0;
}
#home #about-minatec h2 span {
  font-family: "futura-book", Arial;
}
#home #about-minatec .desc,
#home #about-minatec .more {
  font-family: Arial;
  font-size: 12px;
  color: #646464;
}
#home #about-minatec .desc {
  margin-top: 10px;
}
#home #about-minatec .more {
  display: inline-block;
  margin-top: 20px;
  padding: 10px;
  color: #2282c0;
  border: 1px solid #2282c0;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
#home #about-minatec .more:hover {
  background-color: #2282c0;
  color: #fff;
  text-decoration: none;
}
#home #twitter .title {
  margin: 5px 0;
  font-family: "futura-light", Arial;
  font-size: 36px;
  color: #2282c0;
}
#home #twitter .title span {
  font-family: "futura-book", Arial;
}
#home #twitter #feeds {
  height: 100%;
  overflow-y: scroll;
}
#home #twitter #feeds .twitter-timeline {
  border: 5px solid #86c8e3;
}

/**Small Desktops**/
@media (min-width: 992px) and (max-width: 1199px) {
  #home #figures .figure {
    font-size: 30px;
  }
  #home #figures .text-figure {
    font-size: 17px;
  }
  #home #latest-news .title {
    font-size: 27px;
  }
  #home #latest-news #news-link {
    margin-top: 23px;
  }
  #home #latest-news .panel-body .more {
    margin-top: 20px;
  }
  #home #agenda {
    padding-bottom: 33px;
  }
  #home #agenda .title {
    font-size: 28px;
  }
  #home #agenda #agenda-link {
    margin-top: 23px;
  }
  #home #agenda .date {
    height: 103px;
  }
  #home #agenda .date .day-figure {
    font-size: 40px;
  }
  #home #agenda .date .month {
    font-size: 28px;
  }
  #home #agenda .event-text {
    height: 103px;
  }
  #home #agenda .event-text h3 {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
/**Tablettes Portrait**/
@media (min-width: 768px) and (max-width: 991px) {
  #home #figures .figure-block {
    margin-bottom: 30px;
  }
  #home #figures .figure-block:nth-child(3n+4) {
    clear: left;
  }
  #home #news-agenda {
    margin-top: 50px;
  }
  #home #news-agenda #latest-news {
    padding: 20px 10px 0 10px;
  }
  #home #news-agenda #latest-news .title {
    font-size: 17px;
  }
  #home #news-agenda #latest-news #news-link {
    margin-top: 12px;
  }
  #home #news-agenda #latest-news .panel-body {
    height: 260px;
  }
  #home #news-agenda #latest-news .panel-body .more {
    margin-top: 10px;
  }
  #home #agenda {
    padding: 20px 10px 35px 10px;
  }
  #home #agenda .event-text h3 {
    margin-bottom: 10px;
  }
  #home #agenda .title {
    font-size: 18px;
  }
  #home #agenda #agenda-link {
    margin-top: 12px;
  }
  #home #agenda .date {
    padding: 21.5px 7.5px;
  }
  #home #agenda .date .day-figure {
    font-size: 25px;
  }
  #home #agenda .date .month {
    font-size: 19px;
  }
  #home #latest-opportunities .title {
    font-size: 28px !important;
  }
  #home #latest-opportunities #opportunities-wrapper #opportunities-link {
    margin-top: 15px;
  }
  #home #about-minatec h2,
#home #about-minatec .title,
#home #twitter h2,
#home #twitter .title {
    font-size: 28px;
  }
}
/**Smartphones**/
@media (max-width: 767px) {
  #home #mosaic {
    background: none;
  }
  #home #mosaic .block {
    margin-bottom: 20px;
  }
  #home #mosaic .block > div {
    height: 225px !important;
    background-size: 100% !important;
    background-position: center !important;
  }
  #home #figures {
    margin-top: 0;
  }
  #home #figures .figure-block {
    margin-bottom: 30px;
  }
  #home #figures .figure-block .figure {
    font-size: 38px;
  }
  #home #figures .figure-block .text-figure {
    font-size: 19px;
  }
  #home #figures h1 {
    font-size: 32px;
  }
  #home #figures hr {
    margin-bottom: 30px;
  }
  #home #news-agenda {
    margin-top: 0;
  }
  #home #latest-news,
#home #agenda {
    padding: 10px;
  }
  #home #latest-news .title,
#home #agenda .title {
    margin-bottom: 0;
    font-size: 28px;
  }
  #home #latest-news .panel-body,
#home #agenda .panel-body {
    height: auto;
  }
  #home #latest-news .panel-body .more,
#home #agenda .panel-body .more {
    margin-top: 20px;
    padding: 7.5px;
    background-color: #2282c0;
    color: #fff;
    text-align: center;
  }
  #home #latest-news #news-link,
#home #latest-news #agenda-link,
#home #agenda #news-link,
#home #agenda #agenda-link {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    background-color: #fff;
    color: #2282c0;
    line-height: 1;
    text-align: center;
    border: none;
  }
  #home #latest-news .date,
#home #latest-news .event-text,
#home #agenda .date,
#home #agenda .event-text {
    width: 100%;
  }
  #home #latest-news .date .day,
#home #latest-news .event-text .day,
#home #agenda .date .day,
#home #agenda .event-text .day {
    float: left;
    margin-right: 5px;
  }
  #home #latest-news .date .day-figure,
#home #latest-news .date .month,
#home #latest-news .event-text .day-figure,
#home #latest-news .event-text .month,
#home #agenda .date .day-figure,
#home #agenda .date .month,
#home #agenda .event-text .day-figure,
#home #agenda .event-text .month {
    font-size: 18px;
  }
  #home #latest-news .event-text,
#home #agenda .event-text {
    height: auto;
    padding-right: 40px;
  }
  #home #latest-opportunities {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  #home #latest-opportunities .title {
    font-size: 24px;
    text-align: center;
  }
  #home #latest-opportunities .opportunity {
    margin-top: 20px;
  }
  #home #latest-opportunities .opportunity .more {
    display: block;
    padding: 7.5px;
    text-align: center;
  }
  #home #about-minatec h2,
#home #about-minatec .title,
#home #twitter h2,
#home #twitter .title {
    font-size: 28px;
  }
  #home #about-minatec .more,
#home #twitter .more {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
/**********
PAGE CMS
**********/
.default {
  margin-bottom: 50px;
}
.default .banner {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.4);
}
.default .banner img {
  width: 100%;
}
.default main {
  margin-top: 30px;
}
.default h1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 5px 0;
  width: 115px;
  height: 4px;
  background-color: #ffc424;
}
.default #intro {
  background-color: #f5f5f5;
  padding: 5px 10px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.default #intro p {
  margin: 0;
}
.default .categories {
  margin-top: 25px;
}
.default .categories span {
  color: #2282c0;
  font-weight: bold;
}
.default #quote {
  margin-top: 25px;
  padding: 10px;
  background-color: #f5f5f5;
}
.default #quote .quote {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "futura-light", Arial;
  font-size: 18px;
  color: #2282c0;
  text-transform: uppercase;
  font-style: italic;
  background: url(../imgs/guillemet-gauche.png) no-repeat 0 0, url(../imgs/guillemet-droit.png) no-repeat 100% 100%;
}
.default #quote .author {
  padding-left: 20px;
  font-family: Arial;
  font-size: 12px;
  color: #646464;
  font-weight: bold;
}
.default #quote .job {
  font-size: 11px;
  font-weight: normal;
}
.default .cms {
  margin-top: 30px;
  font-family: Arial;
  font-size: 14px;
  color: #646464;
}
.default .cms h2 {
  margin-top: 20px;
}
.default .cms img {
  max-width: 100%;
  height: auto;
}
.default .cms ul {
  margin-left: 0;
  padding-left: 15px;
  list-style-image: url("../imgs/ico-arrow-small.png");
}
.default .cms .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.default .cms .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.default #links {
  margin-top: 30px;
}
.default #links ul {
  margin: 0;
}
.default #return a {
  text-decoration: none;
  padding: 10px;
  font-family: "futura-light", Arial;
  font-size: 16px;
  color: #fff;
  background-color: #2282c0;
  text-transform: uppercase;
  border: none;
  box-shadow: none;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.default #return a:hover {
  background-color: #ffc424;
}

#files {
  margin-top: 30px;
}
#files ul {
  margin: 0;
}
#files img {
  margin-top: -10px;
}

.sidebar {
  margin-top: 30px;
  /**Centre de congrès**/
}
.sidebar .title {
  position: relative;
  margin-bottom: 20px;
  font-family: "futura-book", Arial;
  font-size: 24px;
  color: #2282c0;
}
.sidebar #side-nav .title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0 0;
  width: 23px;
  height: 2px;
  background-color: #ffc424;
}
.sidebar #side-nav ul {
  margin: 0;
}
.sidebar #side-nav ul li {
  font-family: "futura-bold", Arial;
  font-size: 12px;
  color: #969696;
  margin-bottom: 5px;
  padding: 10px;
  background-color: #f5f5f5;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.sidebar #side-nav ul li ul {
  padding-left: 20px;
  list-style-type: none;
}
.sidebar #side-nav ul li ul li {
  padding: 0;
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: none;
}
.sidebar #side-nav ul a.active {
  color: #2282c0;
}
.sidebar #side-nav ul a {
  display: block;
  font-family: "futura-bold", Arial;
  font-size: 12px;
  color: #969696;
}
.sidebar #side-nav ul .current_page_item a,
.sidebar #side-nav ul a:hover {
  color: #2282c0;
  text-decoration: none;
}
.sidebar #side-nav ul .current_page_item ul a {
  color: #969696;
}
.sidebar #side-nav ul .current_page_item ul a:hover {
  color: #2282c0;
}
.sidebar #opportunities-list,
.sidebar #news-list {
  margin-top: 30px;
}
.sidebar #opportunities-list .opportunity,
.sidebar #opportunities-list .news,
.sidebar #news-list .opportunity,
.sidebar #news-list .news {
  margin-bottom: 5px;
  padding: 10px;
  border: 1px solid #dcdcdc;
  background: url(../imgs/picto-fleche-lien.png) no-repeat 97% center;
  font-family: Arial;
  font-size: 12px;
  color: #969696;
}
.sidebar #opportunities-list .opportunity .type,
.sidebar #opportunities-list .opportunity .date,
.sidebar #opportunities-list .news .type,
.sidebar #opportunities-list .news .date,
.sidebar #news-list .opportunity .type,
.sidebar #news-list .opportunity .date,
.sidebar #news-list .news .type,
.sidebar #news-list .news .date {
  margin: 0;
  color: #2282c0;
  font-weight: bold;
}
.sidebar #opportunities-list .opportunity a,
.sidebar #opportunities-list .news a,
.sidebar #news-list .opportunity a,
.sidebar #news-list .news a {
  color: #969696;
}
.sidebar #opportunities-list .opportunity a:hover,
.sidebar #opportunities-list .news a:hover,
.sidebar #news-list .opportunity a:hover,
.sidebar #news-list .news a:hover {
  text-decoration: none;
  color: #2282c0;
}
.sidebar #opportunities-list .news-link,
.sidebar #news-list .news-link {
  display: block;
  margin-top: 20px;
  padding: 10px;
  font-family: "futura-light", Arial;
  font-size: 16px;
  color: #fff;
  background: url(../imgs/picto-fleche-lien.png) no-repeat 97% center, #2282c0;
  text-transform: uppercase;
}
.sidebar #opportunities-list .news-link:hover,
.sidebar #news-list .news-link:hover {
  text-decoration: none;
}
.sidebar #opportunities-list .title {
  padding-left: 45px;
  line-height: 1;
  background: url(../imgs/picto-offres.png) no-repeat left center;
}
.sidebar #news-list .title {
  padding-left: 45px;
  line-height: 36px;
  background: url(../imgs/picto-actus.png) no-repeat left center;
}
.sidebar .agenda-link {
  display: block;
  margin-top: 20px;
  padding: 10px;
  font-family: "futura-light", Arial;
  font-size: 16px;
  color: #fff;
  background: url(../imgs/picto-fleche-lien.png) no-repeat 97% center, #2282c0;
  text-transform: uppercase;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.sidebar .agenda-link img {
  float: left;
  margin-right: 15px;
}
.sidebar .agenda-link:hover {
  background-color: #ffc424;
  text-decoration: none;
}
.sidebar #menu-contact-block {
  margin-top: 25px;
  padding: 20px 10px;
  color: #2282c0;
  border: 1px solid #2282c0;
}
.sidebar #menu-contact-block > * {
  color: #2282c0;
}
.sidebar #menu-contact-block h3 {
  margin: 0 0 10px 0;
  font-family: "futura-book", Arial;
  font-size: 16px;
  text-transform: uppercase;
}
.sidebar #menu-contact-block p {
  margin-bottom: 0;
}
.sidebar #menu-contact-block a {
  color: #2282c0;
}
.sidebar #menu-contact-block:hover {
  color: #fff;
  background-color: #2282c0;
}
.sidebar #menu-contact-block:hover > * {
  color: #fff;
}
.sidebar #menu-contact-block:hover a {
  color: #fff;
}

/*Listing*/
#listing {
  margin-top: 30px;
}
#listing .article {
  margin: 0 -10px 30px -10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}

/**Small Desktops**/
@media (min-width: 992px) and (max-width: 1199px) {
  .default .sidebar #opportunities-list .opportunity,
.default .sidebar #opportunities-list .news,
.default .sidebar #news-list .opportunity,
.default .sidebar #news-list .news {
    padding-right: 15px;
  }
}
/**Smartphones**/
@media (max-width: 767px) {
  .default {
    margin-bottom: 20px;
  }
  .default main {
    margin-top: 10px;
  }
  .default #quote .quote {
    font-size: 16px;
  }
  .default #return {
    margin-top: 20px;
  }
  .default #return div {
    margin-top: 10px;
  }
}
/**********
PHOTOTHEQUE
**********/
#library {
  /**Desktops**/
  /*@media(min-width: 992px) {
    #gallery {
      .img-container:nth-child(4n+5) {
        clear: left;
      }
    }
  }*/
  /**Tablettes Portrait**/
  /**Smartphones**/
}
#library #filters-list ul {
  margin: 39px 0 0 0;
}
#library #filters-list ul li {
  float: left;
  margin-left: 15px;
}
#library #filters-list ul li a {
  font-family: "futura-book", Arial;
  font-size: 13px;
  color: #646464;
  text-transform: uppercase;
}
#library #filters-list ul li a:hover {
  text-decoration: none;
  color: #ffc424;
}
#library #filters-list ul li .active {
  font-family: "futura-bold", Arial;
  color: #ffc424;
}
#library #gallery {
  margin-top: 50px;
}
#library #gallery .img-container {
  height: 150px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #library #gallery .img-container:nth-child(4n+5) {
    clear: left;
  }
}
@media (max-width: 767px) {
  #library #gallery .img-container:nth-child(2n+3) {
    clear: left;
  }
}

#download-btn-img {
  display: inline-block;
  margin-top: 20px;
  padding: 7.5px;
  font-family: "futura-light", Arial;
  font-size: 14px;
  color: #fff;
  background-color: #2282c0;
  text-transform: uppercase;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}

#download-btn-img:hover {
  background-color: #ffc424;
  text-decoration: none;
}

/**********
ACTUALITES
**********/
#news-list h1 {
  margin-bottom: 25px;
}
#news-list .news {
  margin-top: 20px;
  padding: 10px;
  background-color: #f5f5f5;
}
#news-list .news .date {
  margin-bottom: 5px;
  font-family: Arial;
  font-size: 14px;
  color: #646464;
  font-style: italic;
}
#news-list .news h2 {
  font-family: "futura", Arial;
  float: left;
  margin-top: 0;
}
#news-list .news .categories {
  float: right;
  margin: 0 0 20px 0;
}
#news-list .news .categories li {
  float: left;
  margin-left: 5px;
  padding: 2px 5px;
  font-family: "futura-book", Arial;
  font-size: 12px;
  color: #fff;
  background-color: #ffc424;
  text-transform: uppercase;
}
#news-list .news .desc {
  clear: both;
  font-size: 13px;
}
#news-list .news .desc .more {
  color: #ffc424;
}
#news-list .news .desc .more:hover {
  text-decoration: none;
  font-weight: bold;
}
#news-list .agenda-link {
  display: block;
  margin-top: 20px;
  padding: 10px;
  font-family: "futura-light", Arial;
  font-size: 16px;
  color: #fff;
  background: url(../imgs/picto-fleche-lien.png) no-repeat 97% center, #2282c0;
  text-transform: uppercase;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
#news-list .agenda-link img {
  float: left;
  margin-right: 15px;
}
#news-list .agenda-link:hover {
  background-color: #ffc424;
  text-decoration: none;
}

/**********
AGENDA
**********/
#agendas {
  /**Small Desktops**/
  /**Tablettes Portrait**/
  /**Smartphones**/
}
#agendas h1 {
  margin-bottom: 25px;
}
#agendas .event {
  min-height: 110px;
  position: relative;
  margin-bottom: 25px;
  padding: 10px;
  background-color: #f5f5f5;
}
#agendas .event > div {
  min-height: 110px;
}
#agendas .event .date {
  color: #fff;
  width: 15%;
  position: absolute;
  left: 0;
  height: 100%;
  padding-top: 7.5px;
  padding-bottom: 2.5px;
  background-color: #86c8e3;
  line-height: 1;
  font-size: 12px;
}
#agendas .event .date .day {
  display: block;
  font-family: "futura-lc", Arial;
  font-size: 18px;
  color: #fff;
}
#agendas .event .date .day-figure {
  font-family: "futura-bc", Arial;
  font-size: 30px;
  color: #fff;
}
#agendas .event .date .month {
  font-family: "futura-cond", Arial;
  font-size: 24px;
  color: #fff;
}
#agendas .event .details {
  margin-left: 15%;
}
#agendas .event .details h2 {
  margin: 0;
  font-family: "futura", Arial;
}
#agendas .event .details .place {
  text-transform: uppercase;
}
#agendas .event .details .place,
#agendas .event .details .desc {
  font-family: Arial;
  font-size: 12px;
  color: #646464;
}
#agendas .event .details .docs-list,
#agendas .event .details .links-list {
  margin: 10px 0 0 0;
}
#agendas .event .details .docs-list a,
#agendas .event .details .links-list a {
  font-family: Arial;
  font-size: 12px;
  color: #2282c0;
}
#agendas .event .details .docs-list a:hover,
#agendas .event .details .links-list a:hover {
  text-decoration: none;
  color: #ffc424;
}
#agendas .all-offers {
  font-family: Arial;
  font-size: 12px;
  color: #2282c0;
}
#agendas .all-offers img {
  margin-left: 5px;
}
#agendas #today {
  margin-bottom: 10px;
  color: #2282c0;
}
#agendas #today #day {
  font-size: 36px;
  border-left: 1px solid #2282c0;
}
#agendas #today #jour {
  font-size: 18px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #agendas .event .date {
    width: 17%;
  }
  #agendas .event .date .day-figure {
    font-size: 40px;
  }
  #agendas .event .date .month {
    font-size: 28px;
  }
  #agendas .event .details {
    margin-left: 17%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #agendas .event .date {
    width: 21%;
  }
  #agendas .event .date .day-figure {
    font-size: 40px;
  }
  #agendas .event .date .month {
    font-size: 28px;
  }
  #agendas .event .details {
    margin-left: 21%;
  }
}
@media (max-width: 767px) {
  #agendas .event .date {
    width: 100%;
    position: static;
  }
  #agendas .event .date .day-figure {
    font-size: 34px;
  }
  #agendas .event .date .month {
    font-size: 26px;
  }
  #agendas .event .details {
    margin: 10px 0 0 0;
  }
}

/**********
OFFRES
**********/
#offers {
  /**Small Desktops**/
  /**Tablettes Portrait**/
  /**Smartphones**/
}
#offers h1 {
  margin-bottom: 25px;
}
#offers #search-block {
  margin-bottom: 30px;
  font-family: Arial;
  font-size: 12px;
  color: #646464;
}
#offers #advanced-search ul {
  margin: 0;
}
#offers #advanced-search ul li {
  float: left;
  margin-right: 5px;
}
#offers #advanced-search ul li button {
  padding: 10px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #646464;
  text-transform: uppercase;
  box-shadow: none;
  background-color: transparent;
}
#offers #advanced-search ul li button:hover {
  font-weight: bold;
  text-decoration: none;
}
#offers #advanced-search ul .active {
  background-color: #f5f5f5;
  color: #2282c0;
  border: none;
  border-top: 1px solid #f5f5f5;
  border-radius: 0;
}
#offers #advanced-search .search-fields {
  clear: both;
  overflow: hidden;
  padding-top: 10px;
  background-color: #f5f5f5;
}
#offers #advanced-search .search-fields select {
  width: 100%;
  height: 25px;
  margin-bottom: 10px;
  padding-left: 10px;
  border: none;
  background: url(../imgs/picto-select.png) no-repeat 97% center, #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#offers #advanced-search .search-fields .search-btn {
  position: absolute;
  right: 12px;
  bottom: 10px;
}
#offers #advanced-search .search-fields .search-btn input[type=submit],
#offers #advanced-search .search-fields .search-btn input[type=button] {
  width: 100%;
  text-transform: uppercase;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
}
#offers #advanced-search .search-fields .search-btn input[type=button] {
  margin-bottom: 10px;
  font-family: Arial;
  font-size: 12px;
  color: #ffc424;
  border: 1px solid #ffc424;
}
#offers #advanced-search .search-fields .search-btn input[type=button]:hover {
  background-color: #ffc424;
  color: #fff;
}
#offers #advanced-search .search-fields .search-btn input[type=submit] {
  font-family: Arial;
  font-size: 12px;
  color: #2282c0;
  border: 1px solid #2282c0;
}
#offers #advanced-search .search-fields .search-btn input[type=submit]:hover {
  background-color: #2282c0;
  color: #fff;
}
#offers #advanced-search #internship-search,
#offers #advanced-search #postdoc-search {
  display: none;
}
#offers #simple-search {
  margin-top: 38px;
}
#offers #simple-search #simple-search-container {
  padding: 10px 10px 35px 10px;
  background-color: #f5f5f5;
}
#offers #simple-search #simple-search-container .title {
  font-family: "futura-book", Arial;
  font-size: 18px;
  color: #2282c0;
}
#offers #simple-search #simple-search-container input[type=search] {
  width: 100%;
  height: 25px;
  margin-bottom: 10px;
  padding-left: 10px;
  border: none;
  background: url(../imgs/picto-fleche-droite.png) no-repeat 97% center, #fff;
}
#offers .offer {
  margin-bottom: 50px;
}
#offers .offer h2 {
  width: 91%;
  float: left;
  margin: 4px 0;
  font-family: "futura", Arial;
  text-transform: none;
}
#offers .offer .actions-btns {
  width: 7%;
  float: right;
  margin-bottom: 5px;
}
#offers .offer .date {
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 10px;
  font-family: Arial;
  font-size: 12px;
  color: #646464;
  background-color: #f5f5f5;
}
#offers .offer .date span {
  color: #2282c0;
}
#offers .offer .details {
  padding: 10px;
  font-family: Arial;
  font-size: 12px;
  color: #646464;
  border: 1px solid #ebebeb;
  border-top: none;
}
#offers .offer .details .number {
  text-transform: uppercase;
}
#offers .offer .details .more-details {
  margin: 10px 0;
  padding: 10px;
  background-color: #f5f5f5;
}
#offers .offer .details .desc {
  overflow: hidden;
  height: 70px;
}
#offers .offer .details .desc p {
  margin-bottom: 17px;
}
#offers .offer .details .more,
#offers .offer .details .less {
  padding: 5px 25px 5px 10px;
  color: #2282c0;
  border: 1px solid #2282c0;
  background: url(../imgs/picto-fleche-bas.png) no-repeat 95% center, #fff;
  text-transform: uppercase;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none;
}
#offers .offer .details .less {
  background: url(../imgs/picto-fleche-haut.png) no-repeat 92% center, #fff;
}
#offers .offer .details .more:hover,
#offers .offer .details .less:hover {
  background-color: #2282c0;
  color: #fff;
  text-decoration: none;
}
#offers #basket .title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0 0;
  width: 23px;
  height: 2px;
  background-color: #ffc424;
}
#offers #basket #basket-container {
  min-height: 100px;
  padding: 10px;
  font-family: "futura-book", Arial;
  font-size: 18px;
  color: #646464;
  background-color: #f5f5f5;
}
#offers #basket #basket-container a {
  display: block;
  margin-bottom: 10px;
  padding: 10px;
}
#offers #basket #basket-container #selection-btn {
  font-family: Arial;
  font-size: 12px;
  color: #2282c0;
  background: url(../imgs/picto-fleche-lien.png) no-repeat 97% center, #fff;
  border: 1px solid #2282c0;
  text-transform: uppercase;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
#offers #basket #basket-container #selection-btn:hover {
  background-color: #2282c0 !important;
  text-decoration: none;
  color: #fff;
}
#offers #basket #basket-container #download-btn,
#offers #basket #basket-container #reset-btn {
  padding: 7.5px 10px;
  font-family: Arial;
  font-size: 12px;
  color: #646464;
  border: 1px solid #2282c0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#offers #basket #basket-container #download-btn img,
#offers #basket #basket-container #reset-btn img {
  margin-right: 5px;
}
#offers #basket #basket-container #download-btn:hover,
#offers #basket #basket-container #reset-btn:hover {
  border-color: #ffc424;
  text-decoration: none;
}
#offers #basket #basket-container #reset-btn {
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #offers #simple-search #simple-search-container {
    padding: 10px 10px 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #offers #advanced-search .search-fields .search-btn input[type=submit],
#offers #advanced-search .search-fields .search-btn input[type=button] {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 11px;
  }
  #offers #simple-search #simple-search-container {
    padding: 10px 10px 0 10px;
  }
}
@media (max-width: 767px) {
  #offers #advanced-search .search-fields select {
    height: 35px;
  }
  #offers #advanced-search .search-fields .search-btn {
    position: static;
    margin-bottom: 10px;
  }
  #offers #advanced-search .search-fields .search-btn input[type=submit],
#offers #advanced-search .search-fields .search-btn input[type=button] {
    height: 35px;
  }
  #offers #simple-search #simple-search-container input[type=search] {
    height: 35px;
  }
  #offers .offer h2 {
    width: 100%;
    font-size: 15px;
  }
  #offers .offer .actions-btns {
    width: auto;
  }
  #offers .offer .details .more {
    display: block;
    text-align: center;
    line-height: 25px;
  }
  #offers .offer li.filled {
    font-weight: 600;
    line-height: 2em;
    font-size: 14px;
  }
}

/**********
LISTE MINA-NEWS
**********/
#mina-list {
  /**Small Desktops**/
  /**Tablettes Portrait**/
  /**Smartphones**/
}
#mina-list h1 {
  margin-bottom: 25px;
}
#mina-list #search-block #filters-search {
  margin: 0;
  clear: both;
  overflow: hidden;
}
#mina-list #search-block #filters-search li {
  float: left;
  margin-right: 5px;
  padding: 10px;
  background-color: #f5f5f5;
  border: none;
  border-top: 1px solid #f5f5f5;
  border-radius: 0;
}
#mina-list #search-block #filters-search li a {
  color: #646464;
}
#mina-list #search-block #filters-search li a:hover {
  font-weight: bold;
  text-decoration: none;
}
#mina-list #search-block #themes-list {
  padding: 10px 0 0 0;
  margin: 0 0 30px 0;
  background-color: #f5f5f5;
}
#mina-list #search-block #themes-list ul {
  margin: 0;
  webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
#mina-list #search-block #themes-list ul li {
  margin-bottom: 10px;
}
#mina-list #search-block #themes-list input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
#mina-list #search-block #themes-list input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 37px;
  height: 18px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 12px;
  vertical-align: middle;
  cursor: pointer;
}
#mina-list #search-block #themes-list input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -18px;
}
#mina-list #search-block #themes-list label.css-label {
  background-image: url(../imgs/sprite-checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#mina-list #search-block #themes-list select {
  width: 100%;
  height: 25px;
  margin-top: 30px;
  padding-left: 10px;
  border: none;
  background: url(../imgs/picto-select.png) no-repeat 97% center, #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#mina-list #search-block #themes-list button#filter {
  width: 100%;
  margin-top: 32px;
  font-family: Arial;
  font-size: 12px;
  color: #2282c0;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #2282c0;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
}
#mina-list #search-block #themes-list button#filter:hover {
  background-color: #2282c0;
  color: #fff;
}
#mina-list .mina-news {
  margin-bottom: 50px;
}
#mina-list .mina-news h2 {
  float: left;
  margin: 4px 0;
  font-family: "futura", Arial;
  text-transform: none;
}
#mina-list .mina-news .actions-btns {
  float: right;
  margin-bottom: 5px;
}
#mina-list .mina-news .actions-btns a {
  padding: 5px 10px;
  font-family: Arial;
  font-size: 12px;
  color: #ffc424;
  background-color: #fff;
  border: 1px solid #ffc424;
  text-transform: uppercase;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
#mina-list .mina-news .actions-btns a:hover {
  background-color: #ffc424;
  color: #fff;
  text-decoration: none;
}
#mina-list .mina-news .title {
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 10px;
  font-family: Arial;
  font-size: 12px;
  color: #2282c0;
  background-color: #f5f5f5;
}
#mina-list .mina-news .details {
  padding: 10px;
  font-family: Arial;
  font-size: 12px;
  color: #646464;
  border: 1px solid #ebebeb;
  border-top: none;
}
#mina-list .mina-news .details .title {
  padding: 0;
  color: #646464;
  background-color: transparent;
  font-weight: bold;
}
#mina-list .mina-news .details .desc .more, #mina-list .mina-news .details .desc .less {
  padding: 5px 25px 5px 10px;
  color: #2282c0;
  text-transform: uppercase;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
  border: 1px solid #2282c0;
  border-radius: 0;
  box-shadow: none;
  text-shadow: none;
}
#mina-list .mina-news .details .desc .more {
  background: url(../imgs/picto-fleche-bas.png) no-repeat 95% center, #fff;
}
#mina-list .mina-news .details .desc .more:hover, #mina-list .mina-news .details .desc .less:hover {
  background-color: #2282c0;
  colur: #fff;
  text-decoration: none;
}
#mina-list .mina-news .details .desc .less {
  background: url(../imgs/picto-fleche-haut.png) no-repeat 92% center, #fff;
}
#mina-list .mina-news .details .more-details {
  margin: 10px 0;
  padding: 10px;
  background-color: #f5f5f5;
}
#mina-list .mina-news .details .more-details li::before {
  content: "- ";
}
#mina-list .mina-news .details .more-details a {
  color: #646464;
  text-decoration: none;
}
#mina-list .mina-news .details .more-details a:hover {
  font-weight: bold;
}
#mina-list .agenda-link {
  display: block;
  margin-top: 20px;
  padding: 10px;
  font-family: "futura-light", Arial;
  font-size: 16px;
  color: #fff;
  background: url(../imgs/picto-fleche-lien.png) no-repeat 97% center, #2282c0;
  text-transform: uppercase;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
#mina-list .agenda-link img {
  float: left;
  margin-right: 15px;
}
#mina-list .agenda-link:hover {
  background-color: #ffc424;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #mina-list #search-block #themes-list input[type=submit] {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #mina-list #search-block #themes-list select {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #mina-list #search-block #themes-list input[type=submit] {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #mina-list #search-block #themes-list ul {
    webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  #mina-list #search-block #themes-list select {
    margin-top: 10px;
    height: 35px;
  }
  #mina-list #search-block #themes-list input[type=submit] {
    width: 100%;
    height: 35px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #mina-list .mina-news {
    margin-bottom: 0;
  }
  #mina-list .mina-news .actions-btns {
    float: none;
    clear: both;
    overflow: hidden;
  }
  #mina-list .mina-news .actions-btns a {
    display: block;
    width: 100%;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  #mina-list .mina-news .details .desc .more {
    display: block;
    line-height: 25px;
    text-align: center;
  }
}

/**********
MINA-NEWS
**********/
#mina-news {
  /**Liste couleurs**/
  /**Small Desktops**/
  /**Tablettes Portrait**/
  /**Smartphones**/
}
#mina-news #mosaic {
  margin: 30px 0 0 0;
}
#mina-news .block {
  position: relative;
  height: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#mina-news .block .content {
  bottom: 10px;
  left: 12px;
  width: calc(100% - 24px);
}
#mina-news .block h2 {
  font-family: "futura-lc", Arial;
  font-size: 30px;
  color: #fff;
  text-transform: none;
}
#mina-news .block .desc {
  font-family: Arial;
  font-size: 13px;
  color: #fff;
}
#mina-news .block .desc p {
  margin: 0;
}
#mina-news .block .more {
  position: absolute;
  bottom: 12px;
  right: 12px;
  padding: 2.5px 10px;
  font-family: "futura-light", Arial;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  text-transform: uppercase;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
#mina-news .block .more:hover {
  background-color: #fff;
  color: #2282c0;
  text-decoration: none;
}
#mina-news .breve {
  /**Small Desktops**/
}
@media (min-width: 992px) and (max-width: 1199px) {
  #mina-news .breve .content {
    height: 120px;
  }
}
#mina-news .breve .desc {
  height: 110px;
  overflow: hidden;
}
#mina-news .blue1 {
  background-color: #2282c0;
}
#mina-news .blue2 {
  background-color: #308cc8;
}
#mina-news .blue3 {
  background-color: #1b74ae;
}
#mina-news .blue4 {
  background-color: #126ba4;
}
#mina-news .blue5 {
  background-color: #55a9e1;
}
#mina-news .blue6 {
  background-color: #489fd8;
}
#mina-news .blue0 {
  background-color: #0e7cc0;
}
#mina-news #event,
#mina-news #interview {
  height: 600px;
  background-color: #ebebeb;
}
#mina-news #event .title,
#mina-news #interview .title {
  display: inline-block;
  padding: 2.5px 5px;
  font-family: "futura-bold", Arial;
  font-size: 16px;
  color: #fff;
  background-color: #ffc424;
  text-transform: uppercase;
}
#mina-news #event .author,
#mina-news #interview .author {
  margin-top: 15px;
  font-family: "futura", Arial;
  font-size: 14px;
  color: #2282c0;
}
#mina-news #event h2,
#mina-news #interview h2 {
  font-family: "futura", Arial;
  font-size: 24px;
  color: #2282c0;
}
#mina-news #event .desc,
#mina-news #interview .desc {
  color: #646464;
}
#mina-news #event .more,
#mina-news #interview .more {
  position: absolute;
  bottom: 12px;
  right: 12px;
  padding: 2.5px 10px;
  color: #2282c0;
  border: 1px solid #2282c0;
}
#mina-news #event .more:hover,
#mina-news #interview .more:hover {
  background-color: #fff;
  text-decoration: none;
}
#mina-news #interview h2 {
  padding-left: 20px;
  padding-right: 15px;
  font-size: 18px;
  text-transform: uppercase;
  background: url(../imgs/guillemet-gauche2.png) no-repeat 0 0;
}
#mina-news #interview h2::after {
  content: url(../imgs/guillemet-droit2.png);
  margin-left: 5px;
}
#mina-news #first-block {
  background-color: #ffc424;
  text-transform: uppercase;
}
#mina-news #first-block .issue {
  display: inline-block;
  padding: 2.5px 5px;
  font-family: "futura-bold", Arial;
  font-size: 16px;
  color: #646464;
  background-color: #fff;
}
#mina-news #first-block .title {
  margin-top: 35px;
  margin-bottom: 0;
  line-height: 1;
  font-family: "futura", Arial;
  font-size: 36px;
  color: #fff;
}
#mina-news #first-block .date {
  font-family: "futura-light", Arial;
  font-size: 24px;
  color: #fff;
}
#mina-news #first-block .desc {
  margin-bottom: 20px;
  color: #fff;
  text-transform: none;
}
#mina-news #first-block a {
  display: block;
  margin-top: 7.5px;
  padding: 7.5px 10px;
  font-family: "futura-bc", Arial;
  font-size: 12px;
  color: #646464;
  background: url(../imgs/picto-lien.png) no-repeat 95% center, #fff;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
#mina-news #first-block a:hover {
  background-color: #646464;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #mina-news #first-block .title {
    font-size: 28px;
  }
  #mina-news #first-block .date {
    font-size: 20px;
  }
  #mina-news .block h2 {
    font-size: 22px;
  }
  #mina-news #event .desc {
    max-height: 370px;
    overflow: hidden;
  }
  #mina-news #interview .desc {
    max-height: 325px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #mina-news #first-block .title {
    margin-top: 10px;
    font-size: 24px;
  }
  #mina-news #first-block .date {
    font-size: 18px;
  }
  #mina-news #first-block .desc {
    margin-bottom: 10px;
  }
  #mina-news .block h2 {
    font-size: 22px;
  }
  #mina-news #event .title,
#mina-news #interview .title {
    font-size: 12px;
  }
  #mina-news #event h2,
#mina-news #interview h2 {
    font-size: 20px;
  }
  #mina-news #event .desc {
    max-height: 380px;
    overflow: hidden;
  }
  #mina-news #interview h2 {
    font-size: 14px;
  }
  #mina-news #interview .desc {
    max-height: 315px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  #mina-news #event,
#mina-news #interview {
    clear: both;
    overflow: hidden;
    float: none !important;
    height: auto;
  }
  #mina-news #event .more,
#mina-news #interview .more {
    position: static;
    float: right;
  }
}

/**********
CONTACT
**********/
#contact .default-form {
  margin-top: 50px;
  /**Smartphones**/
}
#contact .default-form .input {
  margin-bottom: 20px;
}
#contact .default-form label {
  font-family: "futura", Arial;
  font-size: 16px;
  color: #2282c0;
  font-weight: normal;
}
#contact .default-form input:not([type=radio]),
#contact .default-form textarea,
#contact .default-form select {
  width: 100%;
  height: 30px;
  padding-left: 10px;
  border-radius: 0;
}
#contact .default-form textarea {
  height: 200px;
}
#contact .default-form .captcha {
  margin-top: 28px;
}
#contact .default-form input[type=submit] {
  margin-top: 25px;
  font-family: "futura-light", Arial;
  font-size: 16px;
  color: #2282c0;
  border: 1px solid #2282c0;
  text-transform: uppercase;
  box-shadow: none;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
#contact .default-form input[type=submit]:hover {
  background-color: #2282c0;
  color: #fff;
}
#contact .default-form .input-radio {
  margin-top: 30px;
}
#contact .default-form .input-radio span {
  font-family: "futura", Arial;
  font-size: 16px;
  color: #2282c0;
}
#contact .default-form .ajax-loader {
  display: none;
}
@media (max-width: 767px) {
  #contact .default-form input[type=submit] {
    margin-top: 0;
  }
}
#contact #registration-form input[type=submit] {
  margin-top: 27px;
}
#contact #registration-form input[type=submit].nl {
  margin-top: 44px;
}

/*********
AGENDA
*********/
.fc-basic-view .fc-body .fc-row {
  min-height: 3em;
}

.fc-unthemed .fc-today {
  color: #2282c0;
  background: #ffc424;
}

/**********
FOOTER
**********/
footer #footer-top {
  padding: 20px 0;
  background-color: #ebebeb;
}
footer #footer-top .title {
  font-family: "futura-light", Arial;
  font-size: 24px;
  color: #2282c0;
}
footer #footer-top #address,
footer #footer-top #address a {
  font-family: Arial;
  font-size: 12px;
  color: #646464;
}
footer #footer-top #address img,
footer #footer-top #address a img {
  margin-right: 5px;
}
footer #footer-top .address {
  margin-bottom: 10px;
}
footer #footer-top #footer-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer #footer-top #footer-navigation ul li:before {
  content: url(../imgs/picto-puce.png);
  margin-right: 5px;
}
footer #footer-top #footer-navigation a {
  font-family: Arial;
  font-size: 14px;
  color: #646464;
}
footer #footer-top #logo-maison #img-maison {
  margin: 0 30px 10px;
}
footer #footer-top #logo-maison #img-maison img {
  margin: 0 auto;
}
footer #footer-top #logo-maison .title {
  text-align: center;
}
footer #footer-top #bottom-social ul {
  margin: 0;
  padding: 0;
}
footer #footer-top #bottom-social li {
  float: left;
  margin-right: 20px;
}
footer #footer-top #news-btn {
  width: 100%;
  float: left;
  display: block;
  margin-top: 30px;
  padding: 10px;
  font-family: "futura", Arial;
  font-size: 14px;
  color: #ffc424;
  border: 1px solid #ffc424;
  text-align: center;
  background-color: #fff;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
footer #footer-top #news-btn:hover {
  background-color: #ffc424;
  color: #fff;
  text-decoration: none;
}
footer #footer-bottom {
  padding: 10px 0;
  background-color: #2282c0;
  font-family: Arial;
  font-size: 12px;
  color: #fff;
}
footer #footer-bottom ul {
  margin: 2.5px 0;
}
footer #footer-bottom a {
  float: left;
  font-family: Arial;
  font-size: 12px;
  color: #fff;
  line-height: 1;
}
footer #footer-bottom li a {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #fff;
}
footer #footer-bottom li:first-child a {
  border-left: none;
}
footer #footer-bottom #copyright {
  text-align: right;
}

/**Small Desktops**/
@media (min-width: 992px) and (max-width: 1199px) {
  footer #footer-top #bottom-social li {
    margin-right: 10px;
  }
  footer #footer-top #news-btn {
    font-size: 12px;
  }
}
/**Tablettes Portrait**/
@media (min-width: 768px) and (max-width: 991px) {
  footer #footer-top #bottom-social li {
    margin-right: 15px;
  }
  footer #footer-top #news-btn {
    font-size: 12px;
  }
}
/**Smartphones**/
@media (max-width: 767px) {
  footer #address,
footer #quick-links {
    margin-bottom: 10px;
  }
  footer #footer-top #logo-maison .title {
    text-align: left;
  }
  footer #footer-top #logo-maison #img-maison img {
    margin: 0;
  }
  footer #footer-bottom #copyright {
    margin-top: 10px;
    text-align: center;
  }
}
/*
Listing rss
*/
#rss li {
  margin-top: 10px;
}
#rss li img {
  width: 25px;
  margin-right: 10px;
}

/*# sourceMappingURL=design.css.map */
