/*---------------------------------------
:: Bootstrap Principal Nav
---------------------------------------*/
.navbar-default {
  background-color: #f6f6f6;
  font-family: 'Open Sans', sans-serif;
}
@media screen and (min-width: 992px) {
  .navbar-default {
    border: none;
  }
}
.navbar-default .navbar-nav > li > a {
  color: #939598;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  border-bottom: 2px solid transparent;
  padding: 10px;
}
.navbar-default .navbar-nav > .active > a {
  background-color: #c41423;
  color: #ffffff;
  border-bottom: 2px solid #c41423;
}
@media screen and (min-width: 992px) {
  .navbar-default .navbar-nav > .active > a {
    background-color: transparent;
    color: #939598;
  }
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #939598;
}
@media screen and (min-width: 992px) {
  .navbar-default .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.navbar-default .dropdown-menu > li > a {
  color: #939598;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  border-bottom: 2px solid #f6f6f6;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
  background-color: #c41423;
  color: #ffffff !important;
  border-bottom: 2px solid #c41423;
}
.navbar-toggle {
  margin-top: 15px;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 100%;
}
/*---------------------------------------
:: Top Nav
---------------------------------------*/
.top-nav {
  height: 85px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .top-nav {
    height: auto;
  }
}
.top-nav .navbar-brand {
  height: auto;
  width: auto;
  padding: 0 0 0 15px;
  webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .top-nav .navbar-brand {
    width: 340px;
  }
}
.top-nav .navbar-brand a {
  display: block;
}
.top-nav .navbar-brand a img {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .top-nav .navbar-brand a img {
    width: 100%;
  }
}
.top-nav .secondary-nav .secondary-logo {
  text-align: right;
  margin-left: 15px;
}
.top-nav .secondary-nav .secondary-logo img {
  width: 50px;
}
.top-nav .secondary-nav ul li {
  display: inline;
  font-size: 14px;
  position: relative;
  padding-left: 5px;
}
.top-nav .secondary-nav ul li:first-child {
  padding-right: 5px;
}
.top-nav .secondary-nav ul li:first-child:after {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  content: "";
  height: 100%;
  Width: 1px;
  background-color: #575756;
}
.top-nav .secondary-nav ul li a {
  color: #575756;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.top-nav .secondary-nav ul li a:hover,
.top-nav .secondary-nav ul li a:focus {
  color: #c41423;
}
@media screen and (min-width: 768px) {
  .navbar-default.smaller .top-nav .navbar-brand {
    width: 230px;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/*---------------------------------------
:: Bootstrap modifs for menu burger tablet
---------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li {
    float: none;
  }
  .dropdown-menu {
    position: relative;
    box-shadow: none;
  }
  .dropdown-menu {
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .navbar-right {
    float: left !important;
    margin-right: -15px;
  }
}
footer {
  color: #ffffff;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #c41423;
}
footer .footer-top {
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .footer-top {
    text-align: left;
  }
}
footer .footer-top .logo {
  width: 100%;
  max-width: 270px;
  padding-bottom: 30px;
}
footer .footer-top .info-contact {
  padding-bottom: 30px;
}
footer .footer-top .info-contact a {
  color: #ffffff;
}
footer .footer-top .info-contact a:hover,
footer .footer-top .info-contact a:focus {
  color: #e3e3e3;
}
@media screen and (min-width: 768px) {
  footer .footer-top .info-contact {
    max-width: 300px;
  }
}
footer .footer-top .social {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  footer .footer-top .social {
    max-width: 300px;
  }
}
footer .footer-top .social h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 25px;
}
footer .footer-top .social ul li {
  display: inline;
  padding-right: 10px;
}
footer .footer-top .social ul li a {
  background-color: #ffffff;
  display: table-cell;
  height: 30px;
  width: 30px;
  color: #c41423;
  font-size: 23px;
  text-align: center;
}
footer .footer-top .social ul li a:hover,
footer .footer-top .social ul li a:focus {
  background-color: #e3e3e3;
  color: #7e1010;
}
footer .big {
  margin-bottom: 30px;
}
footer .big .biglogo {
  display: inline-block;
  padding: 7px;
  max-width: 200px;
}
footer .big .biglogo a {
  display: block;
  opacity: 1;
}
footer .big .biglogo a:hover,
footer .big .biglogo a:focus {
  opacity: 0.6;
}
footer .big hr {
  opacity: 0.1;
}
footer .copyright {
  text-align: center;
}
footer .copyright a {
  color: #ffffff;
}
footer .copyright a:hover,
footer .copyright a:focus {
  color: #e3e3e3;
}
/*---------------------------------------
:: Form
---------------------------------------*/
form {
  max-width: 700px;
  width: 100%;
}
form label {
  color: #575756;
}
form input,
form textarea,
form .form-control {
  background-color: #fff;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #575756;
  box-shadow: none;
  height: 40px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
form input:focus,
form textarea:focus,
form .form-control:focus {
  border-color: #939598;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(87, 87, 86, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(87, 87, 86, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(87, 87, 86, 0.2);
  outline: 0 none;
}
form textarea {
  min-height: 150px;
}
form ul {
  list-style: none;
  padding-left: 0;
}
form button,
form .btn,
form .btn-default {
  background-color: #c41423;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-weight: bold;
  padding: 6px 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
form button:hover,
form .btn:hover,
form .btn-default:hover,
form button:focus,
form .btn:focus,
form .btn-default:focus {
  background-color: #7e1010;
  color: #ffffff;
}
form .checkbox input,
form .radio input {
  height: 20px;
}
form .checkbox span,
form .radio span {
  display: table-cell;
  vertical-align: middle;
  padding-top: 2px;
  height: 20px;
}
.InputfieldStateRequired > .InputfieldHeader:first-child::after {
  color: red;
  content: "*";
}
/*---------------------------------------
:: General
---------------------------------------*/
* {
  box-sizing: border-box;
}
::-moz-selection {
  background: #eeeeee;
}
::-moz-selection {
  background: #eeeeee;
}
html,
body {
  height: 100%;
}
body {
  color: #575756;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  padding: 0;
  margin: 0 auto;
  background-color: #f6f6f6;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: normal;
}
h1 {
  color: #c41423;
  font-size: 24px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  padding-top: 15px;
  text-transform: uppercase;
}
a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #c41423;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #7e1010;
}
blockquote {
  padding: 10px;
  border: 1px solid #939598;
  color: #939598;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  blockquote {
    font-size: 20px;
  }
}
pre,
code {
  background: #eee;
  border: 1px solid #ddd;
}
pre {
  font-size: 14px;
  line-height: 1.4em;
  padding: 1em;
  border-left: 4px solid #ddd;
}
.align_left {
  /* for images placed in rich text editor */
  float: left;
  margin: 0 1em 0.5em 0;
  position: relative;
  top: 0.5em;
  max-width: 50%;
}
.align_right {
  /* for images placed in rich text editor */
  float: right;
  margin: 0 0 0.5em 1em;
  max-width: 50%;
}
.align_center {
  /* for images placed in rich text editor */
  display: block;
  margin: 1em auto;
  position: relative;
  top: 0.5em;
}
.no-border {
  border: none !important;
  background-color: transparent !important;
}
.bold {
  font-weight: bold !important;
}
figure {
  display: table;
  width: 1px;
  margin: 1em 0;
}
figure img {
  display: table-row;
  margin-bottom: 0.5em;
}
figure figcaption {
  display: table-row;
  font-size: smaller;
  color: #777;
  line-height: 1.4em;
}
.padding-0 {
  padding: 0;
}
.position-relative {
  position: relative;
}
.main {
  position: relative;
  padding-top: 100px;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .main {
    padding-top: 125px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .main {
    padding-top: 155px;
    padding-bottom: 60px;
  }
}
/*---------------------------------------
:: Content body styles
---------------------------------------*/
.body-content {
  padding-bottom: 30px;
}
.body-content h2 {
  color: #575756;
  font-size: 18px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
}
.body-content h3 {
  color: #939598;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  background-color: #e3e3e3;
  padding: 10px;
  display: inline-block;
  font-weight: 600;
}
.body-content h4 {
  color: #575756;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
}
.body-content a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #c41423;
}
.body-content a:visited {
  color: #7e1010;
}
.body-content a img {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.body-content a:focus,
.body-content a:hover {
  text-decoration: none;
  background-color: #c41423;
  color: #ffffff;
}
.body-content a:focus img,
.body-content a:hover img {
  border: 2px solid #c41423;
}
.body-content ul {
  padding-left: 15px;
  margin-bottom: 15px;
}
.body-content ul li {
  list-style-type: none;
}
.body-content ul li:before {
  content: '\f10c';
  color: #c41423;
  padding-right: 5px;
  font-size: 9px;
  font-family: 'FontAwesome';
}
.body-content ol {
  margin-bottom: 15px;
  padding-left: 15px;
  counter-reset: li;
  /* Initiate a counter */
}
.body-content ol li {
  position: relative;
  /* Create a positioning context */
  list-style: none;
  /* Disable the normal item numbering */
}
.body-content ol li:before {
  content: counter(li) ".";
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  font-size: 15px;
  height: 100%;
  color: #c41423;
  padding-right: 5px;
  font-weight: bold;
}
.body-content table {
  border-color: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 100% !important;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .body-content table {
    padding-top: 185px;
    padding-bottom: 60px;
    width: auto !important;
  }
}
.body-content table caption {
  color: #ffffff;
  font-weight: bold;
  padding: 15px;
  text-align: left;
  background-color: #c41423;
}
.body-content table td {
  background-color: #ffffff;
  border: 15px solid #f6f6f6;
  padding: 15px;
}
.body-content table td:first-child {
  border-left: 0;
}
.body-content table td:last-child {
  border-right: 0;
}
.body-content iframe {
  max-width: 100%;
  margin: 15px 5px;
}
/*---------------------------------------
:: Banner
---------------------------------------*/
.banner {
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .banner {
    height: 250px;
  }
}
@media screen and (min-width: 992px) {
  .banner {
    height: 300px;
  }
}
/*---------------------------------------
:: Submenu
---------------------------------------*/
.submenu {
  text-align: center;
  margin: 0 auto;
}
.submenu ul li {
  padding: 15px 5px;
  display: inline-block;
}
.submenu ul li a {
  color: #fff;
  background-color: #939598;
  text-transform: uppercase;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
}
.submenu ul li a:hover,
.submenu ul li a:focus {
  background-color: #7e1010;
}
/*---------------------------------------
:: Homepage
---------------------------------------*/
.headlinehomepage h3 {
  color: #c41423;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0px;
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .homepage-header .homepage-carousel {
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .homepage-header .homepage-carousel img {
    height: 239px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-header .homepage-carousel img {
    height: 290px;
  }
}
.homepage-header .homepage-carousel .item::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.homepage-header .homepage-carousel .carousel-caption {
  background-color: rgba(196, 20, 35, 0.7);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-align: left;
  padding: 10px 15px;
}
@media screen and (min-width: 768px) {
  .homepage-header .homepage-carousel .carousel-caption {
    margin-bottom: 30px;
    font-size: 16px;
    left: 100px;
    right: auto;
    max-width: 350px;
  }
}
.homepage-header .homepage-carousel .carousel-caption a {
  color: #ffffff;
}
.homepage-header .homepage-carousel .carousel-caption a:hover,
.homepage-header .homepage-carousel .carousel-caption a:focus {
  color: #eee;
}
@media screen and (min-width: 992px) {
  .homepage-header .header-event {
    padding-left: 0;
  }
}
.homepage-header .header-event .header-event-inner {
  background-color: white;
  padding: 30px;
}
@media screen and (min-width: 992px) {
  .homepage-header .header-event .header-event-inner {
    height: 239px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage-header .header-event .header-event-inner {
    height: 290px;
  }
}
.homepage-header .header-event .header-event-inner h1 {
  font-size: 14px;
  margin-bottom: 5px;
  padding: 0;
}
.newsletter {
  margin-top: 30px;
  background-image: url('/site/templates/styles/images/enveloppe.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #e3e3e3;
  padding: 30px;
}
@media all and (min-width: 992px) {
  .newsletter {
    margin-top: 67px;
  }
}
.newsletter span {
  color: #c41423;
  font-weight: bold;
}
.newsletter h4 {
  font-weight: bold;
}
.newsletter .container-input {
  position: relative;
}
.newsletter .container-input:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #c41423;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 5px;
}
.newsletter .container-input input[type="email"] {
  width: 100%;
  height: 35px;
  border: none;
  padding: 6px 12px;
}
.newsletter .container-input button {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 35px;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  background-color: #c41423;
  border: none;
  transition: background-color, 500ms;
}
.newsletter .container-input button span {
  color: #ffffff;
}
.homepage .nouvelles .nouvelles-inner {
  padding: 0 30px 30px 30px;
}
@media all and (min-width: 992px) {
  .homepage .nouvelles .nouvelles-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.homepage .nouvelles .nouvelles-inner .nouvelle-item {
  margin-top: 30px;
  border-bottom: 1px solid #eee;
}
@media all and (min-width: 992px) {
  .homepage .nouvelles .nouvelles-inner .nouvelle-item {
    width: 48%;
    margin: 30px 1% 1%;
  }
}
.homepage .nouvelle-vedette {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .homepage .nouvelle-vedette {
    height: 250px;
  }
}
.homepage .nouvelle-vedette .title {
  background: #c41423;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 6px 12px;
  text-transform: uppercase;
}
.homepage .nouvelle-vedette .nouvelle-item h2 {
  font-size: 16px;
}
.homepage .member {
  margin-top: 30px;
  margin-bottom: 30px;
}
.homepage .member h4 {
  font-weight: bold;
}
.homepage .member .member-inner {
  background-color: #ffffff;
  padding: 30px 30px 45px 30px;
}
@media screen and (min-width: 992px) {
  .homepage .member .member-inner {
    height: 250px;
  }
}
.homepage h1 {
  color: #939598;
  background-color: #e3e3e3;
  display: table;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
}
.homepage hr {
  border-color: #e3e3e3;
  margin-top: 15px;
  margin-bottom: 15px;
}
.homepage .consultez {
  float: left !important;
  margin: 30px 20px;
}
.homepage .entreprise h1 {
  margin-bottom: 30px;
}
.homepage .entreprise .red-cube {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  /*text-shadow: 1px 1px 1px #000;*/
  max-width: 460px;
  margin: 0 auto 30px;
  font-size: 14px;
}
.homepage .entreprise .red-cube .shadow {
  height: 100%;
  padding: 30px 40px 30px 30px;
  background: rgba(0, 0, 0, 0.4);
}
.homepage .entreprise .red-cube::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}
.homepage .entreprise .red-cube h1 {
  background: none;
  font-weight: bold;
  font-size: 17px;
  color: white;
  margin-right: 30px;
  padding: 0;
}
.homepage .entreprise .red-cube:hover,
.homepage .entreprise .red-cube:focus {
  -webkit-filter: saturate(1.3);
  filter: saturate(1.3);
}
.homepage .entreprise .red-cube:hover::after,
.homepage .entreprise .red-cube:focus::after {
  background: linear-gradient(to bottom, rgba(126, 16, 16, 0) 0%, rgba(126, 16, 16, 0.5) 100%);
}
.homepage .entreprise .red-cube .consultez .red-plus {
  background-color: #ffffff;
}
.homepage .entreprise .red-cube .consultez .red-plus::before,
.homepage .entreprise .red-cube .consultez .red-plus::after {
  background-color: #c41423;
}
.homepage .entreprise .red-cube .consultez:hover,
.homepage .entreprise .red-cube .consultez:focus {
  color: #ffffff;
}
.homepage .entreprise .red-cube .banner-new {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  text-shadow: 0 0 0 #555;
}
.homepage .entreprise .red-cube .banner-new .triangle {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 100px solid #ffffff;
  border-left: 100px solid transparent;
}
.homepage .entreprise .red-cube .banner-new p {
  position: absolute;
  top: 30px;
  color: #c41423;
  right: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.homepage .entreprise .consultez {
  float: none !important;
}
.homepage .repertoire {
  background-color: #c41423;
  padding: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  display: block;
}
.homepage .repertoire:hover {
  background-color: #575756;
}
.homepage .repertoire span {
  font-size: 17px;
  position: relative;
}
.homepage .repertoire span:before,
.homepage .repertoire span:after {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  position: absolute;
  top: 50%;
  background-color: #fff;
}
.homepage .repertoire span:before {
  left: -35px;
}
.homepage .repertoire span:after {
  right: -35px;
}
.homepage .repertoire h2 {
  font-weight: bold;
  font-size: 22px;
}
.homepage .logos-partenaires {
  margin-top: 30px;
}
.homepage .logos-partenaires p {
  font-size: 23px;
  font-weight: bold;
}
.homepage .logos-partenaires .img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  opacity: 0.7;
}
.homepage .logos-partenaires .img:hover,
.homepage .logos-partenaires .img:focus {
  opacity: 1;
}
.homepage .logos-partenaires .medium {
  display: flex;
  flex-wrap: wrap;
}
.homepage .logos-partenaires .medium .mediumlogo {
  padding: 7px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .homepage .logos-partenaires .medium .mediumlogo {
    width: 20%;
  }
}
.homepage .logos-partenaires .medium .mediumlogo .img {
  height: 50px;
}
@media screen and (min-width: 768px) {
  .homepage .logos-partenaires .medium .mediumlogo .img {
    height: 110px;
  }
}
.homepage .logos-partenaires .small {
  display: flex;
  flex-wrap: wrap;
}
.homepage .logos-partenaires .small .smalllogo {
  padding: 7px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .homepage .logos-partenaires .small .smalllogo {
    width: 16.6666%;
  }
}
.homepage .logos-partenaires .small .smalllogo .img {
  height: 30px;
}
@media screen and (min-width: 768px) {
  .homepage .logos-partenaires .small .smalllogo .img {
    height: 90px;
  }
}
.nouvelles h1 {
  margin-bottom: 30px;
}
.nouvelles .nouvelles-inner {
  background-color: #ffffff;
  padding: 30px;
}
.nouvelle-item h3 {
  color: #c41423;
  font-size: 13px;
  font-weight: bold;
  margin: 15px 0 5px 0;
}
.nouvelle-item h2 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #575756;
}
.nouvelle-item p {
  font-size: 13px;
  color: #575756;
}
.nouvelle-item .lien-title {
  display: table;
}
.nouvelle-item .image-container {
  margin: 15px 0px;
}
.nouvelle-item .image-container img {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .nouvelle-item .image-container img {
    width: 100%;
  }
}
.app-plus,
.consultez {
  display: table;
  float: right;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-right: 15px;
  position: relative;
  transition: color, 500ms;
}
.app-plus:hover,
.consultez:hover {
  color: #575756;
}
.app-plus:hover .red-plus,
.consultez:hover .red-plus {
  background-color: #575756;
}
.app-plus .red-plus,
.consultez .red-plus {
  position: absolute;
  top: 3px;
  left: -20px;
  width: 12px;
  height: 12px;
  background-color: #c41423;
  border-radius: 3px;
  transition: background-color, 500ms;
}
.app-plus .red-plus:before,
.consultez .red-plus:before,
.app-plus .red-plus:after,
.consultez .red-plus:after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  margin: 0 auto;
  margin-top: -4px;
}
.app-plus .red-plus:after,
.consultez .red-plus:after {
  transform: rotate(90deg);
}
/*---------------------------------------
:: News parent
---------------------------------------*/
.news-parent .categories-box {
  display: inline-block;
  background-color: #f6f6f6;
  color: #7e1010;
  margin-top: 15px;
  padding: 15px;
  text-shadow: none;
}
@media all and (min-width: 768px) {
  .news-parent .categories-box {
    padding: 30px;
  }
}
.news-parent .categories-box p {
  font-size: 15px;
  text-transform: uppercase;
}
.news-parent .categories-box ul li {
  display: inline;
}
.news-parent .categories-box ul li a {
  color: #939598;
  background-color: #e3e3e3;
  display: inline-block;
  margin-bottom: 5px;
  padding: 3px 7px;
}
.news-parent .categories-box ul li a:hover,
.news-parent .categories-box ul li a:focus {
  color: #575756;
}
.news-parent .categories-box ul li.active a {
  color: #575756;
}
.news-parent .categories-box hr {
  margin-top: 10px;
  margin-bottom: 15px;
}
.news-parent .categories-box form {
  width: 220px;
}
@media all and (min-width: 768px) {
  .news-parent .categories-box form {
    width: 350px;
  }
}
.news-parent .categories-box form input[type="text"] {
  width: 175px;
}
@media all and (min-width: 768px) {
  .news-parent .categories-box form input[type="text"] {
    width: 300px;
  }
}
.news-parent .news-parent-inner {
  background-color: #ffffff;
  margin-top: 15px;
  padding: 15px;
}
/*---------------------------------------
:: news single
---------------------------------------*/
.news-single .news-single-date {
  font-weight: bold;
}
.news-single .news-single-categories ul li {
  color: #575756;
  background-color: #e3e3e3;
  display: inline-block;
  margin: 5px;
  padding: 3px 7px;
}
.news-single .news-single-categories ul li:first-child {
  margin-left: 0;
}
.news-single .news-single-img {
  margin-top: 20px;
}
/*------------------------------------------------------------------
::  Realisations
-------------------------------------------------------------------*/
.realisations {
  margin-top: 30px;
}
@media all and (min-width: 992px) {
  .realisations ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.realisations ul li {
  background-color: #ffffff;
  margin-bottom: 30px;
}
@media all and (min-width: 992px) {
  .realisations ul li {
    width: 32%;
    margin: 1% 1% 30px;
  }
  .realisations ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .realisations ul li:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
.realisations ul li a {
  padding: 30px 30px 0 30px;
  border-top: 2px solid #c41423;
  background-color: #ffffff;
  color: #939598;
  display: block;
  position: relative;
}
.realisations ul li a img {
  width: 100%;
  margin-bottom: 15px;
}
.realisations ul li a .btn-link-plus {
  background: #c41423;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.realisations ul li a:hover,
.realisations ul li a:focus {
  border-top: 2px solid #7e1010;
  color: #575756;
}
.realisations ul li a:hover .btn-link-plus,
.realisations ul li a:focus .btn-link-plus {
  background: #7e1010;
}
/*------------------------------------------------------------------
::  directory
-------------------------------------------------------------------*/
.directory-banner {
  background: url('/site/templates/styles/images/repertoire-economie-sociale-montreal.jpg') no-repeat;
  background-size: cover;
  padding: 15px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .directory-banner {
    padding: 30px;
  }
}
.directory-banner .directory-banner-inner {
  background-color: #f6f6f6;
  color: #7e1010;
  padding: 15px;
  display: inline-block;
}
@media all and (min-width: 768px) {
  .directory-banner .directory-banner-inner {
    padding: 30px;
  }
}
@media all and (min-width: 992px) {
  .directory-banner .directory-banner-inner {
    min-width: 500px;
  }
}
.directory-banner h1 {
  margin-bottom: 0;
  color: #7e1010;
}
.directory-banner .subtitle {
  font-size: 15px;
  font-weight: bold;
}
.directory-banner form {
  width: 206px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 35px;
  text-align: left;
  border-left: 5px solid #c41423;
}
@media all and (min-width: 768px) {
  .directory-banner form {
    width: 350px;
  }
}
.directory-banner form span.twitter-typeahead {
  width: 161px;
  height: 35px;
  margin: 0;
  float: left;
}
@media all and (min-width: 768px) {
  .directory-banner form span.twitter-typeahead {
    width: 305px;
  }
}
.directory-banner form input[type="text"] {
  width: 161px;
  height: 35px;
  margin: 0;
  float: left;
  color: #000;
  padding-left: 15px;
}
@media all and (min-width: 768px) {
  .directory-banner form input[type="text"] {
    width: 305px;
  }
}
.directory-banner form button {
  margin: 0;
  display: block;
  height: 35px;
  float: left;
  width: 40px;
}
.directory-banner form .tt-menu {
  background: #fff none repeat scroll 0 0;
  padding: 15px;
  width: 161px;
}
@media all and (min-width: 768px) {
  .directory-banner form .tt-menu {
    width: 305px;
  }
}
.directory-banner form .tt-suggestion {
  padding-bottom: 10px;
}
h3.directory-title {
  color: #939598;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  background-color: #e3e3e3;
  padding: 10px;
  display: inline-block;
  font-weight: 600;
}
@media all and (min-width: 768px) {
  .directory-steps {
    display: flex;
  }
}
.directory-step {
  text-align: center;
  padding: 15px;
  background: #dbdcd7;
  font-weight: bold;
  flex: 1;
}
@media all and (min-width: 768px) {
  .directory-step {
    padding: 30px 15px;
  }
}
.directory-step strong {
  font-size: 15px;
}
@media all and (min-width: 768px) {
  .directory-step strong {
    font-size: 13px;
  }
}
@media all and (min-width: 992px) {
  .directory-step strong {
    font-size: 18px;
  }
}
.directory-step:nth-child(2) {
  background: #bbbebb;
}
.directory-step:nth-child(3) {
  background: #a3a3a1;
}
.directory-results-title h4 {
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0;
}
.directory-results .directory-result-item {
  background: white;
  border-top: 2px solid #c41423;
  margin-top: 20px;
  padding: 15px;
  position: relative;
  height: 215px;
  font-size: 12px;
}
.directory-results .directory-result-item h2 {
  font-size: 13px;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .directory-results .directory-result-item h2 {
    font-size: 16px;
  }
}
.directory-results .directory-result-item p {
  display: flex;
  padding: 2px 0;
  margin: 0;
}
.directory-results .directory-result-item p span:first-child {
  text-align: center;
  width: 30px;
  font-size: 18px;
}
.directory-results .directory-result-item .directory-result-actions {
  margin-top: 10px;
}
.directory-results .directory-result-item .directory-result-actions a + a {
  cursor: pointer;
  padding-left: 10px;
}
.directory-results .directory-result-number {
  background: #c41423;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 10px;
}
.directory-inscription-box {
  background: #dbdcd7;
  padding: 20px 20px 30px;
  margin-top: 20px;
}
.directory-inscription-box h5 {
  font-weight: bold;
}
.directory-inscription-box .btn-primary {
  display: block;
  width: 170px;
  font-size: 12px;
  margin-top: 15px;
}
@media all and (min-width: 768px) {
  .directory-inscription-box .btn-primary {
    float: right;
    margin-top: 0;
  }
}
.directory-inscription-box .btn-primary:hover,
.directory-inscription-box .btn-primary:focus {
  background-color: #7e1010;
  color: #ffffff;
}
.directory-inscription-box strong {
  color: #c41423;
}
.small-go-to-link {
  font-size: 10px;
  font-weight: bold;
  color: #c41423;
  text-transform: uppercase;
}
a.link-icon {
  color: inherit;
  cursor: pointer;
}
a.link-icon:hover {
  background-color: inherit;
  color: inherit;
}
.small-favorites-link {
  font-size: 10px;
  color: #aaa;
}
.mapIconLabel {
  background: url('/site/templates/styles/images/marker/marker.png') no-repeat;
  margin-top: -32px;
  margin-left: 5px;
  width: 25px;
  padding-top: 2px;
  height: 34px;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
@media all and (min-width: 768px) {
  .directory-map {
    float: right;
  }
}
#mapholder {
  height: 215px;
  margin-top: 20px;
}
@media all and (min-width: 992px) {
  #mapholder {
    height: 450px;
  }
}
.company-link {
  display: block;
}
@media all and (min-width: 992px) {
  .company-link {
    position: absolute;
    left: 15px;
    bottom: 15px;
    font-weight: bold;
  }
}
.modification-link {
  padding-left: 0 !important;
  display: block;
}
@media all and (min-width: 992px) {
  .modification-link {
    position: absolute;
    right: 15px;
    bottom: 15px;
  }
}
.modification-link span {
  padding-right: 3px;
  font-size: 10px;
}
/*------------------------------------------------------------------
::  Pagination
-------------------------------------------------------------------*/
ul.MarkupPagerNav {
  margin-top: 60px;
  padding-left: 0;
  text-align: center;
  display: block;
  list-style: none;
}
ul.MarkupPagerNav li {
  display: inline-block;
}
ul.MarkupPagerNav li a {
  display: inline-block;
  padding: 7px;
  color: #939598;
  font-size: 17px;
  font-weight: bold;
}
ul.MarkupPagerNav li:hover a,
ul.MarkupPagerNav li:focus a,
ul.MarkupPagerNav li.MarkupPagerNavOn a {
  color: #c41423;
}
ul.MarkupPagerNav .MarkupPagerNavPrevious a,
ul.MarkupPagerNav .MarkupPagerNavNext a {
  background-color: #e3e3e3;
  color: #575756;
}
/*------------------------------------------------------------------
::  Devenir membre
-------------------------------------------------------------------*/
.become-member .choice-member .inscription {
  background-color: #c41423;
  padding: 8px 10px;
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media all and (min-width: 768px) {
  .become-member .choice-member .inscription {
    bottom: 30px;
    right: 30px;
  }
}
.become-member .choice-member .inscription:hover,
.become-member .choice-member .inscription:focus {
  background-color: #7e1010;
  color: #ffffff;
}
.become-member .choice-member .regular {
  position: relative;
}
.become-member .choice-member .regular .regular-inner {
  border: 1px solid #939598;
  padding: 15px 15px 30px;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .become-member .choice-member .regular .regular-inner {
    padding: 30px 30px 60px;
  }
}
.become-member .choice-member .others ul {
  margin-top: 15px;
}
@media all and (min-width: 768px) {
  .become-member .choice-member .others ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.become-member .choice-member .others ul li {
  position: relative;
  border: 1px solid #939598;
  padding: 15px 15px 30px;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .become-member .choice-member .others ul li {
    padding: 30px 30px 60px;
    width: 49%;
    margin-bottom: 30px;
    margin-left: 2%;
  }
  .become-member .choice-member .others ul li:first-child {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) {
  .become-member .choice-member .others ul.member-50 li {
    padding: 30px 30px 60px;
    width: 99%;
    margin-bottom: 30px;
    margin-left: 0;
  }
}
/*------------------------------------------------------------------
::  Devenir membre - Inscription
-------------------------------------------------------------------*/
.member-steps {
  margin-bottom: 15px;
}
@media all and (min-width: 768px) {
  .member-steps {
    margin-bottom: 45px;
  }
}
.member-steps .banner {
  display: none;
}
@media all and (min-width: 768px) {
  .member-steps .banner {
    display: block;
    height: 250px;
  }
}
.member-steps ol {
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
@media all and (min-width: 768px) {
  .member-steps ol {
    padding: 0 30px;
    margin: -105px 0 0 0;
  }
}
@media all and (min-width: 992px) {
  .member-steps ol {
    padding: 0 60px;
  }
}
.member-steps ol li {
  text-align: center;
  vertical-align: middle;
  height: 70px;
  display: table-cell;
  width: 33.3333%;
  padding: 0;
  margin: 0;
  background: #dbdcd7;
  border-bottom: 3px solid transparent;
}
@media all and (min-width: 768px) {
  .member-steps ol li {
    font-size: 16px;
    font-weight: bold;
  }
}
.member-steps ol li:nth-child(2) {
  background: #bbbebb;
}
.member-steps ol li:nth-child(3) {
  background: #a3a3a1;
}
.member-steps ol li.done {
  background: #e3e3e3;
  color: #939598;
}
.member-steps ol li.active {
  border-bottom: 3px solid #c41423;
}
/*------------------------------------------------------------------
::  Devenir membre - Form
-------------------------------------------------------------------*/
.member-form input {
  width: 100%;
  margin-bottom: 15px;
}
/*------------------------------------------------------------------
::  Devenir membre - Paypal
-------------------------------------------------------------------*/
.paypal .paypal-paiement {
  background-color: #ffffff;
  padding: 30px;
}
.paypal .paypal-paiement .logo-paypal {
  display: table;
  width: 100%;
  text-align: center;
}
.paypal .paypal-paiement .logo-paypal h2 {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
@media all and (min-width: 1200px) {
  .paypal .paypal-paiement .logo-paypal h2 {
    display: table-cell;
    vertical-align: middle;
  }
}
.paypal .paypal-paiement .logo-paypal img {
  max-width: 100px;
}
@media all and (min-width: 1200px) {
  .paypal .paypal-paiement .logo-paypal img {
    display: table-cell;
  }
}
.paypal .paypal-paiement .paypal-form {
  text-align: center;
}
.paypal .paypal-paiement .paypal-form table {
  margin: 0 auto;
}
.paypal .paypal-paiement .paypal-form form input {
  background-color: transparent;
  border: none;
  height: auto;
}
/*------------------------------------------------------------------
::  Devenir membre - Confirmation
-------------------------------------------------------------------*/
.confirmation .confirmation-link {
  background-color: #e3e3e3;
  padding: 6px 11px;
  color: #939598;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.confirmation .confirmation-link i {
  margin-right: 5px;
}
.confirmation .confirmation-link:hover,
.confirmation .confirmation-link:focus {
  color: #7e1010;
}
.confirmation .msg {
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.confirmation .error h1 {
  color: #c41423;
}
.confirmation .error .msg {
  border: 2px solid #c41423;
}
.confirmation .succes h1 {
  color: #1ebc22;
}
.confirmation .succes .msg {
  border: 2px solid #1ebc22;
}
/*------------------------------------------------------------------
::  helpers
-------------------------------------------------------------------*/
.no-padding {
  padding: 0;
}
.btn-primary {
  background: #c41423;
  border: 0;
  border-radius: 0;
}
.btn-primary:hover,
.btn-primary:active {
  background: #e92233;
}
/*------------------------------------------------------------------
::  media queries
-------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .navbar .navbar-toggle {
    background: none;
    border: none;
  }
  .navbar .navbar-toggle .icon-bar {
    width: 43px;
    height: 7px;
    background-color: #c41423;
  }
  .navbar .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 7px;
  }
}
@media screen and (max-width: 400px) {
  .top-nav .navbar-brand a img {
    width: 150px;
    vertical-align: -33px;
  }
}
/**
 * Spinkit loading
 */
.sk-fading-circle {
  display: none;
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes sk-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.sectors-selected a {
  display: block;
  border: 1px dashed #ccc;
  padding: 5px 5px 7px 5px;
  margin: 3px 0;
}
.sectors-selected a .close {
  display: none;
}
