/* @override 
	https://bigmat.next20.info/wp-content/themes/bigmat/css/bm-style.css
	https://www.extranet-bigmat.com/wp-content/themes/bigmat/css/bm-style.css
	https://bm2021.next20.info/wp-content/themes/bigmat/css/bm-style.css */
/* @override https://bigmat.next20.info/wp-content/themes/bigmat/css/html5-reset.css */
/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clear-after:after {
  display: table;
  content: " ";
  clear: both;
}
* {
  box-sizing: border-box;
}
button {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}
hr.clear {
  display: table;
  content: " ";
  clear: both;
  border: none;
  color: transparent;
}
/* accessibility */
.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
/* TOP ARROW */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 80px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.5) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 999;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
/* @override http://bigmat.next20.info/wp-content/themes/bigmat/css/fonts.css */
@font-face {
  font-family: 'montserratblack';
  src: url('../fonts/montserrat-black-webfont.woff2') format('woff2'), url('../fonts/montserrat-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratbold';
  src: url('../fonts/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratlight';
  src: url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratregular';
  src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratmedium';
  src: url('../fonts/montserrat-medium-webfont.woff2') format('woff2'), url('../fonts/montserrat-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratthin';
  src: url('../fonts/montserrat-thin-webfont.woff2') format('woff2'), url('../fonts/montserrat-thin-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
b,
strong {
  font-family: 'montserratmedium';
}
/* @override 
	https://bigmat.next20.info/wp-content/themes/bigmat/css/menu.css
	https://www.extranet-bigmat.com/wp-content/themes/bigmat/css/menu.css
*/
#menubar {
  background: #b7b9bb;
  padding: 30px 0;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8) inset;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
}
#menubar a {
  text-decoration: none;
}
#menubar #bm-menu {
  width: 74.39%;
  float: left;
}
#menubar div#directory-container {
  width: 23%;
  float: right;
}
#bm-menu ul:after {
  clear: both;
  display: table;
  content: " ";
}
#bm-menu {
  width: 103%;
}
#bm-menu ul {
  margin: 0 !important;
}
#bm-menu li {
  float: left;
  width: 31%;
  vertical-align: top;
  list-style: none;
  margin: 0 1.8% 20px 0;
}
#bm-menu li a {
  padding: 15px;
  text-decoration: none !important;
  display: block;
  max-width: 98%;
  color: #555 !important;
  background: #fff;
  padding: 10px 15px !important;
  font-family: 'montserratmedium';
  text-transform: uppercase;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}
#bm-menu li a:hover {
  color: #e84f22 !important;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
#bm-menu li a .icon,
#bm-menu li a .label {
  display: inline-block;
  vertical-align: middle;
}
#bm-menu li a .icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#bm-menu li a .label {
  width: calc( 100% - 70px );
  line-height: 1em;
}
#bm-menu li a .label small {
  display: block;
  text-transform: none;
  font-weight: 400;
}
#bm-menu li.double {
  width: 98%;
}
#bm-menu li.double a {
  font-size: 1.3em;
  text-align: center;
}
#menubar a.close {
  display: block;
  text-align: right;
  color: #fff;
  transition: color .5s;
}
#menubar a.close:after {
  font-family: 'fontawesome';
  content: "\f106";
  margin-left: .5em;
  font-size: 48px;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  vertical-align: text-bottom;
}
#menubar a.close:hover {
  color: #000;
}
/* directory shortcut */
a.anchor-directory {
  display: block;
  background-color: #135497;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}
a.anchor-directory:hover {
  text-decoration: none !important;
}
a.anchor-directory:after {
  font-family: 'FontAwesome';
  content: "\f107";
  margin-left: .5em;
}
/* directory form */
form#directory {
  background-color: #145497;
  color: #fff;
  padding: 15px;
  margin-bottom: 30px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
form#directory a {
  text-decoration: none;
  color: inherit;
}
form#directory h2 {
  font: 1.3em/1em 'montserratlight';
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 10px;
  padding-bottom: 10px;
}
form#directory ul.type-selector {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
form#directory ul.type-selector:after {
  display: table;
  content: " ";
  clear: both;
}
form#directory ul.type-selector li {
  float: left;
  width: 48%;
}
form#directory ul.type-selector li:last-child {
  float: right;
}
form#directory ul.type-selector li a {
  display: block;
  text-align: center;
  background: #385f9f;
  padding: 5px;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
form#directory ul.type-selector li a strong {
  font-family: 'montserratbold';
}
form#directory ul.type-selector li.active a {
  background-color: #788abb;
}
form#directory input[type="text"] {
  width: 100%;
  font-size: 1em;
  line-height: 32px;
  height: 32px;
  border: none;
  margin: 15px 0;
  padding: 0 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
