@font-face {
    font-family: 'Futuramc';
    src: url('font/Futuramc.eot');
    src: local('Futuramc'), url('font/Futuramc.woff') format('woff'), url('font/Futuramc.ttf') format('truetype');
}
@font-face {
    font-family: 'FuturaLightBT';
    src: url('font/FuturaLightBT.eot');
    src: local('FuturaLightBT'), url('font/FuturaLightBT.woff') format('woff'), url('font/FuturaLightBT.ttf') format('truetype');
}
@font-face {
    font-family: 'IcoMoon';
    src: url("font/IcoMoon.eot");
    src: url("font/IcoMoon.eot?#iefix") format('embedded-opentype'), url("font/IcoMoon.woff") format('woff'), url("font/IcoMoon.ttf") format('truetype'), url("font/IcoMoon.svg#IcoMoon") format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Segoe Print";
    src: url("font/segoe_print.eot") format("eot"), url("font/segoe_print.woff") format("woff"), url("font/segoe_print.ttf") format("truetype"), url("font/segoe_print.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Muli Light";
    src: url("font/Muli-Light.eot?") format("eot"), url("font/Muli-Light.woff") format("woff"), url("font/Muli-Light.ttf") format("truetype"), url("font/Muli-Light.svg#Muli-Light") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url(font/Oswald.eot);
    src: local('Oswald Regular'), local('Oswald-Regular'), url(font/Oswald.eot) format('embedded-opentype'), url(font/Oswald.woff) format('woff');
}
@font-face {
    font-family: "OstrichSansBlack";
    font-style: normal;
    font-weight: normal;
    src: url("font/ostrich-black-webfont.eot?#iefix") format("embedded-opentype"), url("font/ostrich-black-webfont.woff") format("woff"), url("font/ostrich-black-webfont.ttf") format("truetype"), url("font/ostrich-black-webfont.svg#OstrichSansBlack") format("svg");
}
@font-face {
    font-family: 'helveticaneuelt_std_lt_cnRg';
    src: url('font/helveticaneueltstd-ltcn-webfont.eot');
    src: url('font/helveticaneueltstd-ltcn-webfont.eot?#iefix') format('embedded-opentype'), url('font/helveticaneueltstd-ltcn-webfont.woff') format('woff'), url('font/helveticaneueltstd-ltcn-webfont.ttf') format('truetype'), url('font/helveticaneueltstd-ltcn-webfont.svg#helveticaneuelt_std_lt_cnRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Karla";
    font-style: normal;
    font-weight: 400;
    src: local("Karla"), local("Karla-Regular"), url("http://themes.googleusercontent.com/static/fonts/karla/v2/azR40LUJrT4HaWK28zHmVA.woff") format("woff");
}
@font-face {
    font-family: "ExoMedium";
    font-style: normal;
    font-weight: normal;
    src: url("font/exo-medium-webfont.eot?#iefix") format("embedded-opentype"), url("font/exo-medium-webfont.woff") format("woff"), url("font/exo-medium-webfont.ttf") format("truetype"), url("font/exo-medium-webfont.svg#ExoMedium") format("svg");
}
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;
}
.container * {
    box-sizing: border-box;
}

/* 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;
}

/* HTML5 Ã¢Å“Â° Boilerplate
* ==|== normalize ========================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-size: 13px;
    line-height: 1.231;
}
body, button, input, select, textarea {
    font-family: sans-serif;
    color: #222;
}
a {
    color: #00e;
}
a:visited {
    color: #551a8b;
}
a:hover {
    color: #06e;
}
a:focus {
}
a:hover, a:active {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
pre, code, kbd, samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: none;
}
small {
    font-size: 85%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
ul, ol {
    margin: 0;
    padding: 0;
}
dd {
    margin: 0 0 0 40px;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
figure {
    margin: 0;
}
form {
    margin: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
label {
    cursor: pointer;
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
button, input {
    line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    vertical-align: top;
}

/* ==|== primary styles =====================================================
Author:========================================================================== */
/* ==|== non-semantic helper classes ======================================== */
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}
.ir br {
    display: none;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}

