/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */

/* Increase the body font size on tablet devices */
body {
  font-size: 93.8%;
}
.region-header {
    max-height: 70px;
    float: right;
}
.boutons {
    width: 100%;
    CLEAR:right;
    margin-bottom:15px;
}
#branding {
    margin: 10px 0px 0px 2%;
    width: 190px;
}
#primary-menu-bar {
    width:72%;
    margin:0;
}
#header .primary-menu-wrapper {
    float:none;
    width:100%;
}
#header #primary-menu-bar li a {
  padding:0 6px;
}
.i18n-fr #header #primary-menu-bar li a {
  padding:0 0 0 10px;
}

#footer .primary-menu {
    width: 100%;
}
.region-header-menu {
    clear: none;
    float: right;
    margin: 5px 0px;
}
#main-content .view-content .views-row {
    width: 47%;
    float: left;
    margin: 1%;
    position: relative;
}
#main-content img {
    width: 95%;
}
#main-content .isotope-element img {
   width:100%;
}
.view-news-events .views-field-field-event-image {
    width: 50%;
    float:left;
}
.event-wrapper{
    width: 50%;
    float:left;
}
.page-events #main-content .view-content .views-row {
    width: 100%;
}
.page-events .field-name-field-event-image{
    width: 25%;
    float:left;
}
.page-event .event-wrapper{
    width: 50%;
    float:left;
}
.flex-direction-nav a:before {
  background-image:url(images/arrow-left-mobile.png);
}
.flex-direction-nav a.flex-next:before {
  background-image:url(images/arrow-right-mobile.png);
}
.flex-direction-nav a:before,
.flex-direction-nav a {
  width:37px;
  height:38px;
}