form#directory label {
  font-size: .8em;
  margin-right: 15px;
}
form#directory p.checkboxes {
  margin-top: 10px;
}
form#directory button {
  font-size: 1em;
  width: 100%;
  line-height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 5px 0;
  background: #64a0c9;
  /* Old browsers */
  color: #fff;
  background: -moz-linear-gradient(top, #64a0c9 0%, #024389 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #64a0c9 0%, #024389 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #64a0c9 0%, #024389 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#64a0c9', endColorstr='#024389', GradientType=0);
  /* IE6-9 */
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
@media screen and (max-width: 1024px) {
  #bm-menu li a {
    padding: 0px 5px;
    font-size: .8em;
  }
  #bm-menu li a:before {
    width: 20%;
  }
  #bm-menu li a span {
    width: 73%;
  }
}
@media screen and (max-width: 800px) {
  #bm-menu li,
  #menubar #bm-menu,
  #menubar div#directory-container {
    width: auto;
    float: none;
  }
  #menubar a.close {
    text-align: center;
  }
}
/* @override 
	https://bigmat.next20.info/wp-content/themes/bigmat/css/bigmat.css
	https://www.extranet-bigmat.com/wp-content/themes/bigmat/css/bigmat.css
*/
/* THEME STYLES */
body {
  background: #333;
  color: #fff;
  font: 0.9em/1.6em 'montserratlight', Arial, sans-serif;
}
.tooltipster-sidetip .tooltipster-box {
  font-size: .8em;
}
/* LAYOUT */
.wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
.wrapper:after,
div.row:after {
  display: table;
  content: " ";
  clear: both;
}
/* stylization */
.white-bg {
  background: #fff;
}
.br-4 {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.br-6 {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.clear-after {
  display: table;
  clear: both;
  content: " ";
}
/* wp img alignments */
section#content img {
  max-width: 100%;
  height: auto;
}
section#content img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
section#content img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
section#content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section#content a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
section#content a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
section#content a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section#content .wp-caption.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
section#content .wp-caption.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
section#content .wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section#content .wp-caption {
  font-size: small;
  color: #999;
}
section#content .wp-caption-text {
  font-size: .8em;
  line-height: 1.4em;
  color: #555;
}
section#content table.aligncenter {
  margin: 0 auto;
}
/* default page styles page */
section#content a {
  color: #f2987a;
}
section#content a:hover {
  color: #f15b40;
  text-decoration: underline;
}
section#content h1 {
  font: 2em/1.3em 'montserratthin';
  margin-bottom: .5em;
}
section#content h2 {
  font: 1.6em/1.3em 'montserratlight';
  margin-bottom: .5em;
  color: #e94e34;
}
section#content h3 {
  font: 1.3em/1.3em 'montserratlight';
  margin-bottom: .5em;
  color: #004289;
}
section#content h4 {
  font: 1.1em/1.3em 'montserratregular';
  margin-bottom: .5em;
  color: #747372;
}
section#content h5 {
  font: 1em/1.3em 'montserratregular';
  margin-bottom: .5em;
  color: #8592c1;
}
section#content p {
  text-align: justify;
}
section#content p,
section#content ol,
section#content ul,
section#content table,
section#content pre {
  margin-bottom: 1em;
}
section#content ol,
section#content ul,
section#content blockquote,
section#content pre {
  margin-left: 25px;
}
section#content ol,
section#content ul {
  list-style-type: disc;
  list-style-position: outside;
}
section#content ol ol,
section#content ul ul {
  font-size: .85em;
  margin-bottom: 0;
}
section#content ol {
  list-style-type: decimal;
}
section#content ol ol {
  list-style-type: lower-latin;
}
section#content blockquote {
  padding: 5px 25px 5px 0;
  font-style: italic;
}
section#content blockquote p {
  border-left: 2px solid #eee;
  padding-left: 25px;
}
/* Table Styling */
section#content table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
section#content table th {
  background: #f3f2f0;
}
section#content table td,
section#content table th {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 5px 7px;
  font-size: .85em;
  vertical-align: middle;
}
section#content em,
section#content i {
  font-style: italic;
}
section#content .fa {
  font-style: normal !important;
}
section#content pre {
  white-space: normal;
  margin: 0 0 1em;
  font-size: .85em;
  line-height: 1.7em;
}
section#content p.nothing {
  text-align: center;
  font-size: 1.2em;
  margin: 30px;
}
section#content p.nothing:before {
  font-family: "FontAwesome";
  content: "\f05a";
  display: block;
  font-size: 36px;
  line-height: 1em;
  margin-bottom: .5em;
  color: #ddd;
}
/* flexisel */
.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
.nbs-flexisel-container:after,
.nbs-flexisel-ul:after {
  display: table;
  clear: both;
  content: " ";
}
.nbs-flexisel-inner {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}
.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  line-height: 0px;
}
.nbs-flexisel-item img {
  max-width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
/*** nav ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  position: absolute;
  cursor: pointer;
  z-index: 4;
  top: 40%;
  background: rgba(100, 101, 104, 0.3);
  color: #fff;
}
.nbs-flexisel-nav-left {
  left: 10px;
}
.nbs-flexisel-nav-right:before,
.nbs-flexisel-nav-left:before {
  font-size: 20px;
  font-family: 'FontAwesome';
  content: "\f104";
}
.nbs-flexisel-nav-right:before {
  content: "\f105";
}
.nbs-flexisel-nav-left.disabled {
  opacity: 0.2;
}
.nbs-flexisel-nav-right {
  right: 5px;
}
.nbs-flexisel-nav-right.disabled {
  opacity: 0.2;
}
/* header */
header {
  background: #fff;
  padding-top: 10px;
}
header a {
  color: inherit;
  text-decoration: none;
}
header img {
  display: block;
}
header .row > .logo,
header .row > .search,
header .row > .user-menu,
header .row > .breadcrumbs,
header .row > .toggle-nav {
  display: inline-block;
  vertical-align: bottom;
}
header .row > .logo {
  width: 25%;
  margin-bottom: -0.25em;
  margin-top: 12px;
}
header .search {
  width: 30%;
}
header .row > .user-menu {
  width: 44%;
  text-align: right;
}
header .row > .user-menu li {
  display: inline-block;
}
header .row > .user-menu .username {
  color: #f15b40;
  border-right: 1px solid #ddd;
  padding-right: 15px;
  margin-right: 15px;
}
header .row > .user-menu .username a {
  text-decoration: underline;
}
header .row > .user-menu .logout {
  font-size: .9em;
  color: #b7b9bb;
  text-align: right;
}
header .row > .breadcrumbs {
  width: 84%;
  color: #999;
  font-size: .8em;
  overflow: hidden;
  text-align: left;
}
header .row > .breadcrumbs .fa {
  display: inline-block;
  margin: 0 10px;
}
header .row > .toggle-nav {
  width: 15%;
  text-align: right;
  color: #999;
}
body.home header .row > .toggle-nav {
  display: none;
}
header .row.tools {
  margin-top: 15px;
  border-top: 1px solid #b7b9bb;
  padding: 10px 0 10px;
  text-align: right;
}
body.home header .row.tools {
  display: none;
}
body.home header {
  padding-bottom: 15px;
}
header .row > .user-menu .logout a:after,
header .row > .search a:after,
header .row > .toggle-nav a:after {
  font-family: 'fontawesome';
  font-size: 20px;
  display: inline-block;
  content: "\f002";
  margin-left: .5em;
  color: #014289;
}
header .row > .toggle-nav a:after {
  content: "\f0c9";
}
header .row > .user-menu .logout a:after {
  font-size: 1em;
  color: inherit;
  content: "\f08b";
}
#preprod {
  font-weight: 700;
  font-size: .8em;
  display: inline-block;
  position: fixed;
  left: auto;
  top: 0;
  background: #e20613;
  padding: 0 10px 2px 5px;
  border-radius: 0 0 8px 0;
  z-index: 999999;
}
/* automplete */
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #fff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.ui-autocomplete li {
  padding: 3px 5px;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #000;
  font-size: .9em;
}
.ui-autocomplete li:last-child {
  border: none;
}
ul.ui-autocomplete li:hover {
  background: #f3f2f0;
  color: #135497;
}
.ui-menu-item > a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
}
.ui-state-hover,
.ui-state-active {
  color: #000;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}
.ui-helper-hidden-accessible {
  display: none;
}
/* footer */
footer {
  background: #333;
  color: #fff;
  font-size: .85em;
  padding: 50px 0;
}
footer a {
  text-decoration: none;
  color: inherit;
}
footer .row > .logo,
footer .row > .website,
footer .row > .footer-menu {
  float: left;
}
footer .row > .logo {
  margin-right: 30px;
}
footer .row > .footer-menu {
  float: right;
}
footer .row > .footer-menu ul li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #666;
}
footer .row > .footer-menu ul li:last-child {
  border: none;
}
footer .row > .footer-menu ul li a:hover {
  text-decoration: underline;
}
#searchform {
  background: #f3f2f0;
  color: #333;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
}
#searchform button {
  font: 20px/20px 'montserratlight';
  color: #8f9194;
  float: right;
  padding: 4px;
  text-align: right;
  background: transparent;
  border: none;
}
#searchform input#keyword {
  color: #333;
  font: 15px/30px 'montserratregular';
  height: 32px;
  border: none;
  background: transparent;
  width: 80%;
  padding: 4px 2% 4px 3%;
}
#searchform input#keyword:focus {
  outline: none;
}
#searchform ::-webkit-input-placeholder {
  color: #8f9194;
  font-size: .8em;
}
#searchform ::-moz-placeholder {
  color: #8f9194;
  font-size: .8em;
}
#searchform :-ms-input-placeholder {
  color: #8f9194;
  font-size: .8em;
}
#searchform :-moz-placeholder {
  color: #8f9194;
  font-size: .8em;
}
/* page layout */
div.page-container {
  background: #f3f2f1;
  color: #000;
}
section#content {
  width: 72%;
  float: left;
  padding: 20px 0 50px;
  min-height: 400px;
}
sidebar#sidebar {
  width: 22.98%;
  float: right;
  padding: 20px 0;
}
section#content.fullwidth {
  width: auto;
  float: none !important;
}
/* invert content & sidebar positions */
body.archive section#content,
body.single-ressource section#content {
  float: right;
}
body.archive sidebar#sidebar,
body.single-ressource sidebar#sidebar {
  float: left;
}
#sidebar .submenu {
  font-size: .95em;
}
#sidebar li.current-menu > a {
  font-weight: 600 !important;
  color: #000 !important;
}
/* css select */
.select {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.select select {
  font-size: 1em;
  display: inline-block;
  width: 100%;
  padding: 10px 15px;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: #b6b8bb;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  background: #636468;
}
.select select:disabled {
  pointer-events: none;
  opacity: .5;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}
/* trombi */
div.trombi-title {
  display: flex;
  gap: 10px;
}
div.trombi-title h1 {
  width: calc( 100% - 380px );
}
div.trombi-title .select {
  width: 370px;
}
@media screen and (max-width: 600px) {
  div.trombi-title {
    flex-wrap: wrap;
  }
  div.trombi-title > * {
    width: 100%;
  }
}
/*
div.trombi-title h1 {
	float: left;
	width: ~"calc( 100% - 380px )";
}
div.trombi-title .select {
	width: 370px;
	float: right;
	margin-right: .5%;
	position: relative;
}
*/
/* sidebar news */
sidebar#sidebar div.news-item {
  margin-bottom: 20px;
  display: block;
}
sidebar#sidebar .news-title {
  font: 1.3em/1.2em 'montserratthin';
  margin-bottom: 20px;
}
sidebar#sidebar .news-item .date {
  font-size: .8em;
  color: #999;
}
sidebar#sidebar .news-item .desc {
  font-size: .9em;
  line-height: 1.5em;
  margin-bottom: 10px;
}
sidebar#sidebar .news-item h3 a {
  display: block;
  text-decoration: none;
  font: 1.2em/1.2em 'montserratmedium';
  margin: .2em 0 .5em;
  color: inherit;
}
sidebar#sidebar .news-item h3 a:hover {
  text-decoration: underline;
}
div#directory-container p.trombi a,
sidebar#sidebar p.trombi a {
  display: block;
  background: #80bd26;
  text-align: center;
  padding: .5em;
  color: #fff;
  text-decoration: none;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
