/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}
/** RESET BOOTSTRAP + GLOBALS*/
a {
  text-decoration: none !important;
}
a:hover {
  text-decoration: underline !important;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}
.navbar {
  border: 0 !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clear {
  clear: both;
}
.pagination {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  -o-border-radius-topright: 0px;
  -o-border-radius-bottomright: 0;
  -o-border-radius-bottomleft: 0;
  -o-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
::-webkit-input-placeholder {
  color: #fff !important;
  text-transform: uppercase;
}
:-moz-placeholder {
  color: #fff !important;
  text-transform: uppercase;
  opacity: 1;
}
::-moz-placeholder {
  color: #fff !important;
  text-transform: uppercase;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #fff !important;
  text-transform: uppercase;
}
* {
  background-repeat: no-repeat !important;
}
.bg-success,
bg-danger {
  padding: 15px;
}
.align-right {
  text-align: right;
}
/** GLOBAL VARIABLES & FUNCTIONS */
/** GENERAL CONT */
.container {
  width: 855px !important;
  padding: 0px !important;
  /*margin-left: 150px;*/
}
@media screen and (max-width: 1023px) {
  .container {
    /*        margin-left: 0px;*/
    overflow: visible;
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100% !important;
  }
}
.container .inside {
  position: relative;
  /*        margin-left: 140px;*/
}
.container.main {
  margin-top: 50px;
  position: relative;
  z-index: 0;
}
body {
  background: url('../../images/frontend/background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
  font-size: 12pt;
}
button.mfp-close,
button.mfp-arrow {
  background: transparent url('../../images/frontend/background/close.png') 98% 0%;
  width: 28px;
  height: 28px;
  display: block;
  margin-top: 10px;
}
img.mfp-img {
  padding: 0;
  border: solid 2px #fff;
}
.mfp-bg {
  z-index: 9998;
}
.mfp-wrap {
  z-index: 9999;
}
html[lang="gb"] nav.top_bar ul.middle_bar {
  margin-right: 00px !important;
}
/** BARRE TOP HEADER */
header {
  margin-top: 15px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  header {
    margin-top: 45px;
    /*        overflow: hidden;*/
    /*position: static;*/
  }
}
header nav {
  /*margin-left: 140px;*/
  min-height: 0px !important;
  margin-bottom: 10px !important;
}
header nav a:hover {
  text-decoration: none !important;
}
header nav.top_bar {
  position: relative;
}
@media screen and (max-width: 1023px) {
  header nav.top_bar {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  header nav.top_bar .navbar-nav {
    margin: 0;
  }
}
header nav.top_bar ul.middle_bar {
  margin-right: 30px !important;
}
@media screen and (max-width: 1023px) {
  header nav.top_bar ul.middle_bar {
    margin-right: 00px !important;
  }
}
@media screen and (max-width: 1023px) {
  header nav.top_bar ul {
    background: #fff;
  }
}
header nav.top_bar ul li {
  background-repeat: no-repeat !important;
  background-position: 10% 50% !important;
  margin: 0;
}
@media screen and (max-width: 768px) {
  header nav.top_bar ul li {
    background-position: 2% 50% !important;
  }
}
@media screen and (max-width: 1023px) {
  header nav.top_bar ul li {
    background-position: 1% 50% !important;
  }
}
header nav.top_bar ul li:hover a {
  color: #fff;
}
header nav.top_bar ul li.doc {
  background: url('../../images/frontend/header/doc.png');
}
@media screen and (max-width: 1023px) {
  header nav.top_bar ul li.doc {
    background: #009CDE url('../../images/frontend/header/doc.png');
  }
}
header nav.top_bar ul li.doc:hover {
  background: #009CDE url('../../images/frontend/header/doc.png');
}
header nav.top_bar ul li.acces {
  background: url('../../images/frontend/header/acces.png');
}
@media screen and (max-width: 1023px) {
  header nav.top_bar ul li.acces {
    background: #009CDE url('../../images/frontend/header/acces.png');
  }
}
header nav.top_bar ul li.acces:hover {
  background: #009CDE url('../../images/frontend/header/acces.png');
}
header nav.top_bar ul li.support {
  background: url('../../images/frontend/header/support.png');
}
@media screen and (max-width: 1023px) {
  header nav.top_bar ul li.support {
    background: #009CDE url('../../images/frontend/header/support.png');
  }
}
header nav.top_bar ul li.support:hover {
  background: #009CDE url('../../images/frontend/header/support.png');
}
header nav.top_bar ul li.contact {
  background: url('../../images/frontend/header/contact.png');
}
@media screen and (max-width: 1023px) {
  header nav.top_bar ul li.contact {
    background: #009CDE url('../../images/frontend/header/contact.png');
  }
}
header nav.top_bar ul li.contact:hover {
  background: #009CDE url('../../images/frontend/header/contact.png');
}
header nav.top_bar ul li.lang a {
  display: inline-block;
  padding-left: 10px;
}
header nav.top_bar ul li.lang a.active,
header nav.top_bar ul li.lang a:hover {
  background: #009CDE;
}
@media screen and (max-width: 1023px) {
  header nav.top_bar ul li.lang a.active,
  header nav.top_bar ul li.lang a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 1023px) {
  header nav.top_bar ul li.lang a {
    margin-left: 0px;
    width: 100%;
  }
}
header nav.top_bar ul li a {
  color: #FFFFFF;
  font-family: "Calibri", sans-serif;
  font-size: 11pt;
  padding: 10px;
  padding-left: 40px;
}
@media screen and (max-width: 1023px) {
  header nav.top_bar ul li a {
    color: #009CDE;
    background: #fff;
    padding-left: 10px;
    margin-left: 40px;
  }
}
header nav.top_bar ul li form {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  header nav.top_bar ul li form {
    background: #009CDE;
    border-bottom: solid 1px #fff;
  }
}
@media screen and (max-width: 1023px) {
  header nav.top_bar ul li form .form-group {
    display: inline-block;
    width: 90%;
  }
}
header nav.top_bar ul li form input[type="text"] {
  background: none;
  color: #fff;
  border: 0;
  width: 180px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 9pt;
  padding: 0 5px;
  height: 40px;
}
@media screen and (max-width: 1023px) {
  header nav.top_bar ul li form input[type="text"] {
    display: inline-block;
    width: 100%;
  }
}
header nav.top_bar ul li form input[type="text"]:focus {
  border: solid 1px #009CDE;
}
@media screen and (max-width: 1023px) {
  header nav.top_bar ul li form input[type="text"]:focus {
    border-color: #fff;
  }
}
header nav.top_bar ul li form button[type="submit"] {
  background: none;
  border: 0;
  padding: 0;
  color: #fff;
  line-height: 1;
  margin-left: 10px;
  margin-top: 5px;
}
@media screen and (max-width: 1023px) {
  header nav.top_bar ul li form button[type="submit"] {
    display: inline-block;
  }
}
header nav.main_bar {
  height: 56px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  -o-border-radius-topright: 0px;
  -o-border-radius-bottomright: 0;
  -o-border-radius-bottomleft: 0;
  -o-border-radius-topleft: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
@media screen and (max-width: 1023px) {
  header nav.main_bar {
    height: auto;
  }
}
header nav.main_bar .navbar-collapse.collapse {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  header nav.main_bar .navbar-collapse.collapse {
    position: static;
    background: #fff;
  }
}
@media screen and (max-width: 1023px) {
  header nav.main_bar .navbar-toggle {
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 9999;
    float: right;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    -o-border-radius-topright: 0px;
    -o-border-radius-bottomright: 0;
    -o-border-radius-bottomleft: 0;
    -o-border-radius-topleft: 0;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-right: 0px;
    padding: 20px 20px;
    height: auto;
  }
  header nav.main_bar .navbar-toggle span {
    background: #009CDE;
    margin: auto;
    height: 3px;
  }
  header nav.main_bar .navbar-toggle .sr-only {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 11pt;
    background: transparent;
    display: block;
    color: #009CDE;
    position: static;
    padding: 0;
    border: 0;
    width: auto;
    height: auto;
    margin: auto;
    margin-top: 10px;
    overflow: visible;
    clip: auto;
    text-align: center;
  }
}
@media screen and (max-width: 1023px) {
  header nav.main_bar .navbar-nav {
    margin: 0;
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  header nav.main_bar ul {
    display: inline-block;
    list-style-type: none;
    vertical-align: middle;
    height: 100%;
    height: 54px;
    width: 100%;
    background: #009CDE;
    position: relative;
  }
}
@media screen and (min-width: 1024px) {
  header nav.main_bar ul > li {
    display: inline-block;
    position: relative;
    height: 100%;
    vertical-align: middle;
    max-width: 150px;
    text-align: center;
    background: #fff;
    z-index: 1042;
  }
}
@media screen and (max-width: 1023px) {
  header nav.main_bar ul > li {
    width: 100% !important;
    height: 100% !important;
  }
}
header nav.main_bar ul > li.contact_us {
  background: transparent url('../../images/frontend/header/mobile.png');
  background-position: 10% 25%;
  float: left;
  padding: 10px;
  height: 54px;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
  padding-left: 40px;
  font-family: "Calibri", sans-serif;
  max-width: none;
}
@media screen and (max-width: 1023px) {
  header nav.main_bar ul > li.contact_us {
    padding-left: 20px;
    height: auto;
    background: transparent;
    color: #009CDE;
    margin: auto;
    float: none;
    background: none;
  }
}
header nav.main_bar ul > li.contact_us:hover {
  background: transparent url('../../images/frontend/header/mobile.png') !important;
  background-repeat: no-repeat !important;
  background-position: 10% 25% !important;
}
header nav.main_bar ul > li.contact_us a {
  color: #fff;
  height: auto;
  line-height: 1em;
  margin-top: 0px;
  font-weight: bold;
  font-size: 1.2em;
  display: block;
  margin-top: 5px;
  margin-left: -20px;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  header nav.main_bar ul > li.contact_us a {
    width: 100%;
    color: #009CDE;
    margin: 0;
    display: inline;
    font-weight: bold;
    margin-left: 20px;
    font-size: 11pt;
  }
}
header nav.main_bar ul > li > a {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 10pt;
  display: block;
  height: 54px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  color: #009CDE;
  text-transform: uppercase;
}
@media screen and (max-width: 1023px) {
  header nav.main_bar ul > li > a {
    display: inline-block;
    margin-top: 00px;
    width: 80%;
    padding: 14px 20px;
    height: auto;
  }
}
header nav.main_bar ul > li > a:hover {
  text-decoration: none;
}
header nav.main_bar ul > li > a.mobile_special_link {
  display: none;
}
@media screen and (max-width: 1023px) {
  header nav.main_bar ul > li > a.mobile_special_link {
    display: inline-block;
    float: right;
    text-align: right;
    vertical-align: top;
    height: auto;
    margin-right: 10px;
    width: 90px;
    padding: 14px 0;
  }
}
header nav.main_bar ul > li:hover {
  background: #009CDE;
}
header nav.main_bar ul > li:hover > a {
  color: #fff;
}
header nav.main_bar ul > li:hover ul {
  height: auto;
  padding: 0px 0 00px 0;
}
header nav.main_bar ul > li > ul {
  height: 0;
  background: #fff;
  left: 0px;
  margin: 0;
  padding: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  width: auto;
  display: none;
}
@media screen and (min-width: 1024px) {
  header nav.main_bar ul > li > ul {
    position: absolute;
  }
}
@media screen and (max-width: 1023px) {
  header nav.main_bar ul > li > ul {
    padding-left: 20px !important;
    height: 100%;
  }
}
header nav.main_bar ul > li > ul > li {
  display: block;
  position: relative;
  margin: 0;
  white-space: nowrap;
  padding: 5px 20px;
  height: auto;
  line-height: 25px;
  width: auto;
  text-align: left;
  max-width: none;
}
@media screen and (max-width: 1023px) {
  header nav.main_bar ul > li > ul > li {
    padding-bottom: 10px;
    height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  header nav.main_bar ul > li > ul > li {
    white-space: initial;
  }
}
@media screen and (max-width: 1023px) {
  header nav.main_bar ul > li > ul > li:hover {
    background: #009CDE;
  }
  header nav.main_bar ul > li > ul > li:hover ul {
    height: auto;
    top: 0;
  }
}
header nav.main_bar ul > li > ul > li.children:hover {
  background: #009CDE url('../../images/frontend/header/arrow_r.png');
  background-position: 90% 50%;
}
@media screen and (max-width: 1023px) {
  header nav.main_bar ul > li > ul > li.children:hover {
    background: #009CDE;
  }
}
header nav.main_bar ul > li > ul > li a {
  display: block;
  width: 100%;
  padding: 5px 0;
  padding-right: 50px;
  line-height: 1em;
  height: auto;
}
@media screen and (max-width: 1023px) {
  header nav.main_bar ul > li > ul > li a {
    width: auto;
    display: inline-block;
    padding: 14px 0;
    margin-right: 20px;
  }
}
header nav.main_bar ul > li > ul > li > ul {
  background: #9B9D9E;
  position: absolute;
  left: 100%;
  width: auto;
  z-index: 9999;
}
@media screen and (min-width: 1024px) {
  header nav.main_bar ul > li > ul > li > ul {
    top: 0;
  }
}
@media screen and (max-width: 1023px) {
  header nav.main_bar ul > li > ul > li > ul {
    position: static;
    width: 100%;
    padding: 0px;
    margin-left: 00px;
    margin-top: 10px;
    display: none;
  }
}
header nav.main_bar ul > li > ul > li > ul > li {
  background: transparent;
  max-width: none;
  width: auto;
}
@media screen and (max-width: 1023px) {
  header nav.main_bar ul > li > ul > li > ul > li {
    display: block;
    width: 100%;
    padding-left: 00px;
  }
}
header nav.main_bar ul > li > ul > li > ul > li:hover {
  background: #009CDE;
}
header nav.main_bar ul > li > ul > li > ul > li a {
  color: #fff;
}
header nav.main_bar .logo {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: -100px;
}
@media screen and (max-width: 1023px) {
  header nav.main_bar .logo {
    float: left;
    margin-left: 15px;
    margin-top: 20px;
    left: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
.satellite {
  background: url('../../images/frontend/header/sat.png') 100% 100%;
  position: absolute;
  width: 202px;
  height: 106px;
  top: 50px;
  right: -50px;
  z-index: 1041;
}
@media screen and (max-width: 1023px) {
  .satellite {
    background-position: 0% 0%;
    top: -50px;
    right: 00px;
    z-index: 1;
    width: 132px;
    overflow: hidden;
  }
}
h2 {
  background: transparent url('../../images/frontend/background/stripes.png');
  background-repeat: repeat !important;
  color: #fff;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  padding: 5px 10px;
  height: 100%;
}
h2.absolute {
  width: 100%;
  position: absolute;
  z-index: 1;
  height: auto;
}
h3 {
  font-family: "Calibri", sans-serif;
  font-size: 15pt;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
}
.video-container-responsive {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container-responsive iframe,
.video-container-responsive object,
.video-container-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.half {
  width: 50%;
  display: table-cell;
  position: relative;
}
@media screen and (max-width: 768px) {
  .half {
    width: 100%;
  }
}
.half.left {
  border-right: solid 3px #fff;
}
@media screen and (max-width: 768px) {
  .half.left {
    border: 0px;
  }
}
.half.right {
  border-left: solid 3px #fff;
}
@media screen and (max-width: 768px) {
  .half.right {
    border: 0px;
  }
}
section {
  padding: 0 !important;
  width: 100%;
  position: relative;
  overflow: hidden;
}
section.magenta {
  background: #9f5395;
  background: rgba(159, 83, 149, 0.8);
}
section.magenta .more_cont {
  background: transparent url('../../images/frontend/background/stripes.png') !important;
  background-repeat: repeat !important;
}
section.magenta .text h3 {
  background: #9F5395;
}
section.magenta .text h3 a {
  color: #fff;
  text-decoration: none !important;
}
section.magenta .content.navigation span {
  background: #9F5395 !important;
  background-repeat: no-repeat !important;
}
section.black {
  background: #1a171b;
  background: rgba(26, 23, 27, 0.8);
}
section.black .more_cont {
  background: transparent url('../../images/frontend/background/stripes.png') !important;
  background-repeat: repeat !important;
}
section.black .text h3 {
  background: #1a171b;
}
section.black .text h3 a {
  color: #fff;
  text-decoration: none !important;
}
section.black .content.navigation span {
  background: #3D6CA7 !important;
  background-repeat: no-repeat !important;
}
section.cyan {
  background: #009cde;
  background: rgba(0, 156, 222, 0.8);
}
section.cyan .more_cont {
  background: transparent url('../../images/frontend/background/stripes.png') !important;
  background-repeat: no-repeat !important;
  background-position: 95% 50% !important;
}
section.cyan .text h3 {
  background: #009CDE;
}
section.cyan .text h3 a {
  color: #fff;
  text-decoration: none !important;
}
section.blue .text h3 {
  background: #3D6CA7;
}
section.blue .text h3 a {
  color: #fff;
  text-decoration: none !important;
}
section.darkblue .text h3 {
  background: #285081;
}
section.darkblue .text h3 a {
  color: #fff;
  text-decoration: none !important;
}
section .content {
  display: none;
}
section.visible .content {
  display: block;
}
section.special .content_cont {
  padding: 0;
}
section.special .content_cont h2 {
  margin: 00px;
}
section.special .content_cont h3 {
  margin: 10px;
}
section .news_summary .news_list_container {
  position: relative;
  display: table;
  width: 100%;
  min-height: 143px;
}
section .news_summary .news_list_container .content_cont {
  min-height: 143px;
}
section .news_summary .pagination {
  width: 100%;
  position: static;
  text-align: center;
}
section .content_cont {
  font-family: "Calibri", sans-serif;
  font-size: 11pt;
  padding: 10px;
  width: 305px;
  display: table-cell;
}
@media screen and (max-width: 1023px) {
  section .content_cont {
    width: 75%;
  }
}
section .content_cont.full {
  width: 100%;
}
@media screen and (max-width: 768px) {
  section .content_cont.full > img {
    width: 100%;
  }
}
section .content_cont.sitemap ul {
  float: none !important;
}
section .content_cont h2 {
  margin: -9px;
}
section .content_cont h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  text-transform: none;
}
section .content_cont h3 a {
  color: #fff;
  text-decoration: none !important;
}
section .content_cont hr {
  background: #ccc url('../../images/frontend/background/stripes.png') !important;
  background-repeat: repeat !important;
  border: 0;
  height: 10px;
}
section .content_cont > img {
  width: 100%;
  display: block;
}
section .content_cont .content p {
  color: #fff;
  font-size: 12pt;
  line-height: 13pt;
}
section .content_cont .content.more_links {
  padding: 10px !important;
  width: 100% !important;
}
section .content_cont .content.more_links ul {
  margin-left: 0;
}
section .content_cont .content.more_links ul li {
  list-style-type: none;
  display: block;
  margin: 5px 0;
}
section .content_cont .content.more_links a {
  color: #fff;
  text-decoration: underline !important;
  display: block;
}
section .content_cont .content.more_links.inside {
  padding-left: 0;
  padding-right: 0;
}
section .content_cont .content.more_links.inside h2 {
  font-size: 14pt;
}
section .content_cont .content.more_links.inside ul li {
  list-style-type: disc;
}
section .content_cont .content.more_links.inside ul li a {
  color: #9F5395;
}
section .content_cont .content.navigation span {
  display: block;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  background: #009CDE;
  background-position: 95% 50% !important;
  position: relative;
  min-height: 35px;
}
section .content_cont .content.navigation span.no-arrow {
  background-image: none !important;
}
section .content_cont .content.navigation span.active {
  background: #1a171b url('../../images/frontend/background/stripes.png') !important;
  background-repeat: repeat !important;
  background-position: 95% 50% !important;
}
section .content_cont .content.navigation span.parent {
  position: relative;
  padding-left: 20px;
  padding-top: 10px;
}
section .content_cont .content.navigation span a:not(.back) {
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  padding-right: 40px;
  width: 100%;
  position: relative;
  min-height: 35px;
}
section .content_cont .content.navigation span a.back {
  display: inline-block;
  position: absolute;
  right: 0px;
  color: #fff;
  padding: 10px 20px;
  padding-left: 53px;
  padding-right: 17px;
  top: 0;
  background: #009CDE url('../../images/frontend/background/arrow_l2.png') 10% 50%;
}
section .content_cont .text {
  background: #fff;
  padding: 5px;
  font-size: 12pt;
}
section .content_cont .text h2:not(.title_documents) {
  color: #3E3D40;
  font-family: "Calibri", sans-serif;
  font-weight: bold;
  font-size: 20pt;
  padding-left: 0px;
  padding-right: 0px;
  text-transform: none;
}
section .content_cont .text h2.title_documents {
  width: 100%;
}
section .content_cont .text h2.title_documents.magenta {
  background: #9F5395 url('../../images/frontend/background/stripes.png');
}
section .content_cont .text h3 {
  font-size: 15pt;
  font-family: "Calibri", sans-serif;
  font-weight: bold;
  background: #9F5395;
  width: auto;
  display: inline-block;
  padding: 5px 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
section .content_cont .text h3.no_margin {
  margin: 0;
}
section .content_cont .text form {
  width: 100%;
}
section .content_cont .text form select {
  width: 100%;
  color: #000;
}
section .content_cont .text form input {
  width: 100%;
}
section .content_cont .text form input[type="submit"] {
  width: auto;
  background: #9F5395;
  border: 0;
  color: #fff;
  font-family: "Calibri", sans-serif;
  padding: 10px;
}
section .content_cont .text form textarea {
  width: 100%;
}
section .content_cont .text form .error_list {
  color: #9F5395;
  font-family: "Calibri", sans-serif;
  font-size: 10pt;
  margin-top: -10px;
}
section .content_cont .text form#reseaux {
  padding: 10px;
}
section .content_cont .text form#reseaux input {
  display: inline-block;
  margin-right: 5px;
  margin-left: 10px;
  margin-top: 20px;
  width: auto;
}
section .content_cont .text p {
  margin: 15px 0;
  font-size: 12pt;
  color: #000;
}
section .content_cont .text a {
  color: #9F5395;
  text-decoration: underline !important;
}
section .content_cont .text b {
  font-weight: bold;
}
section .content_cont .text img {
  max-width: 100%;
}
section .content_cont .text ul {
  list-style-type: disc;
  margin-left: 10px;
}
section .content_cont .text ul li {
  list-style-type: disc;
  margin-left: 10px;
  margin-bottom: 10px;
}
section .content_cont .text table {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  section .content_cont .text table tr td {
    display: block;
    width: 100%;
  }
}
section .content_cont .text iframe {
  max-width: 100%;
}
section .content_cont .text a.print {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
}
section .content_cont .text .accordion {
  position: relative;
}
section .content_cont .text .accordion h3.accordion_title {
  background: #C5C6C7 url('../../images/frontend/background/stripes.png');
  background-repeat: repeat !important;
  cursor: pointer;
  color: #3E3D40;
  font-size: 12pt;
  width: 100%;
  margin: 3px 0;
  padding-right: 30px;
  font-weight: normal;
}
section .content_cont .text .accordion h3.accordion_title:after {
  background: url('../../images/frontend/background/arrow_tb.png');
  background-position: 0 9px;
  content: " ";
  position: absolute;
  width: 11px;
  height: 9px;
  right: 16px;
  top: 11px;
}
section .content_cont .text .accordion h3.accordion_title.open:after {
  background: url('../../images/frontend/background/arrow_tb.png');
}
section .content_cont .text .accordion .accordion_content {
  display: none;
  padding-bottom: 10px;
}
section .content_cont .text .accordion .accordion_content .more_links {
  background: #9F5395;
}
section .content_cont .swiper-container,
section .content_cont .product-container {
  width: 100%;
  height: auto;
  position: relative;
}
section .content_cont .swiper-container.actus_home .content,
section .content_cont .product-container.actus_home .content {
  display: block;
  height: 106px;
  overflow: hidden;
  position: relative;
}
section .content_cont .swiper-container.actus_home .content img,
section .content_cont .product-container.actus_home .content img {
  position: absolute;
  top: -50%;
  width: 305px;
}
@media screen and (max-width: 1023px) {
  section .content_cont .swiper-container.actus_home .content img,
  section .content_cont .product-container.actus_home .content img {
    width: 75%;
  }
}
section .content_cont .swiper-container .more_cont,
section .content_cont .product-container .more_cont {
  float: right;
  position: static;
}
@media screen and (max-width: 1023px) {
  section .content_cont .swiper-container .more_cont,
  section .content_cont .product-container .more_cont {
    width: 25%;
  }
}
section .content_cont .swiper-container .more_cont a,
section .content_cont .product-container .more_cont a {
  position: static;
  height: 117px;
  line-height: 185px;
  text-decoration: none !important;
  background-position: 85% 50% !important;
}
section .content_cont .swiper-container .more_cont a:hover,
section .content_cont .product-container .more_cont a:hover {
  text-decoration: underline !important;
}
section .content_cont .swiper-container.diaporama .content,
section .content_cont .product-container.diaporama .content {
  display: block;
  position: relative;
  background: transparent;
  height: 100%;
}
section .content_cont .swiper-container.diaporama .content img,
section .content_cont .product-container.diaporama .content img {
  width: 100%;
}
section .content_cont .swiper-container.diaporama .slide_control,
section .content_cont .product-container.diaporama .slide_control {
  height: 34px;
  width: 34px;
  display: block;
  background: #1a171b;
  background: rgba(26, 23, 27, 0.8);
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  -o-border-radius-topright: 50%;
  -o-border-radius-bottomright: 50%;
  -o-border-radius-bottomleft: 50%;
  -o-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  top: 30%;
  position: absolute;
}
section .content_cont .swiper-container.diaporama .slide_control.slide_previous,
section .content_cont .product-container.diaporama .slide_control.slide_previous {
  left: 10px;
}
section .content_cont .swiper-container.diaporama .slide_control.slide_next,
section .content_cont .product-container.diaporama .slide_control.slide_next {
  right: 10px;
}
section .content_cont .swiper-container.diaporama .slide_control img,
section .content_cont .product-container.diaporama .slide_control img {
  position: relative;
  top: 30%;
}
section .content_cont .swiper-container.diaporama .legende,
section .content_cont .product-container.diaporama .legende {
  bottom: 35px;
  padding-bottom: 10px;
}
section .content_cont .swiper-container.diaporama .pagination,
section .content_cont .product-container.diaporama .pagination {
  position: absolute !important;
  bottom: 0px;
  background: #1a171b;
  background: rgba(26, 23, 27, 0.8);
}
section .content_cont .product-container {
  background: #C5C6C7;
  padding: 10px;
}
section .content_cont .product-container .content {
  width: 60%;
  padding: 0px;
}
section .content_cont .product-container .content:not(.more_links) {
  min-height: 106px;
}
section .content_cont .product-container .content.large {
  width: 100%;
}
section .content_cont .product-container .more_cont {
  position: absolute;
  height: auto;
}
@media screen and (max-width: 768px) {
  section .content_cont .product-container .content {
    width: 70%;
  }
}
section .content_cont .search-container {
  margin-bottom: 10px;
}
section .legende {
  position: absolute;
  background: #1a171b;
  background: rgba(26, 23, 27, 0.8);
  bottom: 0px;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 11pt;
  font-family: "Calibri", sans-serif;
}
section .more_cont {
  padding-right: 0px;
  padding-left: 0px;
  width: 120px;
  position: absolute;
  height: 100%;
  display: table-cell;
  vertical-align: bottom;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1023px) {
  section .more_cont {
    width: 25%;
  }
}
section .more_cont a {
  background-position: 85% 60% !important;
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  height: 117px;
  line-height: 200px;
  font-size: 9pt;
  display: block;
  text-align: right;
  padding-right: 13px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
section .more_cont a:hover {
  text-decoration: underline !important;
}
section .more_cont a.magenta {
  background: #9F5395 url('../../images/frontend/background/arrow_tr.png');
}
section .more_cont a.cyan {
  background: #009CDE url('../../images/frontend/background/arrow_tr.png');
}
section .more_cont a.blue {
  background: #3D6CA7 url('../../images/frontend/background/arrow_tr.png');
}
section .more_cont .pic {
  position: absolute;
  bottom: 115px;
}
section .pagination {
  text-align: center;
  width: 100%;
  padding: 10px 0px;
  margin: 0;
}
section .pagination span {
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topright: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 50%;
  -o-border-radius-topright: 50%;
  -o-border-radius-bottomright: 50%;
  -o-border-radius-bottomleft: 50%;
  -o-border-radius-topleft: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  height: 10px;
  width: 10px;
}
section .pagination span:hover {
  cursor: pointer;
}
section .pagination span.swiper-active-switch {
  background: #fff;
}
section .pagination span.swiper-active-switch:hover {
  cursor: initial;
}
section .pagination.number_pagination span {
  background: none;
}
.mask_reseau_cont {
  position: relative;
  width: 100%;
  display: block;
  top: 0;
}
.mask_reseau_cont .mask_reseau {
  background: #000000 url('../../images/frontend/background/loupe.png') 50% 50%;
  background: rgba(0, 0, 0, 0.4) url('../../images/frontend/background/loupe.png') 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 9999;
}
.mask_reseau_cont img {
  position: absolute;
}
/** FOOTER */
footer {
  width: 50% !important;
  position: absolute;
  font-weight: bold;
  left: 0;
  font-family: "Calibri", sans-serif;
  font-size: 10pt;
  margin-right: -10px;
}
@media screen and (max-width: 1023px) {
  footer {
    width: 50% !important;
    font-size: 12pt;
    margin-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    width: 100% !important;
    position: static;
    padding: 0;
    margin-right: 0px;
    text-align: center;
  }
}
footer a {
  color: #3E3D40;
  line-height: auto;
}
@media screen and (max-width: 768px) {
  footer .navbar-nav {
    margin: 0;
  }
}
footer .container {
  width: 100% !important;
  background: #fff;
  margin: 0;
  padding: 10px !important;
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  footer .container {
    padding: 20px 10px !important;
    margin-left: 0px;
  }
}
footer .container p {
  display: block;
}
footer .container ul {
  display: inline-block;
  width: auto;
  float: none;
  margin-top: 5px;
}
footer .container ul li {
  display: inline;
  margin-right: 5px;
  padding: 0 !important;
}
footer .container ul li:before,
footer .container ul li:after {
  display: none;
}
footer .container ul li a {
  padding: 0 !important;
  display: inline;
  line-height: inherit;
}
@media screen and (max-width: 1023px) {
  footer .container ul li a {
    padding: 10px 0 !important;
    margin: 10px 0 !important;
    line-height: 150% !important;
  }
}
.g-recaptcha {
  margin-bottom: 10px;
}