/* ==|== print styles ======================================================= */
body {
    overflow-x: hidden;
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    background: #fafafa;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.view-article p {
    color: rgb(51, 51, 51);
    display: block;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 25px;
}
.container {
    position: relative;
    overflow: visible;
}
div#container {
    float: left;
    width: 100%;
}
.header-top {
    background-color: #edefef;
    float: left;
    width: 100%;
    height: 42px;
}
div#login {
    float: left;
}
div#main.main_content {
    background: #fff;
}
div#main {
    float: left;
    width: 100%;
    background: url("../images/pattern-bg.jpg") repeat;
}
.header {
    float: left;
    width: 100%;
    /* background: url("../images/header.jpg") repeat;
    */
}
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.footer {
    color: rgba(255, 255, 255, 0.87);
    float: left;
    padding: 25px 0;
    padding-bottom: 0;
    width: 100%;
    position: relative;
    background-color: #363636;
    background-color: transparant;
    background-image: url(../images/bridge.jpg);
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.footer:before {
    background: rgba(0, 0, 0, 0.37);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}
.footer .moduletable {
    float: left;
}
#menu_bottom {
    float: left;
    width: 100%;
    background-color: #ebeff1;
    padding-top: 15px;
    border-bottom: 1px solid #1a87cc;
    padding-bottom: 15px;
}
#copyright {
    float: left;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    padding-top: 10px;
    border-bottom: 4px solid #1a87cc;
    padding-bottom: 10px;
    border-top: 1px solid #A39D9D;
    margin-top: 25px;
}
#login h2 {
    color: #767672;
    text-transform: uppercase;
    line-height: 42px;
    float: left;
}
#login h2 span {
    color: #0088cc;
}
div#login div#btl {
    float: left;
    margin-top: 5px;
    color: #767672;
}
span#btl-panel-login:after {
    content: '|';
    padding-left: 15px;
    right: 0;
    position: absolute;
}
#btl .btl-panel > span {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
    text-transform: uppercase;
}
#btl .btl-panel span#btl-panel-registration {
    padding-left: 12px;
}
#btl .btl-panel > span:hover {
    color: #0e79c2;
}
div#share a.tooltip_e {
    float: left;
    margin-right: 5px;
}
div#share a.tooltip_e img {
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
div#share a.tooltip_e:hover img {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
div#share {
    float: left;
    line-height: 40px;
}
div#share li {
    float: left;
    margin-right: 6px;
}
div#language {
    margin-top: 8px;
}
#languages-block-top {
    position: relative;
    float: right;
}
.current.lang_fr.active, .current.lang_fr:hover {
    color: #0e79c2;
}
.current.lang_fr {
    opacity: .67; /* layer alpha */
    -moz-border-radius: 2px / 3px;
    -webkit-border-radius: 2px / 3px;
    border-radius: 2px / 3px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #d8dddf; /* layer fill content + color overlay */
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .12), inset 0 1px 0 rgba(0, 0, 0, .12); /* drop shadow and inner shadow */
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .12), inset 0 1px 0 rgba(0, 0, 0, .12); /* drop shadow and inner shadow */
    box-shadow: 0 1px 0 rgba(255, 255, 255, .12), inset 0 1px 0 rgba(0, 0, 0, .12); /* drop shadow and inner shadow */
    padding: 5px 10px;
    color: #777777;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    padding-right: 20px;
    -webkit-transition: all 0.15s ease-in 0s;
    -moz-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
}
.current.lang_fr:hover:after, .current.lang_fr.active:after {
    top: 3px;
}
.current.lang_fr:after {
    position: absolute;
    right: 5px;
    top: 5px;
    content: "\f107";
    width: 16px;
    font-size: 14px;
    display: inline-block;
    text-align: right;
    cursor: pointer;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.15s ease-in 0s;
    -moz-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
}
#languages-block-top ul {
    display: none;
    position: absolute;
    top: 27px;
    left: -1px;
    width: 105px;
    z-index: 9999;
    -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#languages-block-top ul {
    background: #ffffff;
    border-top: 2px solid #0e79c2;
}
#languages-block-top ul li {
    line-height: 26px;
    margin-bottom: 1px;
}
#languages-block-top .lag-arrow {
    width: 0;
    height: 0;
    top: -7px;
    padding: 0;
    left: 14px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
}
#languages-block-top .lag-arrow {
    border-bottom: 5px solid #0e79c2;
}
#languages-block-top ul li.selected, #languages-block-top ul li:hover a {
    background: #F9F9F9;
    color: #FE5252;
}
#languages-block-top ul li > span {
    padding: 0 10px 0 12px;
    display: block;
}
#languages-block-top ul li a {
    padding: 0 10px 0 0;
    display: block;
}
.current.lang_fr img {
    margin-right: 5px;
    float: left;
    margin-top: 2px;
}
#languages-block-top ul li img {
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 7px;
}
div#share .custom {
    float: left;
}
div#share h3 {
    float: left;
    margin-right: 10px;
    text-transform: uppercase;
    color: #767672;
}
div#share .moduletable {
    float: left;
}
#languages-block-top ul li a {
    text-decoration: none;
    color: #767672;
    -webkit-transition: all 0.15s ease-in 0s;
    -moz-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
}
.logo {
    float: left;
    margin: 30px 0;
}
div#slogan {
    float: left;
    margin-left: 25px;
    margin-top: 15px;
}
div#journee {
    float: right;
    margin-top: 35px;
}
.item_jour {
    float: left;
    margin-right: 30px;
    padding-right: 15px;
}
.item_jour .item_jour_img {
    float: left;
    border: 1px solid #233F89;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    margin-right: 10px;
    -webkit-transition: all 0.15s ease-in 0s;
    -moz-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
}
.item_jour.open .item_jour_img {
    padding-top: 4px;
}
.journne {
    float: left;
    margin-top: 2px;
    font-size: 12px;
    width: 120px;
}
.item_jour.open .journne {
    width: 120px;
}
.journne p {
    color: #233F89;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Roboto;
    float: left;
    width: 100%;
}
.journne span {
    color: #486BC7;
    font-family: Roboto;
    float: left;
    width: 100%;
}
div#journee .item_jour:last-child {
    background: none;
    margin-right: 0;
    padding: 0;
}
.journne a {
    -webkit-transition: all 2s ease-in 0s;
    -moz-transition: all 2s ease-in 0s;
    -o-transition: all 2s ease-in 0s;
    transition: all 2s ease-in 0s;
}
.journne a:hover {
    color: #2A458D;
    border-bottom: 1px dotted #2A458D;
    text-decoration: none;
}
.item_jour:hover .item_jour_img {
    border: 1px solid #DF2329;
}
.item_jour:hover .journne p {
    color: #2A458D;
}
div#menu {
    float: left;
    width: 100%;
    background-color: #233f89; /* layer fill content */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwNmRhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE5ODdjYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
    background-image: -moz-linear-gradient(bottom, #106da9 0%, #233f89 100%); /* gradient overlay */
    background-image: -o-linear-gradient(bottom, #106da9 0%, #233f89 100%); /* gradient overlay */
    background-image: -webkit-linear-gradient(bottom, #106da9 0%, #233f89 100%); /* gradient overlay */
    background-image: linear-gradient(bottom, #106da9 0%, #233f89 100%); /* gradient overlay */
}
.icemegamenu {
    float: left;
}
div#slideshow {
    float: left;
    width: 100%;
    position: relative;
    display: none !important;
}
.shadow-left-image {
    background: url("../images/shado_subbanner2.png") no-repeat scroll 0 10px rgba(0, 0, 0, 0);
    height: 105px;
    left: 20%;
    position: absolute;
    bottom: -37px;
    width: 265px;
    z-index: 9;
}
.shadow-right-image {
    background: url("../images/shado_subbanner.png") no-repeat scroll -31px 14px rgba(0, 0, 0, 0);
    height: 105px;
    position: absolute;
    right: 13%;
    bottom: -32px;
    width: 190px;
    z-index: 9;
    transition: 300ms;
}
div#menu_center {
    float: left;
    width: 100%;
    position: absolute;
    bottom: -12px;
    z-index: 99;
}
.item_menu_div {
    background: #fff;
    float: left;
    width: 60%;
    padding: 2px;
    left: 21%;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #ddd;
    box-shadow: 1px 1px 2px #ddd;
}
.item_menu {
    float: left;
    padding: 0;
    width: 50%;
}
.icon_item_menu {
    float: left;
    width: 54px;
    height: 54px;
    margin-right: 10px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 12px;
}
.certificat .icon_item_menu {
    background-color: #0087d2;
}
.actualites .icon_item_menu {
    background-color: #989898;
}
.galerie .icon_item_menu {
    background-color: #ff0125;
}
.content_item_menu {
    float: left;
    margin-top: 8px;
}
.content_item_menu a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    font-family: Oswald;
    letter-spacing: 1px;
    margin-bottom: 5px;
    -webkit-transition: all 1s ease-in 0s;
    -moz-transition: all 1s ease-in 0s;
    -o-transition: all 1s ease-in 0s;
    transition: all 1s ease-in 0s;
    display: block;
}
.content_item_menu a:hover {
    color: #333333 !important;
}
.content_item_menu span {
    float: left;
    color: #7c7c78;
}
.certificat .content_item_menu a {
    color: #0087d2;
}
.actualites .content_item_menu a {
    color: #989898;
}
.galerie .content_item_menu a {
    color: #ff0125;
}
div#menu_center .custom {
    float: left;
    width: 100%;
    position: relative;
}
.article_content.front {
    float: left;
    width: 100%;
    padding-top: 60px;
    text-align: left;
    padding-bottom: 30px;
}
.article_content.front h2.item-title, .article_content.nofront .home_en h2.item-title, .article_content.front h1.item-title, .article_content.nofront .home_en h1.item-title {
    font-weight: bold;
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.article_content.front p, .article_content.nofront .home_en p {
    color: #7c7c78;
    font-size: 18px;
    line-height: 25px;
}
.view-featured .article_content.nofront {
    text-align: center;
}
div#actualites {
    float: left;
    width: 100%;
    background: #fff;
    padding: 25px 0;
}
div#actualites h2, div#actualites h3 {
    text-align: center;
    margin-bottom: 15px;
    font-family: Oswald;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
}
.blog-left {
    float: left;
    position: relative;
}
.blog-right {
    float: right;
    width: 260px;
}
.lof-articlessroller .lof-inner .blog-right a {
    color: #333;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.blog-right .date {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    text-align: left;
    color: #868686;
    text-transform: uppercase;
}
.blog-right .content {
    color: #868686;
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 10px;
}
.lof-articlessroller .lof-inner .blog-right .readmore a {
    color: #43a5d5;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding-left: 0;
    text-align: left;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: normal;
    -webkit-transition: all 0.15s ease-in 0s;
    -moz-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
}
.lof-articlessroller .lof-inner .blog-right .readmore a:hover {
    padding-left: 10px;
}
.image-hover-div {
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.lof-articlessroller .lof-inner .blog-left:hover .image-hover-div {
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
p.image_hover {
    left: 0;
    position: absolute;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    top: 70px;
    text-align: center;
}
.read {
    background: url("../images/blog-hover.png") no-repeat scroll 0 -68px;
    display: inline-block;
    opacity: 0;
    padding: 15px 25px;
    position: static;
    transition: all 0.9s ease 0s;
    z-index: 10;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.lof-articlessroller .lof-inner .blog-left:hover .image_hover a {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}
.customNavigation {
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    position: absolute;
    z-index: 9;
}
#menu_bottom li {
    float: left;
    background: url(../images/border_menu.png) no-repeat right center;
    padding: 0 15px;
}
#menu_bottom li a {
    color: #8e8c8c;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
}
#menu_bottom li a:hover {
    color: #107ec8;
}
.copyright_footer {
    float: left;
    line-height: 50px;
    color: #8e8c8c;
}
.w3c {
    float: right;
    line-height: 50px;
    color: #8e8c8c;
}
.copyright_footer a {
    text-decoration: none;
    color: #8e8c8c;
    -webkit-transition: all 0.7s ease-in-out 0s;
    -moz-transition: all 0.7s ease-in-out 0s;
    -o-transition: all 0.7s ease-in-out 0s;
    transition: all 0.7s ease-in-out 0s;
}
.copyright_footer a:hover {
    color: #107ec8;
    border-bottom: 1px dotted #107ec8;
}
.w3c a {
    text-decoration: none;
    float: left;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.w3c a:hover {
    opacity: .7;
}
#backtotop {
    font-size: 0;
    height: 45px;
    width: 45px;
    background: url("../images/back_to_top.png") no-repeat scroll 0 0 transparent;
    z-index: 999;
    display: block;
    position: fixed;
    bottom: 20px;
    right: 5px;
    opacity: 1;
    cursor: pointer;
}
#backtotop:hover {
    box-shadow: 0 0 9px #999;
    border-radius: 50%;
}
.article_content.nofront {
    float: left;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 25px;
}
.rsform-block.rsform-block-contact {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.contact_title {
    float: left;
    width: 100%;
    color: #4A4F55;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
}
.contact_title h1 {
    text-transform: capitalize;
    background: #fff;
    position: relative;
    float: left;
    margin-left: 32%;
    padding: 0 10px;
    font: 300 30px/38px "Lato";
}
.contact_title:before {
    content: '-';
    position: absolute;
    bottom: 6px;
    width: 100%;
    height: 1px;
    left: 0;
    color: #ddd;
    border-bottom: 1px solid #ddd;
}
.view-rsform div#main {
    background: #fff;
}
.block_contact {
    float: left;
    width: 33.33%;
    margin-top: 20px;
    line-height: 25px;
    font: normal 14px/22px "Lato";
    color: #5F5F5F;
    text-align: center;
}
.block_contact [class^="icon-"] {
    color: #233F89;
    font-size: 32px;
}
.block_contact .fa {
    color: #233F89;
    font-size: 32px;
}
.block_contact p {
    margin-bottom: 10px;
}
.share_contact {
    float: left;
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid #EDEDED;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EDEDED;
    margin-bottom: 30px;
}
.share_contact a {
    color: #A7D9EE;
    margin-right: 10px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.share_contact a:hover {
    color: #253993;
    text-decoration: none;
}
.formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
    background: #ffffff;
    border-radius: 0px;
    padding: 17px;
    width: 100%;
    position: relative;
    outline: none;
    border: 1px solid #EDEDED;
    border-bottom: 1px solid transparent;
    margin: 0 0 20px 0;
    font-size: 14px;
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    color: #2B2F34;
    height: 40px;
    float: left;
    line-height: 16px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.formResponsive textarea:focus, .formResponsive input[type="text"]:focus, .formResponsive input[type="password"]:focus, .formResponsive select:focus {
    border: 1px solid #253993;
}
.formHorizontal.formContainer {
    float: left;
    width: 100%;
}
.formResponsive .formHorizontal .formControls {
    margin-left: 0;
}
.rsform-block.rsform-block-nom, .rsform-block.rsform-block-email, .rsform-block.rsform-block-telephone {
    width: 33.33333333%;
    float: left;
    box-sizing: border-box;
    display: block;
    padding: 0 15px;
}
textarea#Message {
    height: 130px;
}
.rsform-block.rsform-block-sujet, .rsform-block.rsform-block-message {
    float: left;
    width: 100%;
    padding: 0 15px;
}
.rsform-block.rsform-block-envoyer {
    float: left;
    width: 100%;
    text-align: center;
}
.formResponsive input[type="submit"] {
    margin-top: 0;
    font-size: 1em;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    text-shadow: none;
    border: 0;
    padding: 0;
    line-height: 1.15em;
    background: #253993;
    color: #ffffff;
    padding: 0.8em 1.6em;
    border-radius: 0;
}
.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 0;
}
.formResponsive .formRed {
    border: 2px solid #f7e700;
    padding: 0.2em 1em;
    color: #5F5F5F;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.rsform-block.rsform-block-envoyer {
    /* margin-top: 20px;
    */
}
.formResponsive input.rsform-error, .formResponsive textarea.rsform-error, .formResponsive select.rsform-error {
    border-color: #b94a48;
}
div#breadcums {
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(whitesmoke));
    background: -webkit-linear-gradient(top, white, whitesmoke);
    background: linear-gradient(top, white, whitesmoke);
    border-bottom: 1px solid #eee;
    font-family: "Open Sans", sans-serif;
    color: #727272;
    float: left;
    width: 100%;
    line-height: 30px;
    font-size: 12px;
}
div#breadcums li {
    float: left;
    margin-right: 5px;
    text-shadow: 0 1px 0 white;
}
div#breadcums .divider {
    padding: 0 5px;
    color: #ccc;
}
div#breadcums .divider {
    border-color: transparent transparent transparent #305088;
    border-style: solid;
    border-width: 3px;
    display: inline-block;
    height: 0;
    width: 0;
    margin-left: 7px;
    padding-left: 0;
}
div#breadcums .divider {
    border-left-color: #305088;
}
ul.breadcrumb {
    float: left;
    padding: 5px 0;
}
.blog .page-header h1 {
    font-family: "Dosis", sans-serif;
    display: inline-block;
    font-size: 60px;
    color: #333;
    font-weight: normal;
    margin-left: 30px;
    line-height: 1;
    margin: 0;
}
.bolded-line {
    display: block;
    margin-bottom: -1px;
    margin-top: 15px;
    width: 30px;
    height: 1px;
    background-color: rgba(0, 0, 0, .5);
}
.blog > .page-header {
    margin-bottom: 15px;
    border-bottom: 1px dotted rgba(0, 0, 0, .3);
}
.article_content.nofront.com_content.view-category {
    margin-top: 10px;
}
.block_contact hr {
    width: 80%;
    text-align: center;
    display: inline-block;
    border-top: 1px dotted #ccc;
}
.blog .items-leading h2, .items-row h2 {
    border-bottom: 1px solid #233F89;
    padding-bottom: 15px;
    display: inline-block;
    margin-bottom: -1px;
    color: #233F89;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.blog .page-header {
    color: #233F89;
    font-size: 20px;
    border-bottom: 1px solid #dddddd;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
}
.blog .items-leading {
    background: url(../images/shadow_blog.png) no-repeat center bottom;
    padding-bottom: 30px;
    margin-bottom: 15px;
}
.blog .items-row .span12 {
    background: url(../images/shadow_blog.png) no-repeat center bottom;
    padding-bottom: 30px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.blog img {
    box-shadow: 0 0 2px #7E7A7A;
    padding: 4px;
    background: #fff;
    float: left;
    margin-right: 15px;
    max-width: 100%;
}
.blog {
    float: left;
    width: 100%;
    line-height: 25px;
    font-family: sans-serif;
    font-size: 14px;
    color: rgb(51, 51, 51);
}
.pres p {
    color: #7c7c78;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    padding-bottom: 10px;
}
.item-page .page-header h1 {
    font-family: "Dosis", sans-serif;
    display: inline-block;
    font-size: 60px;
    color: #333;
    font-weight: normal;
    margin-left: 30px;
    line-height: 1;
    margin: 0;
}
.item-page .page-header, .search .page-header {
    color: #233F89;
    font-size: 20px;
    border-bottom: 1px solid #dddddd;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
}
.pres_img {
    float: left;
}
.pres_img img {
    box-shadow: 0 0 2px #7E7A7A;
    padding: 4px;
    float: left;
    margin-right: 15px;
    max-width: 100%;
}
.pres_right p b {
    color: #1170AD;
}
.gamme {
    padding-top: 15px;
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 15px;
    float: left;
    width: 100%;
    margin-top: 15px;
}
.gamme h2 {
    font-size: 20px;
    color: #1170AD;
    font-weight: bold;
    padding-bottom: 10px;
}
.gamme ul li {
    color: #7c7c78;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    padding-bottom: 10px;
    background: transparent url(../images/arrow_check.png) no-repeat;
    background-position: 5px 5px;
    margin: 0;
    padding: 0 0 8px 25px;
    list-style-type: none;
    padding-left: 30px;
}
.journne p.p_samedi {
    float: left;
    margin-right: 5px;
    width: auto;
}
.journne span.span_samedi {
    float: left;
    width: auto;
}
.journne a span {
    width: auto;
    float: inherit;
}
.item_jour.mail .journne {
    width: 180px;
}
::-moz-selection {
    background: #F9A386;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #F9A386;
    color: #fff;
    text-shadow: none;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #FFFFFF;
    -webkit-box-shadow: inset 1px 1px 2px #E0E0E0;
    border: 1px solid #D8D8D8;
}
::-webkit-scrollbar-thumb {
    background: #106da9;
    -webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.4);
}
::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb:active {
    background: #888;
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}
div#search {
    float: right;
}
.item_certif {
    width: 24%;
    float: left;
    overflow: hidden;
    display: block;
    text-align: center;
    position: relative;
    border: 1px solid #d9d9d9;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.item_img {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.item_img img {
}
.item_certif h1 {
    color: #4e64c2;
    font-size: 18px;
    text-align: center;
    font-family: Roboto;
}
.item_certif h2 {
    color: #7e7e7e;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 20px;
    min-height: 85px;
}
.item-info {
    padding: 20px 0 22px;
    position: relative;
}
.item-info:after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: #d9d9d9;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.item_certif:hover {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 4px 0 0 #d9d9d9, 4px 0 0 0 #d9d9d9, 0 0 0 4px #d9d9d9, 0 0px 4px 0 #d9d9d9;
    -moz-box-shadow: 0 4px 0 0 #d9d9d9, 4px 0 0 0 #d9d9d9, 0 0 0 4px #d9d9d9, 0 0px 4px 0 #d9d9d9;
    box-shadow: 0 4px 0 0 #d9d9d9, 4px 0 0 0 #d9d9d9, 0 0 0 4px #d9d9d9, 0 0px 4px 0 #d9d9d9;
}
.item_certif:hover .item_img {
    background: #e6e6e6;
}
.product-buttons.button-inline {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.item_certif:hover .product-buttons.button-inline {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.product-buttons.button-inline li {
    display: inline-block;
    margin: 0 10px;
}
.product-buttons li {
    text-align: center;
}
.product-buttons li a {
    color: #fff;
    display: block;
    text-align: center;
}
.product-buttons .zoom i, .product-buttons .download i {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 40px;
}
.product-buttons li a i {
    display: inline-block;
    background-color: #1168a6;
    text-align: center;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
i.fa.icon-search:before {
    content: "\f002";
}
.product-buttons li a i:after {
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
i.fa.icon-download-alt:before {
    content: "\f019 ";
}
.footer .moduletable h3 {
    color: rgba(255, 255, 255, 0.81);
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}
.footer .contact-info li {
    padding: 5px 0;
}
.footer .contact-info i {
    color: #FCF4F4;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px;
}
.footer .contact-info p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: #DFDEDE;
}
ul.contact-info {
    float: left;
    width: 100%;
    margin-top: 15px;
}
ul.contact-info a {
    text-decoration: none;
    color: #DFDEDE;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
ul.contact-info a:hover {
    border-bottom: 1px dotted #FDFDFD;
    color: #fff;
}
.moduletable.nos_produits .menu li {
    border-bottom: 1px solid #d7d7d7;
    padding: 5px 0;
    position: relative;
    border-color: rgba(255, 255, 255, 0.1);
    float: left;
    width: 100%;
}
.moduletable.nos_produits .menu li a {
    color: #fff;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    padding: 2px 0;
}
.moduletable.nos_produits .menu li a:before {
    /* content: ">"; */
    top: 10px;
    right: 0;
    position: absolute;
    height: 20px;
    width: 13px;
    display: inline-block;
    z-index: 1;
    color: #ccc;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
.moduletable.nos_produits .menu li a:hover {
    color: #fdb813;
    padding-left: 10px;
}
.moduletable.nos_produits ul.nav.menu {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.acymailing_module {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.acymailing_introtext p {
    font-size: 14px;
    text-align: justify;
    color: #B6ACAC;
    line-height: 22px;
}
.acymailing_introtext p.label {
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
}
table.acymailing_form {
    float: left;
    width: 100%;
}
td.acyfield_email input {
    background: #fff;
    border: 0;
    color: #999;
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 5px rgba(89, 75, 75, 0.63) inset;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
td.acyfield_email input:focus {
    color: #333;
    box-shadow: -1px -1px 5px rgba(89, 75, 75, 0.63) inset;
}
td.acysubbuttons input {
    float: left;
    width: 100%;
    border-radius: 0;
    height: 30px;
    background: #08c;
    border: 0;
    color: #fff !important;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
td.acysubbuttons input:hover {
    opacity: .9;
    filter: alpha(opacity=90);
}
.custom.contact_footer {
    line-height: 22px;
}
.pres_description {
    font-size: 14px;
    letter-spacing: 2px;
    display: block;
    color: #959595;
    margin-bottom: 20px;
}
.deco-sep-line-100 {
    height: 3px;
    width: 100px;
    display: inline-block;
    margin: 0 0 17px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.pres_img {
    width: 25%;
    float: left;
    box-sizing: border-box;
}
.pres_right {
    float: left;
    width: 70%;
    box-sizing: border-box;
    padding: 0 20px;
}
.pres .pres_right p {
    line-height: 26px;
}
div.itemListCategory h2 {
}
.itemListCategory .page-header {
    color: #233F89;
    font-size: 20px;
    border-bottom: 1px solid #dddddd;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
}
.itemListCategory .page-header h1 {
    font-family: "Dosis", sans-serif;
    display: inline-block;
    font-size: 45px;
    color: #333;
    font-weight: normal;
    margin-left: 30px;
    line-height: 1;
    margin: 0;
    border-bottom: 0;
}
.itemImageGallery h3, .itemImageGallery p {
    display: none;
}
.img_prod {
    float: right;
    width: 30%;
}
i.icon-zoom-in:after {
    content: "\f00e";
    margin-left: 5px;
}
.ul_left, .ul_right {
    float: left;
    width: 50%;
}
.performance {
    float: left;
    width: 100%;
}
ul.sigProPolaroids li.sigProThumb a.sigProLink img.sigProImg {
    background-size: contain;
}
.blog .pull-left.item-image {
    width: 270px;
    float: left;
    margin-right: 15px;
}

/**
*Pagination style
**/
.blog .pagination {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 15px;
}
.blog .pagination ul.pagination-list {
    text-align: center;
}
.blog .pagination ul.pagination-list li {
    display: inline;
    padding: 0 10px;
}
.blog p.counter.pull-right {
    text-align: center;
    float: none;
    color: #999;
    font-family: 'helveticaneuelt_std_lt_cnRg';
}
.blog .pagination ul.pagination-list li.hidden-phone a {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #233F89;
    text-shadow: -2px -1px 2px rgba(189, 163, 163, 0.75);
    font-size: 15px;
    line-height: 32px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.blog .pagination ul.pagination-list li.hidden-phone.active a {
    color: #535353;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.blog .pagination ul.pagination-list li.hidden-phone a:hover {
    text-decoration: underline;
    color: red;
}
.blog .pagination ul.pagination-list li.disabled a {
    color: rgb(153, 153, 153);
}
.block_place {
    float: left;
    width: 100%;
    text-transform: uppercase;
    min-height: 107px;
}
.ih-item.circle {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    display: inline-block;
}
.ih-item a {
    color: #333;
}
.ih-item.circle .img {
    position: relative;
    width: 220px;
    height: 220px;
    border-radius: 50%;
}
.ih-item.circle.effect2 .img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item img {
    width: 100%;
    height: 100%;
}
.ih-item.circle .img img {
    border-radius: 50%;
}
.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ih-item.circle.effect2 .info {
    background: #333333;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect2.colored .info {
    background: #1a4a72;
    background: rgba(26, 74, 114, 0.6);
}
.ih-item.circle.effect2.left_to_right .info {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.ih-item.circle.effect2 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    font-size: 22px;
    margin: 0 30px;
    padding: 70px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect2 .info a {
    color: #bbb;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.ih-item a:hover {
    text-decoration: none;
}
.ih-item.circle.effect2.left_to_right a:hover .img {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.ih-item.circle.effect2.left_to_right a:hover .info {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.col-6 {
    float: left;
    width: 50%;
    text-align: center;
}
.item_cat {
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
}
div#slogan img {
    max-width: 100%;
}
.search h1.page-title {
    font-family: "Dosis", sans-serif;
    display: inline-block;
    font-size: 60px;
    color: #333;
    font-weight: normal;
    margin-left: 30px;
    line-height: 1;
    margin: 0;
}
#searchForm input[type="text"] {
    background: #ffffff;
    border-radius: 0px;
    padding: 17px;
    width: 100%;
    position: relative;
    outline: none;
    border: 1px solid #EDEDED;
    border-bottom: 1px solid transparent;
    margin: 0 0 20px 0;
    font-size: 14px;
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    color: #2B2F34;
    height: 40px;
    float: left;
    line-height: 16px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
#searchForm input[type="text"]:focus {
    border: 1px solid #253993;
}
#searchForm button {
    height: 40px;
    margin-top: 0;
    font-size: 1em;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    text-shadow: none;
    border: 0;
    line-height: 1.15em;
    background: #253993;
    color: #ffffff;
    padding: 0.8em 1.6em;
    border-radius: 0;
    margin-left: 5px;
}
#searchForm button:hover {
    background-color: #0055cc;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.article_content.nofront .search {
    line-height: 26px;
    color: #7c7c78;
    font-size: 16px;
    font-family: Calibri, Helvetica, Arial, sans-serif;
}
dl.search-results dt.result-title a, dl.search-results dt.result-title {
    color: #233F89;
    font-weight: bold;
    font-size: 12px;
    width: 100%;
    font-family: Roboto;
}
.article_content.nofront .search .pagination {
    text-align: center;
    margin-top: 15px;
}
.article_content.nofront .search .pagination li {
    background: none repeat scroll 0 0 #ececec;
    display: inline-block;
    overflow: hidden;
    padding: 5px 10px;
    vertical-align: middle;
    margin-right: 5px;
}
.article_content.nofront .search .pagination li:hover {
    background: #ffd069;
    color: #fff;
}
.article_content.nofront .search .pagination li a {
    color: #868686;
    text-decoration: none;
}
input#suggestion-area111 {
    display: none;
}
.view-category p {
    text-align: justify;
}
p.readmore {
    float: right;
    color: #43a5d5;
    font-size: 14px;
    font-style: italic;
    padding-left: 0;
    text-align: left;
    margin-top: 10px;
    text-transform: capitalize;
    font-weight: normal;
    -webkit-transition: all 0.15s ease-in 0s;
    -moz-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
}
p.readmore:hover {
    padding-right: 10px;
}
p.readmore:before {
    content: "\f0a4";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p.readmore a.btn {
    color: #43a5d5;
    -webkit-transition: all 0.15s ease-in 0s;
    -moz-transition: all 0.15s ease-in 0s;
    -o-transition: all 0.15s ease-in 0s;
    transition: all 0.15s ease-in 0s;
}
p.readmore a.btn:hover {
    text-decoration: none;
    border-bottom: 1px dashed;
}
.rsform-block.rsform-block-captcha .formControls {
    display: inline-block;
}
.rsform-block.rsform-block-captcha {
    float: left;
    text-align: center;
    margin-top: 15px;
    width: 100%;
}
.logo a img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.logo a img.active {
    opacity: 1;
}
.logo a {
    float: left;
    position: relative;
    width: 200px;
    height: 70px;
}
#jf_mm_menu {
    display: none !important;
}
#jf_mm_menu.jf_mm_inactive {
    display: block !important;
}
div#journee .custom {
    float: right;
}
#menu_bottom li:last-child {
    background: transparent;
}
.w3c_content {
    float: right;
}
table.performance tr th {
    text-align: center;
}
.main_contenu {
    float: left;
    width: 100%;
}
p.merci_msg {
    width: 100%;
    color: #6f6f6f;
    font-family: 'Lato', sans-serif;
    line-height: 24px;
}
.blog .desc_blog p {
    padding: 5px 15px;
}
.textarticle {
    width: 100%;
    float: left;
}
.img_article {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.img_article img {
    box-shadow: 0 0 5px #ddd;
    padding: 4px;
    max-height: 300px;
    background: rgba(221, 221, 221, 0.22);
}

@media (min-width: 480px) and (max-width: 600px) {.
    .article_content.front p {
        width: 90%;
    }
    table.acymailing_form {
        width: initial;
    }
    div#journee .custom {
        float: left;
    }
}
.gallery {
    float: left;
    margin-top: 30px;
}
.gallery img {
    padding: 10px;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
}
.gallery-title {
    float: left;
    font-size: 30px;
    color: #1d4d93;
}
img.jf_mm_a_img.menu-image {
    display: none;
}
.logok {
    margin: 20px 0;
}
#ajax-search-button111, #ajax-search-button124{

  height: 27px;



  width: 32px;



  border: 1px #188dd9 solid;



  -webkit-box-shadow: inset 1px 1px 0px rgba(255,255,255,0.4); 



  -moz-box-shadow: inset 1px 1px 0px rgba(255,255,255,0.4); 



  box-shadow: inset 1px 1px 0px rgba(255,255,255,0.4);

  -moz-border-radius-topright: 3px;



  -moz-border-radius-bottomright: 3px;



  border-top-right-radius: 3px;



  border-bottom-right-radius: 3px;

  background: #188dd9 url('/modules/mod_universal_ajaxlivesearch/cache/111/24941f479a1dec361465c6c8e1f80ac6.png') repeat-x ;



  background-size: auto 100%;



  background: -moz-linear-gradient(#47c5ed, #188dd9); /* FF 3.6+ */  



  background: -ms-linear-gradient(#47c5ed, #188dd9); /* IE10 */  



  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47c5ed), color-stop(100%, #188dd9)); /* Safari 4+, Chrome 2+ */  



  background: -webkit-linear-gradient(#47c5ed, #188dd9); /* Safari 5.1+, Chrome 10+ */  



  background: -o-linear-gradient(#47c5ed, #188dd9); /* Opera 11.10 */  



  background: linear-gradient( top, #47c5ed, #188dd9 );

  float: left;



  cursor: pointer;



  position: absolute;



  top: 0px;



  right: 0px;



  z-index:5;

}
input#search-area111, input#search-area124 {
    background-color: #ffffff !important;
    border: 1px #ffffff solid !important;
    color: #21468E !important;
    text-shadow: none !important;
}
#ajax-search-button111 .magnifier, #ajax-search-button124 .magnifier{
    background: url(/modules/mod_universal_ajaxlivesearch/themes/elegant/images/search_button/magnifier_strong_mid.png) no-repeat center center;
    height: 26px;
    width: 32px;
    padding: 0;
    margin: 0;
}
input#search-area111, input#search-area124  {
    border-radius: 5px;
}
.offlajn-ajax-search-container {
    background: none !important;
}
ul.lang-inline.dropdown-menu {
    display: inline-block;
}
ul.icesubMenu.sub_level_2 {
    width: 300px !important;
}

ul.icesubMenu.sub_level_3 {
    width: 300px !important;
}
.mod-languages {
    float: right;
}
fieldset.phrases {
    margin: 20px;
}

fieldset.only {
    margin: 20px;
}

.form-limit {
    margin: 20px 20px 20px 0;
}

a.chzn-single span {
    width: 100%;
}
.iceMenuLiLevel_3 {
  width: 300px;
}
.sub_level_2 .iceCols {
  width: 300px !important;
}

.pagination-list li {
    display: inline-block;
    margin: 0 5px;
}