div#directory-container p.trombi a:hover,
sidebar#sidebar p.trombi a:hover {
  background: #009466;
}
div#directory-container p.trombi a:before,
sidebar#sidebar p.trombi a:before {
  font-family: 'FontAwesome';
  content: "\f083";
  margin-right: .5em;
}
div#directory-container p.trombi.enseigne a,
sidebar#sidebar p.trombi.enseigne a {
  margin-bottom: 20px;
}
/* responsive videos */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* homepage */
sidebar#sidebar h2.last-updates {
  font: 1.1em/1.4em 'montserratregular';
  color: #555;
  border-left: 7px solid #ffc600;
  text-transform: uppercase;
  padding-left: 15px;
  margin-top: 40px;
  margin-bottom: 1em;
}
sidebar#sidebar ul.last-updated li {
  color: #646568;
  margin-bottom: 10px;
  padding: 10px;
  font-size: .8em;
  line-height: 1.4em;
}
sidebar#sidebar ul.last-updated li a {
  color: inherit;
  text-decoration: none;
}
sidebar#sidebar ul.last-updated li p.date {
  color: #b7b9bb;
  margin-top: .5em;
  font-size: .95em;
}
sidebar#sidebar ul.last-updated li h3 a {
  font-size: 1.1em;
  text-transform: uppercase;
  font-family: 'montserratregular';
  color: #155598;
}
sidebar#sidebar ul.last-updated li h3 a:hover {
  text-decoration: underline;
}
#sidebar .downloadable-file {
  display: block;
  background: #145396;
  text-align: center;
  padding: .5em;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 20px 0;
  color: #fff;
  text-decoration: none;
}
#sidebar .downloadable-file:before {
  font-family: 'FontAwesome';
  content: "\f15c";
  margin-right: .5em;
}
section#content div.partners.white-bg {
  padding: 10px;
  margin: 30px 0;
}
section#content div.partners h2 {
  color: #8f9194;
  font: 1.2em/1.4em 'montserratthin';
}
div.partners ul.partners {
  text-align: center;
  margin: 0 !important;
}
div.partners ul.partners li {
  display: inline-block;
  vertical-align: middle;
}
div.partners ul.partners li {
  vertical-align: middle;
  line-height: 100px;
}
div.partners ul.partners li > .wrapper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
div.partners ul.partners li img {
  display: block;
  vertical-align: middle;
  max-height: 80px;
  max-width: 160px;
  width: auto;
  height: auto;
}
/* news */
div.news-title {
  margin-bottom: 15px;
}
section#content div.news-title h2 {
  color: #8f9194;
  font: 2.4em/1.4em 'montserratthin';
}
div.news-title a.more {
  float: right;
  margin-top: -3.5em;
  color: #385f9f !important;
  font-size: .9em;
  text-decoration: none;
}
div.news-title a.more:after {
  font-family: 'FontAwesome';
  content: "\f0fe";
  margin-left: .5em;
}
div.newsfeed {
  margin-top: 20px;
}
div.newsfeed div.news-item {
  width: 49%;
  float: left;
  padding: 10px;
}
div.newsfeed div.news-item.right {
  float: right;
}
div.newsfeed div.news-item img {
  display: block;
}
div.newsfeed div.news-item .thumb {
  width: 35%;
  float: left;
}
div.newsfeed div.news-item.has-post-thumbnail .desc {
  width: 60%;
  float: right;
}
section#content.newsfeed div.news-item .desc p,
div.newsfeed div.news-item .desc p {
  font-size: .85em;
  line-height: 1.4em;
  color: #646568;
}
section#content.newsfeed div.news-item .desc p.date,
div.newsfeed div.news-item .desc p.date {
  font-size: .75em;
  color: #646568;
}
section#content.newsfeed div.news-item .desc h3,
section#content div.newsfeed div.news-item .desc h3 {
  font: 1.2em/1.2em 'montserratmedium';
}
section#content.newsfeed div.news-item h3 a,
div.newsfeed div.news-item .desc h3 a {
  display: block;
  margin-bottom: .3em;
  text-decoration: none;
  color: #385f9f !important;
}
div.flash {
  font-size: .9em;
}
div.flash p > strong {
  font-family: 'montserratbold';
  color: #e84f22;
}
div.flash a {
  color: #e84f22 !important;
}
/* network search */
section#content.network-search .search-result {
  width: 105%;
}
section#content.network-search div.network-search-item {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding: 1.2%;
  font-size: .9em;
  line-height: 1.4em;
  margin: 0 2% 20px 0;
}
section#content.network-search div.network-search-item p {
  margin: 0;
}
section#content.network-search div.network-search-item p.region {
  margin: 10px 0;
}
section#content.network-search div.network-search-item p.region a {
  color: inherit;
  font-size: .85em;
}
section#content.network-search div.network-search-item p.region:before {
  font-family: 'FontAwesome';
  content: "\f041";
  margin-right: .5em;
  color: #e8a126;
}
section#content.network-search div.network-search-item.child-item {
  background: #fafbf9;
}
section#content.network-search div.network-search-item h2 {
  font: 1.1em/1.2em 'montserratmedium';
  margin-bottom: .3em;
  color: #555;
}
section#content.network-search div.network-search-item h2 a {
  color: inherit;
}
section#content.network-search div.network-search-item h2 span.enseigne {
  font-family: 'montserratlight';
  font-size: .8em;
  color: #e20613;
}
section#content.network-search div.network-search-item p.tel {
  margin-top: .5em;
}
section#content.network-search div.network-search-item p.siret {
  margin-top: .5em;
  font-size: .85em;
  color: #646568;
}
section#content.network-search div.network-search-item p.persons {
  margin-top: 8px;
  font-size: .9em;
}
section#content.network-search div.network-search-item p.adherent {
  font-size: .85em;
  margin-bottom: .5em;
  color: #646568;
}
section#content.network-search div.network-search-item p.adherent a {
  color: inherit;
}
section#content.network-search div.network-search-item p.tel:before,
section#content.network-search div.network-search-item p.fax:before {
  font-family: 'FontAwesome';
  content: "\f098";
  margin-right: .5em;
  color: #788abc;
}
section#content.network-search div.network-search-item p.fax:before {
  content: "\f1ac";
}
/* paginate */
#page-nav {
  clear: both;
  margin: 20px 0;
}
#page-nav:after {
  clear: both;
  display: table;
  content: " ";
}
#page-nav > .navigation,
#page-nav #pagination {
  float: left;
}
#page-nav #pagination {
  float: right;
}
#page-nav #pagination label {
  display: inline-block;
  color: #636468;
}
section#content nav.pagination .nav-links a,
nav.pagination .nav-links span {
  display: inline-block;
  vertical-align: bottom;
  padding: 0.2em 5px;
  margin-right: 5px;
  min-width: 2em;
  background: #b7b9bb;
  text-align: center;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
section#content nav.pagination .nav-links a:hover {
  background: #8f9194;
}
nav.pagination .nav-links span.current {
  background: #646568;
}
/* sidebar */
#sidebar .white-bg {
  padding: 10px 20px;
}
#sidebar .term-title {
  font: 1em/1.1em 'montserratmedium';
  text-transform: uppercase;
  color: #555555;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
#sidebar .term-title a {
  color: inherit;
  text-decoration: none;
}
#sidebar .term-title small {
  font-size: .85em;
  display: block;
  text-transform: none;
}
#sidebar .term-title .icon,
#sidebar .term-title .label {
  display: inline-block;
  vertical-align: middle;
}
#sidebar .term-title .icon {
  width: 50px;
  height: 50px;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#sidebar .term-title .label {
  width: calc( 100% - 70px );
  margin-left: 10px;
}
#sidebar ul.child-domaines li li {
  padding-left: 15px;
  position: relative;
}
#sidebar ul.child-domaines li li:before {
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#sidebar ul.child-domaines li a {
  display: block;
  font: 0.8em/1.5em 'montserratlight';
  text-transform: uppercase;
  color: #555;
  text-decoration: none;
  padding: 5px 0;
}
#sidebar ul.child-domaines li a:hover {
  text-decoration: underline;
}
#sidebar ul.child-domaines li.current-cat > a {
  color: #e20613;
}
/* domaines list items */
section#content.list-ressources div.term-list-item {
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
}
section#content.list-ressources div.term-list-item.has-thumbnail div.thumb {
  width: 8%;
  float: right;
}
section#content.list-ressources div.term-list-item.has-thumbnail div.thumb img {
  margin-bottom: 0;
}
section#content.list-ressources div.term-list-item.has-thumbnail div.desc {
  width: 90%;
  float: left;
}
section#content.list-ressources div.term-list-item div.desc p {
  margin: 0;
  font-size: .85em;
}
section#content.list-ressources div.term-list-item div.cats {
  font-size: .85em;
  line-height: 1.3em;
  margin-bottom: .5em;
  text-transform: uppercase;
  color: #999;
}
section#content.list-ressources div.term-list-item div.cats a {
  color: inherit;
}
section#content.list-ressources div.term-list-item div.cats a:hover {
  color: #555;
}
section#content.list-ressources div.term-list-item div.meta {
  clear: both;
  font-size: .75em;
  line-height: 1.5em;
}
section#content div.meta p {
  margin: 0;
  padding: 8px 0 0;
  color: #8f9194;
  border-top: 1px solid #ddd;
}
section#content.list-ressources div.term-list-item div.meta a {
  color: inherit;
  text-transform: uppercase;
  text-decoration: none;
}
section#content.list-ressources div.term-list-item div.meta a:hover {
  text-decoration: underline;
  color: #646568;
}
section#content.list-ressources div.term-list-item h2 {
  font: 1.2em/1.5em 'montserratmedium';
  margin-bottom: .2em;
}
section#content.list-ressources div.term-list-item h2 a {
  color: #e84f22;
  text-decoration: none;
}
section#content.list-ressources div.term-list-item h2 a:hover {
  text-decoration: underline;
}
/* page content */
section#content > div.white-bg {
  padding: 15px 40px 25px;
  width: 100%;
}
/* inner-sidebar */
section#content.ressource > div.white-bg.has-thumbnail div.page-content {
  width: 70%;
  float: left;
  padding-bottom: 40px;
}
section#content.ressource > div.white-bg.has-thumbnail div.inner-sidebar {
  width: 26%;
  float: right;
  padding-bottom: 40px;
}
section#content .page-content h1 {
  font: 1.8em/1.4em 'montserratregular';
  color: #004289;
}
section#content.ressource .inner-sidebar h3.shared-files-title {
  text-transform: uppercase;
  font: 1em/1.2em 'montserratmedium';
  border-bottom: 1px solid #004289;
  position: relative;
  margin: 2em 0 10px;
  padding: 10px 0 10px 36px;
}
section#content.ressource .inner-sidebar h3.shared-files-title:before {
  font-family: 'FontAwesome';
  content: "\f019";
  display: block;
  font-size: 30px;
  color: #788abc;
  position: absolute;
  left: 0;
  top: .3em;
}
section#content.ressource .inner-sidebar ul.list-downloadable {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: .85em;
}
section#content.ressource .inner-sidebar ul.list-downloadable a {
  color: #000;
  font-family: 'montserratregular';
  display: block;
  text-decoration: none;
  line-height: 1.3em;
  margin-bottom: 12px;
  position: relative;
  padding-left: 27px;
  overflow: hidden;
}
section#content.ressource .inner-sidebar ul.list-downloadable a span.size {
  font-size: .9em;
  font-family: 'montserratlight';
  color: #999;
  display: block;
}
section#content.ressource .inner-sidebar ul.list-downloadable a:hover,
section#content.ressource .inner-sidebar ul.list-downloadable a:hover span.size {
  text-decoration: underline;
  color: #e84f22;
}
section#content.ressource .inner-sidebar ul.list-downloadable a:before {
  font-family: 'FontAwesome';
  font-size: 22px;
  content: "\f15b";
  display: inline-block;
  color: #b7b9bb;
  position: absolute;
  left: 0;
  top: .3em;
}
section#content.ressource .inner-sidebar ul.list-downloadable li.applicationpdf a:before {
  content: "\f1c1";
}
section#content.ressource .inner-sidebar ul.list-downloadable li[class*="image"] a:before {
  content: "\f1c5";
}
section#content.ressource .inner-sidebar ul.list-downloadable li[class*="audio"] a:before {
  content: "\f1c7";
}
section#content.ressource .inner-sidebar ul.list-downloadable li[class*="video"] a:before {
  content: "\f1c8";
}
section#content.ressource .inner-sidebar ul.list-downloadable li[class*="word"] a:before {
  content: "\f1c2";
}
section#content.ressource .inner-sidebar ul.list-downloadable li[class*="excel"] a:before,
section#content.ressource .inner-sidebar ul.list-downloadable li[class*="sheet"] a:before {
  content: "\f1c3";
}
section#content.ressource .inner-sidebar ul.list-downloadable li[class*="powerpoint"] a:before,
section#content.ressource .inner-sidebar ul.list-downloadable li[class*="presentation"] a:before {
  content: "\f1c4";
}
section#content.ressource .inner-sidebar ul.list-downloadable li[class*="zip"] a:before,
section#content.ressource .inner-sidebar ul.list-downloadable li[class*="compressed"] a:before {
  content: "\f1c6";
}
section#content div.meta {
  clear: both;
  font-size: .85em;
  color: #999;
  padding-top: 10px;
}
section#content img.wp-post-image {
  display: block;
  margin: 0 auto 20px;
}
table#region {
  border-top: 1px solid #b4b4b4;
  border-left: 1px solid #b4b4b4;
  font-size: .8em;
  line-height: 1.4em;
  margin: 10px 0 50px;
  width: 100%;
}
table#region th {
  background: #333;
  color: #fff;
}
table#region td,
table#region th {
  border-bottom: 1px solid #b4b4b4;
  border-right: 1px solid #b4b4b4;
  padding: 5px 7px;
}
table#region a {
  color: inherit;
}
/* liste news */
section#content.newsfeed #masonry,
section#content.newsfeed #no-masonry {
  width: 102%;
  margin-left: -1%;
}
section#content.newsfeed div.news-item {
  width: 22.9%;
  margin: .9%;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
}
section#content.newsfeed div.news-item p.date {
  margin-bottom: .3em;
}
/* user profile page */
section#content.profile .white-bg {
  margin-bottom: 30px;
}
section#content.profile form {
  margin-bottom: 30px;
}
section#content.profile #change-password p.hint {
  font-size: .9em;
  font-family: 'montserratmedium';
  line-height: 1.4em;
}
section#content.profile #change-password p > label {
  display: inline-block;
  min-width: 30%;
}
section#content.profile #change-password input {
  font-size: 15px;
  line-height: 30px;
  height: 32px;
  border: 1px solid #ddd;
  width: 30%;
  padding: 0 1%;
}
form button.button {
  font: 1em/1.2em 'montserratregular';
  text-transform: uppercase;
  border: none;
  padding: .8em 2em;
  background: #385f9f;
  color: #fff;
}
form button.button:hover {
  background: #003880;
}
form div.response > span,
section#content.profile div.response > span {
  display: block;
  margin: 20px 0;
  padding: 8px 15px;
  background: #f69679;
  color: #fff;
  font-family: 'montserratlight';
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
section#content.profile div.user-prefs {
  width: 60%;
  float: left;
}
section#content.profile div.user-infos {
  width: 36%;
  float: right;
  border-left: 1px solid #ddd;
  padding-left: 2%;
}
section#content.profile div.user-infos p {
  margin-bottom: .5em;
}
section#content.profile div.user-infos h4 {
  color: #000;
  margin: .5em 0 0;
}
section#content.profile div.user-infos div.address {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 1em;
}
section#content.profile div.user-infos div.address p {
  margin: 0;
  font-size: .9em;
}
section#content.profile div.user-infos div.address p:first-child {
  background: #f3f2f0;
  padding: 5px 8px;
}
section#content.profile div.user-infos div.address p.address-lines span {
  display: block;
}
section#content.profile #notifications-pref h4 {
  margin-bottom: 20px;
}
/* directory */
section#content.directory-search h2,
section#content.newsfeed div.news-item.user-search h2 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  margin-top: -0.5em;
}
section#content.directory-search h1 small {
  font-size: .6em;
}
section#content.directory-search .row {
  width: 102%;
}
section#content .directory-item.white-bg {
  padding: 10px;
  width: 23.4%;
  margin-right: 1%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: .9em;
}
section#content .directory-item.white-bg *,
section#content.newsfeed div.news-item.user-search * {
  text-align: left;
  line-height: 1.3em;
  margin-bottom: .5em;
}
section#content .directory-item img,
section#content .directory-item div.user-no-pic,
section#content.newsfeed div.news-item.user-search img,
section#content.newsfeed div.news-item.user-search div.user-no-pic {
  display: block;
  margin: 0 auto !important;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
section#content .directory-item div.user-no-pic,
section#content.newsfeed div.news-item.user-search div.user-no-pic {
  width: 150px;
  height: 150px;
  background: #f3f2f0;
  color: #fff;
  text-align: center;
  line-height: 150px;
  font-size: 60px;
}
section#content .directory-item h2,
section#content.newsfeed div.news-item.user-search h2 {
  font-size: 1.4em;
  font-family: 'montserratregular';
  margin-bottom: 8px !important;
  padding-bottom: 8px;
  margin-top: 8px;
  border-bottom: 1px solid #ddd;
}
section#content .directory-item h2 small,
section#content.newsfeed div.news-item.user-search h2 small {
  display: block;
  font-size: .8em;
  color: #333;
}
section#content .directory-item h3,
section#content.newsfeed div.news-item.user-search h3 {
  margin-bottom: 8px !important;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
  font-size: 1em;
  padding-top: 16px;
}
section#content .directory-item h3 a,
section#content.newsfeed div.news-item.user-search h3 a {
  color: inherit;
}
section#content.newsfeed div.news-item.user-search p {
  font-size: .9em;
}
section#content.newsfeed div.news-item.user-search .description {
  font-style: italic;
  font-size: .9em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
  color: #385f9f;
}
section#content.directory-search .spinner {
  text-align: center;
  font-size: 80px;
  color: #b5b7bb;
  padding: 40px 0;
}
section#content.organigramme div.organigramme-wrapper {
  width: 104%;
  margin-left: -2%;
  font-size: 0;
  text-align: center;
  padding-bottom: 50px;
}
section#content.organigramme div.group {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 16%;
  margin: 2%;
  padding: .8%;
  background: #fff;
  margin-bottom: 20px;
}
section#content.organigramme div.group .subgroup {
  border: 1px solid #8592c1;
  padding: 8px;
  margin: 10px 0;
}
section#content.organigramme div.group .subgroup > h3 {
  color: #e84f22;
  font-size: .9em;
}
section#content.organigramme div.group.first {
  width: 30%;
  display: block;
  margin: 0 auto 20px 35%;
}
section#content.organigramme div.group h2,
section#content.organigramme div.group h3,
section#content.organigramme div.group p {
  margin: 0;
  font-size: 1em;
  line-height: 1.4em;
  text-align: center;
  color: #fff;
}
section#content.organigramme div.group h3 {
  font-size: 1.2em;
  margin-bottom: .5em;
}
section#content.organigramme div.group h2 {
  font: 1.1em/1.3em 'montserratmedium';
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #e84f22;
}
section#content.organigramme div.group ul,
section#content.organigramme div.group ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}
section#content.organigramme div.group ul li {
  margin-top: 8px;
  font-size: .85em;
  background: #788abc;
  padding: 5px;
}
section#content.organigramme div.group ul li.level-2 {
  background: #003880;
}
section#content.organigramme div.group ul li.level-2:last-child {
  margin-bottom: 0;
}
section#content.organigramme div.group ul li.level-1 {
  background: #385f9f;
}
section#content.organigramme div.group a {
  color: inherit;
}
/* list collabs */
section#content.profile .row.title,
section#content.contact-list .row.title {
  margin-bottom: 20px;
}
section#content.profile .row.title h1,
section#content.contact-list .row.title h1 {
  width: 80%;
  float: left;
}
section#content.profile .row.title a.button,
section#content.contact-list .row.title a.button {
  display: inline-block;
  float: right;
  line-height: 2.4em;
  padding: 0 1em;
  background-color: #f69679;
  color: #fff;
  text-decoration: none;
  transition: background .5s;
}
section#content.profile .row.title a.button:hover,
section#content.contact-list .row.title a.button:hover {
  background-color: #e84f22;
}
.row.title a.button.add:before {
  font-family: 'FontAwesome';
  content: "\f234";
  margin-right: .5em;
}
.row.title a.button.back:before {
  font-family: 'FontAwesome';
  content: "\f137";
  margin-right: .5em;
}
section#content.contact-list table.users-list {
  width: 100%;
  font-size: .9em;
  background: #fff;
  margin-top: 15px;
}
section#content.contact-list table.users-list a {
  color: inherit;
}
section#content.contact-list table.users-list tr.current-user td {
  color: #e8a126;
}
section#content.contact-list table.users-list tr td:last-child {
  text-align: center;
  color: #ddd;
  font-size: 20px;
}
section#content.contact-list table.users-list tr td:last-child a {
  color: #f69679;
}
section#content.contact-list table.users-list tr td:last-child a:hover {
  color: #e84f22;
}
section#content.contact-list div.info {
  float: right;
  width: 30%;
}
section#content span.required {
  color: #e84f22;
  font-size: 1.3em;
  vertical-align: text-top;
}
section#content form p.form-item {
  margin-bottom: .8em;
}
section#content form p.form-item.double:after {
  display: table;
  clear: both;
  content: " ";
}
section#content form p.form-item.double span.item {
  width: 50%;
  float: left;
}
section#content form label {
  display: block;
  font-size: .85em;
  line-height: 1.2em;
  padding-left: .5em;
  margin-bottom: .2em;
}
section#content form label.error {
  color: #e84f22;
  margin-bottom: .5em;
}
section#content form input[type=tel],
section#content form input[type=text],
section#content form input[type=email] {
  font: 14px/30px "montserratlight", sans-serif;
  height: 32px;
  padding: 2px 8px;
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
section#content form input.error {
  border-color: #bbb;
}
section#content form#add-user,
section#content form#edit-user {
  width: 60%;
  float: left;
}
section#content form#add-user input,
section#content form#edit-user input {
  width: 80%;
}
section#content form#add-user button,
section#content form#add-edit button {
  margin-top: 1.5em;
}
section#content form#add-user input#user_email,
section#content form#edit-user input#user_email {
  width: 60%;
}
section#content form#add-user input#fax,
section#content form#edit-user input#fax {
  width: 40%;
}
form#contact-form {
  width: 70%;
  margin-bottom: 40px;
}
form#contact-form label {
  font-size: 1em !important;
  display: block;
}
form#contact-form input[type="text"],
form#contact-form textarea {
  width: 100%;
  font: 14px/30px 'montserratlight';
  height: 32px;
  padding: 0 1%;
  border: 1px solid #ddd;
}
form#contact-form textarea {
  height: 10em;
  line-height: 20px;
}
/* gallery */
section#content #gallery {
  margin: 30px 0;
  text-align: center;
}
section#content #gallery span.item {
  display: inline-block;
  vertical-align: middle;
  margin: 2%;
  max-width: 20%;
}
/* WP Gallery */
section#content div.gallery img {
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
section#content div.gallery .gallery-item {
  margin-bottom: 20px;
}
/* responsive embedded videos */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
video,
.wp-video-shortcode {
  max-width: 100%;
}
/* OneSignal Subscribtion buttons */
button.onesignal.button {
  font-size: 1em;
  background: #95c01e;
  border: none;
  padding: 8px 15px;
  color: #fff;
}
/* polls */
div.yop-poll-container {
  width: auto !important;
  padding: 0 !important;
}
section#content div.yop-poll-container ul {
  margin: 0;
  padding: 0;
}
section#content [class^="yop-poll-container"] {
  width: 100% !important;
}
section#content [class^="yop-poll-question"] {
  text-align: left !important;
  margin: 0;
  font-family: 'montserratregular';
}
section#content [class^="yop-poll-li-answer"],
section#content [class^="yop-poll-li-result"] {
  display: block !important;
  width: 100% !important;
}
section#content div.yop-poll-container input,
section#content div.yop-poll-container label {
  display: inline;
}
section#content button.yop_poll_vote_button {
  background: #95c01e;
  color: #fff;
  padding: 5px 30px;
  border: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
section#content [class^="yop-poll-results-bar"] > div {
  background: #f3f2f0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
section#content [class^="yop-poll-result-bar-div"] {
  background: #95c01e !important;
  border-color: #95c01e !important;
  padding: 15px 0;
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
section#content [class^="yop-poll-container-success"] {
  font-style: normal;
  font-size: 1em;
  color: inherit;
  font-weight: bold;
  margin-bottom: 2em;
}
section#content div.yop-poll-container label {
  font-family: 'montserratlight';
  padding-top: 1em;
  padding-bottom: .3em;
}
section#content form#add-user .authorized-groups,
section#content form#edit-user .authorized-groups {
  padding: 15px;
  background: #fff;
  margin: 20px 0;
  border-radius: 8px;
}
section#content form#add-user .authorized-groups h4,
section#content form#edit-user .authorized-groups h4 {
  color: #375f9e;
  margin: 0 0 10px;
}
section#content form#add-user .inline-checkbox label,
section#content form#edit-user .inline-checkbox label {
  display: block;
  padding: 0;
  margin-top: 8px;
}
section#content form#add-user .inline-checkbox input[type=checkbox],
section#content form#edit-user .inline-checkbox input[type=checkbox] {
  width: auto;
}
/* RESPONSIVE */
#winsize {
  position: fixed;
  right: 0;
  top: 0;
  padding: 10px;
  font-family: monospace;
  background: #000;
  color: #fff;
}
.hide-desktop {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  section#content {
    width: 68%;
  }
  sidebar#sidebar {
    width: 29%;
  }
  div.newsfeed div.news-item .thumb {
    width: 25%;
  }
  div.newsfeed div.news-item.has-post-thumbnail .desc {
    width: 70%;
  }
  header .row > .logo {
    width: 20%;
  }
  section#content div.newsfeed div.news-item .desc h3 {
    font-size: 1em;
  }
}
@media screen and (max-width: 800px) {
  .hide-desktop {
    display: block !important;
  }
  section#content {
    min-height: 0;
    padding-bottom: 0;
  }
  section#content p {
    text-align: left;
  }
  section#content.newsfeed #masonry,
  section#content.newsfeed #no-masonry,
  section#content.network-search {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  header .row > .logo,
  section#content,
  sidebar#sidebar,
  section#content.ressource > div.white-bg.has-thumbnail div.page-content,
  section#content.ressource > div.white-bg.has-thumbnail div.inner-sidebar,
  div.newsfeed div.news-item,
  section#content.network-search div.network-search-item,
  section#content.newsfeed div.news-item,
  section#content.profile #change-password input,
  section#content .directory-item.white-bg,
  section#content.directory-search .row,
  section#content.list-ressources div.term-list-item.has-thumbnail div.desc,
  header .row > .user-menu,
  header .search,
  div.trombi-title h1,
  div.trombi-title .select {
    display: block;
    width: 100%;
    float: none;
  }
  div.news-title h2 {
    text-align: center;
    margin-bottom: 0 !important;
  }
  div.news-title a.more {
    float: none;
    display: block;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
  sidebar#sidebar:before {
    display: block;
    content: " ";
    border-top: 2px solid #8f9194;
    margin: 0 25% 30px;
  }
  section#content h1 {
    font-size: 1.7em;
  }
  section#content h2 {
    font-size: 1.5em;
  }
  section#content h3 {
    font-size: 1.3em;
  }
  section#content.directory-search .row {
    margin: 0;
  }
  header .row > .logo {
    text-align: center;
    margin-bottom: 20px;
  }
  header .row > .breadcrumbs {
    display: none;
  }
  header .row > .toggle-nav {
    width: 20%;
  }
  #sidebar .white-bg {
    margin-bottom: 80px;
  }
  div.newsfeed div.news-item,
  section#content.newsfeed div.news-item {
    margin-bottom: 20px;
  }
  div.newsfeed div.news-item:after,
  section#content.newsfeed div.news-item:after {
    clear: both;
    display: table;
    content: " ";
  }
  #sidebar .news-item .thumb {
    width: 20%;
    float: left;
  }
  #sidebar .news-item.has-thumbnail .desc {
    width: 78%;
    float: right;
  }
  header .row > .search,
  header .row > .user-menu {
    width: 100% !important;
    text-align: left;
  }
  header .row > .search {
    margin-bottom: 15px;
  }
  header .row > .user-menu .logout {
    width: 10%;
  }
  header .row > .user-menu .username {
    width: 88%;
    border: none;
    padding: 0;
    margin: 0;
  }
  header .row > .toggle-nav,
  body.home header .row > .search {
    width: auto;
  }
  header .row > .user-menu .logout a:after {
    font-size: 20px;
  }
  header .row > .user-menu .logout span {
    display: none;
  }
  section#content > div.white-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
  section#content.profile #change-password p > label {
    display: block;
    font-size: .9em;
  }
  form button.button {
    width: 100%;
  }
  section#content.list-ressources div.term-list-item.has-thumbnail div.thumb {
    display: none;
  }
  footer .row > .logo,
  footer .row > .website,
  footer .row > .footer-menu {
    display: block;
    width: auto;
    text-align: center;
    float: none;
    margin: 0 0 20px;
  }
  footer .row > .footer-menu {
    font-size: .9em;
    margin-top: 40px;
  }
  section#content.organigramme div.group h2 {
    margin-top: 30px;
  }
  section#content.organigramme div.group,
  section#content.organigramme div.group.first {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 0 30px;
  }
  section#content.profile div.user-prefs,
  section#content.profile div.user-infos,
  section#content.profile .row.title h1,
  section#content.profile .row.title a.button,
  section#content.contact-list .row.title h1,
  section#content.contact-list .row.title a.button {
    display: inline-block;
    float: none;
    width: auto;
  }
  section#content.profile .row.title a.button,
  section#content.contact-list .row.title a.button {
    margin-bottom: 20px;
  }
  section#content.profile div.user-infos {
    padding: 0;
    border: none;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 2px solid #8f9194;
    width: 100%;
  }
  form#contact-form {
    width: 100%;
  }
  section#content #gallery span.item {
    max-width: 40%;
    margin: 4%;
  }
  .bx-wrapper .bx-controls-direction a {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  header .row > .user-menu .username strong {
    display: block;
  }
}
/* @override 
	https://bigmat.next20.info/wp-content/themes/bigmat/css/adb.css
	https://www.extranet-bigmat.com/wp-content/themes/bigmat/css/adb.css */
#adb-header .row {
  padding-bottom: 20px;
}
#adb-header .logo img {
  max-width: 90%;
}
#adb-breadcrumbs {
  background: #bd010f;
  color: #fff;
  font-size: .8em;
  padding-left: 20px;
}
#adb-breadcrumbs span {
  color: inherit;
  display: inline-block;
  line-height: 36px;
}
#adb-breadcrumbs a {
  color: inherit;
}
#adb-breadcrumbs .fa {
  display: inline-block;
  margin: 0 5px;
}
#adb-breadcrumbs .breadcrumbs {
  width: 75%;
  float: left;
}
#adb-breadcrumbs .contact-adb {
  width: 25%;
  float: right;
  line-height: 36px;
  text-align: right;
  padding-right: .75rem;
}
#adb-breadcrumbs .contact-adb a {
  text-decoration: none;
}
#adb-breadcrumbs .contact-adb a:after {
  font-family: 'FontAwesome';
  content: "\f0e0";
  margin-left: .5em;
}
#menu-adb {
  background: #e10112;
  color: #fff;
}
#menu-adb li {
  float: left;
}
#menu-adb li a {
  display: inline-block;
  padding: 0 10px;
  line-height: 50px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  font-size: .8em;
}
#menu-adb li a:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #fff;
  height: 3px;
  width: 0;
  transition: all 0.3s ease-in-out 0s;
}
#menu-adb li a:hover:after {
  width: 100%;
  left: 0;
}
#menu-adb li.menu-item-has-children {
  position: relative;
}
#menu-adb li.menu-item-has-children ul {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 50px;
  max-height: 0;
  overflow: hidden;
  width: inherit;
  background: #e10112;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#menu-adb li.menu-item-has-children ul li {
  display: block;
  width: 100%;
}
#menu-adb li.menu-item-has-children ul li.current-menu-item a {
  background: #ae010e;
}
#menu-adb li.menu-item-has-children ul li a {
  display: block;
  line-height: 1.2em;
  font-weight: 400;
  padding: 12px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#menu-adb li.menu-item-has-children ul li a:after {
  display: none;
}
#menu-adb li.menu-item-has-children ul li a:hover {
  background: #c80110;
  border-color: transparent;
}
#menu-adb li.menu-item-has-children:hover ul {
  max-height: 80vh;
  transition: all 0.6s ease-in-out 0s;
}
#menu-adb li.current-menu-item > a,
#menu-adb li.current-menu-ancestor > a {
  color: rgba(255, 255, 255, 0.7);
}
#menu-adb li.current-menu-item > a:after,
#menu-adb li.current-menu-ancestor > a:after {
  width: 100%;
  left: 0;
  background: #95010c;
}
a.adb-catalogue {
  display: block;
  background: #fff;
  padding: 15px;
  font-size: .9em;
  border-radius: 6px;
  margin-bottom: 30px;
  line-height: 1.3em;
  text-transform: uppercase;
  text-decoration: none;
  background: #323332;
  color: #fff;
  padding-left: 60px;
  position: relative;
}
a.adb-catalogue:before {
  display: block;
  content: "";
  height: 100%;
  position: absolute;
  left: 15px;
  top: 15px;
  font-family: 'FontAwesome';
  content: "\f1c1";
  font-weight: normal;
  font-size: 32px;
  line-height: 32px;
}
a.adb-catalogue:hover {
  background: #323332;
}
section#content .formation-item {
  padding: 10px;
  width: 46.8%;
  margin-right: 1%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-size: .9em;
  position: relative;
}
section#content .formation-item h2 {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.25em;
  color: #004289;
  text-transform: uppercase;
  margin-top: 5px;
}
section#content .formation-item h2 a {
  color: inherit;
  text-decoration: none;
}
section#content .formation-item h2 a:hover {
  color: #e10112;
}
section#content .formation-item .code {
  font-size: .8em;
  color: #004289;
}
section#content .formation-item .type-formation .type:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  content: "";
  width: 16px;
  height: 16px;
  background: no-repeat center center;
  background-size: contain;
}
section#content .formation-item .type-formation .type.type-1:before {
  background-image: url('../img/presentiel.svg');
}
section#content .formation-item .type-formation .type.type-2:before {
  background-image: url('../img/e-learning.svg');
}
section#content .formation-item .type-formation .type.type-3:before {
  background-image: url('../img/mixte.svg');
}
section#content .formation-item .type-formation .duration {
  margin-left: 15px;
}
section#content .formation-item .type-formation .duration:before {
  font-family: 'FontAwesome';
  content: "\f017";
  color: #e10112;
  margin-right: 5px;
}
section#content .formation-item a.btn-more {
  display: inline-block;
  background: #004289;
  text-decoration: none;
  color: #fff;
  float: right;
  border-radius: 4px;
  padding: 0 5px;
  position: absolute;
  right: 12px;
  top: 12px;
}
section#content .formation-item .sessions h4 {
  font-size: 1em;
  margin: 0 0 .3em;
}
section#content .formation-item .sessions p {
  margin: 0;
  font-size: .9em;
}
section#content .formation-item .sessions p:before {
  font-family: 'FontAwesome';
  content: "\f105";
  margin-right: .5em;
  color: #e10112;
}
section#content .page-content table {
  width: 100%;
}
section#content .select-formation-adb {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
section#content .select-formation-adb h2 {
  text-align: center;
  color: #323332;
  font-weight: 200;
}
#search-formation .row {
  margin-bottom: 20px;
}
#search-formation .row .col {
  width: 50%;
  float: left;
  padding: 0 1%;
}
#search-formation .checkboxes {
  margin: 0;
}
#search-formation .checkboxes li {
  list-style: none;
}
#search-formation .checkboxes li input {
  display: inline-block;
}
#search-formation .checkboxes li label {
  display: inline-block;
}
#search-formation input[type="submit"],
#search-formation input[type="reset"] {
  background: #e10112;
  color: #fff;
  border: 1px solid #e10112;
  font-size: 1.1em;
  padding: 6px 20px;
  border-radius: 4px;
  cursor: pointer;
}
#search-formation input[type="submit"]:hover,
#search-formation input[type="reset"]:hover {
  background: #bd010f;
  border-color: #bd010f;
}
#search-formation input[type="reset"] {
  background: #f3f2f0;
  color: #323332;
  font-weight: 200;
  border-color: #f3f2f0;
}
#search-formation input[type="reset"]:hover {
  background: #e8e6e2;
}
#search-formation input[type="checkbox"]:checked + label {
  font-weight: 600;
  color: #e10112;
}
#search-formation #adb_keyword {
  width: 100%;
  height: 44px;
}
#search-formation .loading {
  font-size: 24px;
  color: #e10112;
}
#search-formation label,
#search-formation p {
  margin: 0 !important;
  padding: 0 0 6px !important;
  font-size: 1em !important;
}
#search-formation label.label,
#search-formation p.label {
  text-transform: uppercase;
  font-size: .8em !important;
}
/* Custom Select */
.custom-select {
  position: relative;
  display: block;
  width: 100%;
  height: 3em;
  line-height: 3;
  background: #004289;
  overflow: hidden;
  border-radius: .25em;
}
.custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #004289;
  background-image: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: #fff;
  cursor: pointer;
  font-size: medium;
}
.custom-select select::-ms-expand {
  display: none;
}
/* Arrow */
.custom-select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #00336a;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.3);
}
/* Transition */
.custom-select:hover::after {
  color: #fff;
}
.custom-select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
section#content .search-formation-response {
  margin-top: 30px;
  width: 103%;
}
section#content .search-formation-response .formation-item {
  width: 47.3%;
  margin-right: 2%;
}
section#content .search-formation-response p.no-result {
  text-align: center;
}
section#content.single-formation .title {
  margin-bottom: 15px;
}
section#content.single-formation .title:after {
  display: table;
  content: "";
  clear: both;
}
section#content.single-formation .title h1 {
  float: left;
  margin: 0;
}
section#content.single-formation .title a.pdf {
  float: right;
  font-size: 28px;
  color: #004289;
}
section#content.single-formation .score {
  margin: 10px 0;
  /* highlight checked */
  /***** Highlight Stars on Hover *****/
  /*
		.rating > input:checked ~ label,
		.rating:not(:checked) > label:hover,
		.rating:not(:checked) > label:hover ~ label { color: @yellow;  } /* hover previous stars in list */
  /*
		.rating > input:checked + label:hover,
		.rating > input:checked ~ label:hover,
		.rating > label:hover ~ input:checked ~ label,
		.rating > input:checked ~ label:hover ~ label { color: lighten( @yellow, 25% );  }
		*/
}
section#content.single-formation .score .info {
  line-height: 32px;
  font-size: .8em;
  color: #999;
}
section#content.single-formation .score:after {
  display: table;
  content: "";
  clear: both;
}
section#content.single-formation .score .rating {
  border: none;
  float: left;
}
section#content.single-formation .score .rating > input {
  display: none;
}
section#content.single-formation .score .rating > label:before {
  margin: 5px;
  font-size: 24px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
section#content.single-formation .score .rating > .half:before {
  content: "\f089";
  position: absolute;
}
section#content.single-formation .score .rating > label {
  color: #f3f2f0;
  float: right;
  cursor: pointer;
}
section#content.single-formation .score .rating > input:checked ~ label {
  color: #ffd700;
}
section#content.single-formation .row:after {
  display: table;
  content: "";
  clear: both;
}
section#content.single-formation .row .col {
  float: left;
}
section#content.single-formation .row .col.programme {
  width: 70%;
  padding-right: 5%;
}
section#content.single-formation .row .col.secondary {
  width: 30%;
}
section#content.single-formation .row .col ul {
  margin: 0 0 1em;
}
section#content.single-formation .row .col ul li {
  line-height: 1.3em;
  margin-bottom: .7em;
  list-style: none;
  padding-left: 1em;
  position: relative;
}
section#content.single-formation .row .col ul li:before {
  content: "\f105";
  font-family: 'FontAwesome';
  color: #e10112;
  position: absolute;
  left: 0;
  top: 0;
}
section#content.single-formation .adb-meta {
  width: 100%;
}
section#content.single-formation .adb-meta td {
  text-align: center;
}
section#content.single-formation .adb-meta td.type-formation:before {
  display: inline-block;
  vertical-align: text-top;
  margin-right: 10px;
  content: "";
  width: 20px;
  height: 20px;
  background: no-repeat center center;
  background-size: contain;
}
section#content.single-formation .adb-meta td.type-formation.type-1:before {
  background-image: url('../img/presentiel.svg');
}
section#content.single-formation .adb-meta td.type-formation.type-2:before {
  background-image: url('../img/e-learning.svg');
}
section#content.single-formation .adb-meta td.type-formation.type-3:before {
  background-image: url('../img/mixte.svg');
}
section#content.single-formation .adb-meta .fa {
  display: inline-block;
  color: #e10112;
  vertical-align: text-bottom;
  margin-right: .5em;
  font-size: 16px;
}
section#content.single-formation .page-content h2 {
  font-size: 1.3em;
  font-weight: 700;
}
section#content.single-formation .page-content h3 {
  font-size: 1.1em;
  font-weight: 700;
}
section#content.single-formation .page-content .secondary {
  font-size: .9em;
}
section#content.single-formation .argument {
  background: #f9f8f7;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
}
section#content.single-formation a.btn {
  display: block;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
  background: #e10112;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
}
section#content.single-formation a.btn:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
section#content.single-formation a.btn:after {
  font-family: 'FontAwesome';
  content: "\f059";
  font-size: 16px;
  float: right;
}
section#content.single-formation a.btn.question {
  background: #004289;
}
section#content.single-formation a.btn.question:hover {
  background: #003165;
}
section#content.single-formation a.btn.inscription:hover {
  background: #bd010f;
}
section#content.single-formation a.btn.inscription:after {
  content: "\f138";
}
section#content.single-formation a.btn.share,
section#content.single-formation a.btn.comment {
  background: #fff;
  color: #004289;
  border: 1px solid #ddd;
}
section#content.single-formation a.btn.share:after,
section#content.single-formation a.btn.comment:after {
  color: #e10112;
  content: "\f14d";
}
section#content.single-formation a.btn.comment:after {
  content: "\f27a";
  color: #004289;
}
section#content.single-formation a.download {
  display: inline-block;
  background: #323332;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
  line-height: 1.2em;
  border-radius: 4px;
  padding-left: 45px;
  position: relative;
  min-height: 45px;
}
section#content.single-formation a.download:before {
  font-family: 'FontAwesome';
  content: "\f15c";
  font-size: 24px;
  position: absolute;
  left: 15px;
  top: 12px;
}
section#content.single-formation .sessions {
  border-top: 1px solid #e5e3df;
  margin-top: 20px;
  padding-top: 20px;
}
section#content.single-formation .sessions h4 {
  color: #e10112;
  margin-bottom: 1em;
}
section#content.single-formation .sessions p {
  margin-bottom: .5em;
}
section#content.single-formation .sessions p:before {
  font-family: 'FontAwesome';
  content: "\f274";
  margin-right: .5em;
  color: #004289;
}
section#content.single-formation .sessions p .centre-popin {
  color: #004289;
  font-weight: 700;
}
section#content.single-formation .publics {
  background: #003165;
  color: #fff;
  padding: 8px;
}
section#content.single-formation .publics div {
  display: inline;
}
section#content.single-formation .publics div a {
  color: inherit;
  text-decoration: none;
}
section#content.single-formation .prerequis {
  padding: 8px 0;
  color: #004289;
}
section#content.single-formation #comments {
  background: #fff;
}
section#content.single-formation #comments .comments-title {
  font-family: 'montserratregular';
  font-weight: normal;
}
section#content.single-formation #comments .avatar {
  background: #f3f2f0;
}
section#content.single-formation #comments .comment-reply-link {
  background: #004289;
  color: #fff;
}
section#content.single-formation #comments #reply-title:after {
  display: none;
}
section#content.single-formation #comments #reply-title span {
  display: inline-block;
  font-size: .7em;
  background: #e10112;
  color: #fff;
  text-decoration: none;
  padding: 0 15px;
  border-radius: 15px;
}
section#content.single-formation #comments textarea:focus {
  background: #f3f2f0 !important;
}
.sidebar-formation .ref {
  font-size: .8em;
  color: #e10112;
}
.sidebar-formation .btn.term-link {
  display: block;
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 15px;
  color: #004289;
  text-decoration: none;
}
.sidebar-formation .btn.term-link span {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  line-height: 1.3em;
}
.sidebar-formation .btn.term-link strong {
  font-weight: 800;
}
.sidebar-formation .btn.term-link .fa {
  display: inline-block;
  text-align: right;
  width: 8%;
  vertical-align: middle;
  color: #e10112;
}
.sidebar-formation .btn.term-link:hover {
  color: #003165;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
section#content form.adb-formation-form {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out 0s;
}
section#content form.adb-formation-form.visible {
  max-height: 99em;
}
section#content form.adb-formation-form .form-inner {
  background: #fff;
  margin-top: 30px;
  border-radius: 6px;
  padding: 20px 30px;
}
section#content form.adb-formation-form .form-inner label {
  font-size: 1em;
  color: #004289;
  padding: 0;
}
section#content form.adb-formation-form .form-inner label.comment {
  display: block;
  margin-top: 20px;
}
section#content form.adb-formation-form .form-inner textarea {
  width: 100%;
  background: #f9f8f7;
  font-family: 'Montserrat';
  font-size: 14px;
  border: none;
  height: 120px;
  border-radius: 6px;
  padding: 10px;
  margin: 10px 0;
}
section#content form.adb-formation-form .form-inner button {
  background: #e10112;
  color: #fff;
  font-size: 1em;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
}
section#content form.adb-formation-form .form-inner button:hover {
  background: #bd010f;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
section#content form.adb-formation-form .form-inner h4 {
  color: #004289;
  text-transform: uppercase;
  font-weight: 800;
}
section#content form.adb-formation-form .form-inner p {
  margin: 10px 0;
}
section#content form.adb-formation-form .form-inner ul {
  margin: 0;
}
section#content form.adb-formation-form .form-inner ul li {
  list-style: none;
}
section#content form.adb-formation-form .form-inner ul li input {
  display: inline-block;
}
section#content form.adb-formation-form .form-inner ul li label {
  display: inline;
}
section#content form.adb-formation-form .form-inner ul.participants-list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
section#content form.adb-formation-form .form-inner ul.participants-list li:first-child a {
  display: none;
}
section#content form.adb-formation-form .form-inner ul.participants-list input {
  display: inline-block;
  width: 49%;
  margin-bottom: 10px;
}
section#content form.adb-formation-form .form-inner ul.participants-list a {
  display: inline-block;
  float: right;
  line-height: 32px;
  color: #e10112;
  text-decoration: none;
  font-size: 11px;
  font-size: 24px;
}
section#content form.adb-formation-form .form-inner a.add-participant {
  display: inline-block;
  padding: 4px 16px;
  background: #323332;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-size: .9em;
}
section#content form.adb-formation-form .form-inner input#share_email {
  width: 280px;
  height: 36px;
}
.adb-contacts h1 {
  margin: 0 1%;
  font-size: 2.5em;
  font-family: 'montserratthin';
  padding: 20px 0 30px;
}
.adb-contacts .adb-team .flip-container {
  width: 31%;
  height: 360px;
  float: left;
  margin: 0 1% 30px;
  perspective: 1000px;
  position: relative;
  height: 400px;
}
.adb-contacts .adb-team .flip-container .card {
  transition: 0.6s;
  transform-style: preserve-3d;
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
}
.adb-contacts .adb-team .flip-container .card .face {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding: 15px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.adb-contacts .adb-team .flip-container .card .face .name {
  font-size: 1.3em;
  font-family: 'montserratbold';
}
.adb-contacts .adb-team .flip-container .card .face .tel {
  color: #e10112;
  margin: 6px 0;
}
.adb-contacts .adb-team .flip-container .card .face .tel:before {
  font-family: 'FontAwesome';
  content: "\f098";
  margin-right: .5em;
}
.adb-contacts .adb-team .flip-container .card .face .email {
  margin-bottom: 8px;
}
.adb-contacts .adb-team .flip-container .card .face .email a {
  color: #004289;
  text-decoration: none;
}
.adb-contacts .adb-team .flip-container .card .face .email a:before {
  font-family: 'FontAwesome';
  content: "\f0e0";
  margin-right: .5em;
  color: #999;
}
.adb-contacts .adb-team .flip-container .card .face .desc {
  font-size: .9em;
  line-height: 1.4em;
}
.adb-contacts .adb-team .flip-container .card .face .desc p,
.adb-contacts .adb-team .flip-container .card .face .desc ul {
  margin-bottom: 8px;
}
.adb-contacts .adb-team .flip-container .card .face .desc li {
  padding-left: 10px;
  margin-bottom: 6px;
  position: relative;
}
.adb-contacts .adb-team .flip-container .card .face .desc li:before {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  color: #e10112;
}
.adb-contacts .adb-team .flip-container .card .face .plus {
  text-align: center;
  color: #e10112;
  font-family: 'montserratbold';
  margin-bottom: 8px;
}
.adb-contacts .adb-team .flip-container .card .face .citation {
  font-style: italic;
  text-align: center;
  font-size: .9em;
  color: #999;
}
.adb-contacts .adb-team .flip-container .card .face.front {
  z-index: 2;
  transform: rotateY(0deg);
  background-size: cover;
  color: #fff;
}
.adb-contacts .adb-team .flip-container .card .face.back {
  transform: rotateY(180deg);
  padding: 15px;
  background: #fff;
  color: #000;
}
.adb-contacts .adb-team .flip-container:hover .card,
.adb-contacts .adb-team .flip-container.hover .card {
  transform: rotateY(180deg);
}
sidebar.adb-search-sidebar h4 {
  margin: 10px 0;
}
sidebar.adb-search-sidebar #search-formation .col {
  width: 100%;
}
sidebar.adb-search-sidebar #search-formation .row {
  margin: 0;
}
sidebar.adb-search-sidebar #search-formation label {
  font-size: .7em !important;
}
sidebar.adb-search-sidebar #search-formation #adb_keyword {
  padding: 0 10px;
  font-size: 14px;
}
sidebar.adb-search-sidebar #search-formation input[type="submit"],
sidebar.adb-search-sidebar #search-formation input[type="reset"] {
  width: 45%;
  padding: 8px 5px;
  margin-top: 10px;
}
sidebar.adb-search-sidebar #search-formation input[type="reset"] {
  background: #fff;
  border: 1px solid #ddd;
  margin-left: 8%;
}
section#content #adb-faqs {
  margin: 0;
  padding: 0;
}
section#content #adb-faqs > li {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
}
section#content #adb-faqs > li h2 {
  font-size: 1.2em;
  margin: 0;
  cursor: pointer;
}
section#content #adb-faqs > li a {
  color: #004289;
}
section#content #adb-faqs > li .answer {
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease-in-out 0s;
}
section#content #adb-faqs > li.active h2 {
  font-weight: 600;
  margin-bottom: 10px;
}
section#content #adb-faqs > li.active .answer {
  max-height: 100vh;
  transition: all 0.8s ease-in-out 0s;
}
.page-container.adb-expertise h1 {
  margin: 0 1%;
  font-size: 2.5em;
  font-family: 'montserratthin';
  padding: 20px 0 30px;
}
.page-container.adb-expertise .row .col {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
.page-container.adb-expertise .row .col .inner {
  font-size: 1rem;
  background: #fff;
  border-radius: 6px;
  padding: 25px;
  margin: 0 .75rem 30px;
}
.page-container.adb-expertise .row .col .inner h2 {
  font-weight: bold;
  margin-bottom: 15px;
  color: #004289;
  text-transform: uppercase;
}
.page-container.adb-expertise .row .col .inner li {
  margin-bottom: 1em;
  font-size: .9em;
  position: relative;
  padding-left: 1em;
}
.page-container.adb-expertise .row .col .inner li:before {
  font-family: 'FontAwesome';
  content: "\f105";
  color: #e10112;
  position: absolute;
  left: 0;
  top: auto;
}
#content.adb-financements {
  width: 100%;
  margin: 0 1%;
}
#content.adb-financements h1 {
  margin: 0;
  font-size: 2.5em;
  font-family: 'montserratthin';
  padding: 20px 0 30px;
}
#content.adb-financements sidebar {
  width: 30%;
  float: left;
}
#content.adb-financements sidebar ul,
#content.adb-financements sidebar li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content.adb-financements sidebar a {
  display: block;
  padding: 10px;
  background: #004289;
  color: #fff;
  margin-bottom: 15px;
  text-decoration: none;
  border-radius: 4px;
  text-transform: uppercase;
}
#content.adb-financements sidebar a.current {
  background: #e10112;
}
#content.adb-financements sidebar a.current:after {
  font-family: 'FontAwesome';
  content: "\f105";
  float: right;
}
#content.adb-financements sidebar a:hover {
  background: #003670;
}
#content.adb-financements .main-content {
  width: 67%;
  float: right;
}
#content.adb-financements .main-content .white-bg {
  padding: 25px;
}
section#content.adb-page {
  margin: 0 1%;
}
#contact-form.adb-contact-form {
  width: 100%;
}
section#content.homepage .newsfeed {
  width: 100%;
}
@media screen and (max-width: 1160px) {
  #menu-adb ul.menu a {
    font-size: .9vw;
    padding: 0 .8vw;
  }
}
@media screen and (max-width: 800px) {
  .hide-mobile {
    display: none;
  }
  .row {
    margin: 0 !important;
  }
  .col,
  .flip-container {
    width: 100% !important;
    margin-bottom: 8px;
  }
  .formation-item {
    width: 98% !important;
  }
  #menu-adb .adb-menu-trigger a {
    display: block;
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
  }
  #menu-adb .adb-menu-trigger a:before {
    font-family: 'FontAwesome';
    content: "\f0c9";
    margin-right: .5em;
  }
  #menu-adb ul.menu {
    float: none;
    max-height: 0;
    overflow: hidden;
    transition: all 0.6s ease-in-out 0s;
  }
  #menu-adb ul.menu li {
    float: none;
    display: block;
  }
  #menu-adb ul.menu li a {
    padding: 0;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  #menu-adb ul.menu li a:after {
    display: none;
  }
  #menu-adb ul.menu li ul {
    display: none;
  }
  #menu-adb.visible ul.menu {
    max-height: 100vh;
  }
  #menu-adb.visible .adb-menu-trigger a {
    color: rgba(255, 255, 255, 0.5);
  }
  #menu-adb.visible .adb-menu-trigger a:before {
    content: "\f139";
    color: #fff;
  }
}
/* @override https://bigmat.next20.info/wp-content/themes/bigmat/css/comments.css */
#comments {
  margin: 30px 0;
  background: #e2e1e0;
  color: #000;
  padding: 15px 30px;
  font-size: .9em;
}
section#content #comments h3 {
  margin: 0;
  color: #014289;
  font: 1.5em/1.2em 'montserratregular';
  cursor: pointer;
}
section#content #comments h3 span {
  text-decoration: underline;
}
section#content #comments h3:after,
section#content #comments h2.comments-title:after {
  font-family: 'FontAwesome';
  content: "\f27a";
  float: right;
}
section#content #comments p.comment-form-comment {
  margin: 0;
}
section#content #comments p.comment-form-comment label {
  padding: 0;
  font-size: .9em;
}
section#content #comments p.comment-form-comment textarea {
  width: 100%;
  background-color: #f3f2f0;
  border: none;
  padding: 10px;
  height: 8em;
  margin-top: .5em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: 1em/1.4em 'montserratlight';
}
section#content #comments p.comment-form-comment textarea:focus {
  background: #fff;
  outline: none;
}
section#content #comments input#submit {
  background: #80bc26;
  color: #fff;
  border: none;
  padding: 1em 2em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 1em;
}
section#content #comments h2.comments-title {
  font-weight: 800;
  color: #014289;
  font-size: 1.4em;
  margin: 0;
}
section#content #comments figure.avatar,
section#content #comments figure.avatar img {
  width: 40px;
  height: 40px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  background: #fff;
  color: #b5b7bb;
  font-size: 20px;
  float: left;
}
section#content #comments a {
  color: inherit;
}
section#content #comments article {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
section#content #comments article:last-child {
  border: none;
}
section#content #comments div.comment-meta,
section#content #comments .comment-content {
  padding-left: 60px;
}
section#content #comments h2.comment-author {
  font-size: 1em;
  color: #444;
  margin-bottom: .5em;
  display: inline-block;
}
section#content #comments h2.comment-author .entreprise {
  font-weight: 700;
}
section#content #comments h2.comment-author .when {
  font-size: .9em;
  font-weight: 400;
}
section#content #comments article.depth-2 {
  margin-left: 60px;
  margin-top: 20px;
  padding-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
section#content #comments .comment-content p {
  margin-bottom: .5em;
}
section#content #comments a.comment-reply-link {
  color: #666;
  line-height: 20px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  padding: 0 15px;
  font-size: .9em;
  text-decoration: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-transition: background 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
section#content #comments a.comment-reply-link:hover {
  background: rgba(255, 255, 255, 0.6);
}
section#content #comments h3.comment-reply-title a#cancel-comment-reply-link {
  display: inline-block;
  float: right;
  padding: 0 15px;
  font-size: .6em;
  text-decoration: none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #fff;
  color: #444;
}
section#content #comments form#commentform {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
section#content #comments.opened form#commentform {
  max-height: 100em;
}
section#content #comments p.logged-in-as {
  margin-top: 20px;
}
section#content #comments p.view-comments {
  margin: 15px 0;
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
}
section#content #comments section.comments-list {
  margin-top: 30px;
}
.wp-block-image {
  max-width: 100%;
}
.wp-block-image .mejs-video {
  width: 100% !important;
  height: auto !important;
  padding-bottom: 56.25%;
}
