/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,400italic,700italic,300,300italic);*/
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;
    font-family: 'Avenir Next LT Pro Regular';
}
@font-face {
    font-family: 'Avenir Next LT Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Bold'), url('/typo3conf/ext/mtcen_theme/templates/maquettes/font/AvenirNextLTPro-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Avenir Next LT Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir Next LT Pro Regular'), url('/typo3conf/ext/mtcen_theme/templates/maquettes/font/AvenirNextLTPro-Regular.woff') format('woff');
}
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */

@font-face {
    font-family: "Bahij Myriad Arabic";
    src: url("/typo3conf/ext/mtcen_theme/templates/maquettes/font/Bahij_Myriad_Arabic-Regular.eot?") format("eot"), url("/typo3conf/ext/mtcen_theme/templates/maquettes/font/Bahij_Myriad_Arabic-Regular.woff") format("woff"), url("/typo3conf/ext/mtcen_theme/templates/maquettes/font/Bahij_Myriad_Arabic-Regular.ttf") format("truetype"), url("/typo3conf/ext/mtcen_theme/templates/maquettes/font/Bahij_Myriad_Arabic-Regular.svg#BahijMyriadArabic") format("svg");
    font-weight: normal;
    font-style: normal;
}
/*
@font-face {
	font-family: "Bahij Myriad Arabic";
	font-style: normal;
	font-weight: normal;
	src: local('Bahij Myriad Arabic'), url('/typo3conf/ext/mtcen_theme/templates/maquettes/font/Bahij_Myriad_Arabic-Regular.woff') format('woff');
}	*/
/* 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;
}
/*++++++ Font ++++++*/
/*+++++ Color ++++++*/
/*++++ link +++++*/
/*++++++ Breakpoint ++++++*/
/*MIXIN*/
/*media querie*/
/*annimation*/
/*vendor prefix*/
/*calculate rem font size with px fallback*/
/*crossbrowser opacity*/
/*invisible but accessissible*/
/*transition du texte*/

a {
    -webkit-transition-property: color;
    -moz-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.text-hidden {
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
}
/* ==========================================================================
   Grid
   ========================================================================== */
/*
 * Example uses:
 *
 * <div class="grid">
 *     <div class="grid__cell unit-1-2"></div>
 *     <div class="grid__cell unit-1-2"></div>
 *     <div class="grid__cell unit-1-3"></div>
 *     <div class="grid__cell unit-1-3"></div>
 * </div>
 *
 * <div class="grid grid--center">
 *     <div class="grid__cell unit-1-3"></div>
 *     <div class="grid__cell unit-1-3"></div>
 * </div>
 */
/* Grid core
   ========================================================================== */
/**
 * Grid container
 * Must only contain `.grid` or `.grid__cell` components as children.
 *
 * 1. Adjustment for child element margins.
 * 2. Ensure consistent default alignment/
 * 3. Remove inter-unit whitespace that appears between `inline-block` child
 *    elements. Work for all non-monospace font-families.  If you're using a
 *    monospace base font, you will need to set the `grid` font-family to
 *   `sans-serif` and then redeclare the monospace font on the `grid__cell`
 *    objects.
 * 4. Protect against WebKit bug with optimizelegibility.
 */

.grid {
    display: block;
    padding: 0;
    margin: 0 -10px;
    /* 1 */
    
    text-align: left;
    /* 2 */
    
    letter-spacing: -0.31em;
    /* 3 */
    
    text-rendering: optimizespeed;
    /* 4 */
}
/**
 * Opera hack
 */

.opera:-o-prefocus,
.grid {
    word-spacing: -0.43em;
    /* 3 */
}
/**
 * Child `grid` object adjustments
 * Used for more complex fixed-fluid hybrid grids.
 */

.grid>.grid {
    overflow: hidden;
    margin-right: 0;
    margin-left: 0;
}
/**
 * Grid units
 * No explicit width by default. Apply `.unit-x-y` classes.
 *
 * 1. Fundamentals of the non-float grid layout mechanism.
 * 2. Apply grid gutter.
 * 3. Controls vertical positioning of units.
 * 4. Keeps content correctly aligned with the grid direction.
 * 5. Reset text defaults.
 */

.grid__cell {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    /* 1 */
    
    margin: 0;
    padding: 0 10px;
    /* 2 */
    
    vertical-align: top;
    /* 3 */
    
    text-align: left;
    /* 4 */
    
    letter-spacing: normal;
    /* 5 */
    
    word-spacing: normal;
    /* 5 */
    
    text-rendering: auto;
    /* 5 */
}
/* Grid modifiers
   ========================================================================== */
/**
 * Modifier: horizontally center all grid units
 * Allows for automatic unit centering irrespective of the number of
 * units in the grid.
 */

.grid--center {
    text-align: center;
}
/**
 * Modifier: align horizontally all grid units to the left
 */

.grid--left {
    text-align: left;
}
/**
 * Modifier: align horizontally all grid units to the right
 */

.grid--right {
    text-align: right;
}
/* Grid cell modifiers
   ========================================================================== */
/**
 * Modifier: horizontally center one unit
 * Set a specific unit to be horizontally centered. Doesn't affect
 * any other units. Can still contain a child `grid` object.
 */

.grid__cell--center {
    display: block;
    margin: 0 auto;
}
/**
 * Modifier: align horizontally one unit to the left
 * Set a specific unit to be horizontally on the left. Doesn't affect
 * any other units. Can still contain a child `grid` object.
 */

.grid__cell--left {
    display: block;
    margin-right: auto;
}
/**
 * Modifier: align horizontally one unit to the right
 * Set a specific unit to be horizontally on the right. Doesn't affect
 * any other units. Can still contain a child `grid` object.
 */

.grid__cell--right {
    display: block;
    margin-left: auto;
}
/*Grid bonus option*/

.grid.grid--no-gutter {
    margin: 0;
}
.grid.grid--no-gutter>.grid__cell {
    padding: 0;
}
.grid.grid--inverted::after {
    clear: both;
    content: "";
    display: table;
}
.grid.grid--inverted .grid__cell {
    float: right;
}
.grid.grid--valign-middle .grid__cell {
    vertical-align: middle;
}
.grid.grid--valign-bottom .grid__cell {
    vertical-align: bottom;
}
.grid.grid--justify {
    text-align: justify;
}
/*---Construct grid---*/
/* Proportional units
       ========================================================================== */
/*
     * Specify the proportional width of an object.
     * Primarily for, but not limited to, use with `.grid__cell` components.
     * Intentional redundancy build into each set of unit classes.
     */

.unit-1-2,
.unit-2-4,
.unit-3-6 {
    width: 50%;
}
.unit-1-3,
.unit-2-6 {
    width: 33.33333%;
}
.unit-2-3,
.unit-4-6 {
    width: 66.66667%;
}
.unit-1-4 {
    width: 25%;
}
.unit-3-4 {
    width: 75%;
}
.unit-1-6 {
    width: 16.66667%;
}
.unit-5-6 {
    width: 83.33333%;
}
@media screen and (min-width: 576px) {
    /* Proportional units
       ========================================================================== */
    /*
     * Specify the proportional width of an object.
     * Primarily for, but not limited to, use with `.grid__cell` components.
     * Intentional redundancy build into each set of unit classes.
     */
    
    .unit-1-2--medium,
    .unit-2-4--medium {
        width: 50%;
    }
    .unit-1-3--medium {
        width: 33.33333%;
    }
    .unit-2-3--medium {
        width: 66.66667%;
    }
    .unit-1-4--medium {
        width: 25%;
    }
    .unit-3-4--medium {
        width: 75%;
    }
}
@media screen and (min-width: 900px) {
    /* Proportional units
       ========================================================================== */
    /*
     * Specify the proportional width of an object.
     * Primarily for, but not limited to, use with `.grid__cell` components.
     * Intentional redundancy build into each set of unit classes.
     */
    
    .unit-1-2--large,
    .unit-2-4--large {
        width: 50%;
    }
    .unit-1-3--large {
        width: 33.33333%;
    }
    .unit-2-3--large {
        width: 66.66667%;
    }
    .unit-1-4--large {
        width: 25%;
    }
    .unit-3-4--large {
        width: 75%;
    }
    /* Proportional units
       ========================================================================== */
    /*
     * Specify the proportional width of an object.
     * Primarily for, but not limited to, use with `.grid__cell` components.
     * Intentional redundancy build into each set of unit classes.
     */
    
    .unit-1-7--large-screen {
        width: 14.28571%;
    }
    .unit-2-7--large-screen {
        width: 28.57143%;
    }
    .unit-3-7--large-screen {
        width: 42.85714%;
    }
    .unit-4-7--large-screen {
        width: 57.14286%;
    }
    .unit-5-7--large-screen {
        width: 71.42857%;
    }
    .unit-6-7--large-screen {
        width: 85.71429%;
    }
    /*only for the demo*/
    
    .grid div[class *="full--large"] {
        width: 100%;
    }
}
/*--- Bloc englobant ---*/

.container {
    margin: auto;
    padding: 0 20px;
}
@media screen and (min-width: 576px) {
    .container {
        width: 556px;
    }
}
@media screen and (min-width: 900px) {
    .container {
        width: 880px;
    }
}
/*only for the demo*/

.demo .grid__cell>div {
    background-color: #AAAAAA;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
}
.demo .grid__cell .grid__cell>div {
    background-color: #CCCCCC;
}
/*---image---*/

.image-fluid img {
    max-width: 100%;
    height: auto;
}
.image-full img {
    width: 100%;
    height: auto;
}
.image-left {
    text-align: left;
}
.image-right {
    text-align: right;
}
.image-center {
    text-align: center;
}
.button,
header nav li {
    position: relative;
    z-index: 1;
}
.button:after,
header nav li:after {
    content: '';
    position: absolute;
    z-index: -1;
    width: 0;
    height: 5px;
    bottom: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.4);
    -webkit-transition: width 0.3s ease-out 0s, left 0.3s ease-out 0s;
    -moz-transition: width 0.3s ease-out 0s, left 0.3s ease-out 0s;
    transition: width 0.3s ease-out 0s, left 0.3s ease-out 0s;
}
.button:hover:after,
header nav li:hover:after {
    width: 100%;
    left: 0;
}
.button,
header nav li {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    padding: 11px 13px;
    background: #F15A24;
    color: #FFFFFF !important;
    cursor: pointer;
}
.button:hover,
header nav li:hover {
    color: #FFFFFF;
}
.button a,
header nav li a {
    color: inherit;
}
.button--full {
    display: block;
}
.button--big {
    padding: 16px 20px;
    font-size: 17px;
    font-size: 1.21429rem;
}
.button--nav-prev:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
}
.button--nav-next:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
}
.button--black {
    padding: 16px 20px;
    font-size: 17px;
    font-size: 1.21429rem;
    border: 2px solid #FFFFFF;
    background: #000000;
    background: rgba(0, 0, 0, 0.2);
}
.button--black:hover {
    background: #111111;
    background: rgba(0, 0, 0, 0.5);
}
.button--gray {
    color: #333333;
    font-weight: normal;
    background: #161616;
}
.button--gray:hover,
.button--gray.active {
    background: #444444;
    color: #333333;
}
.button--gray.active {
    font-weight: strong;
}
.button--blue {
    background: #0681d0;
}
.link-arrow {
    display: inline-block;
}
.link-arrow:after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #0681d0;
}
@font-face {
    font-family: "icons";
    src: url("../font/icons.eot");
    src: url("../font/icons.eot?#iefix") format("eot"), url("../font/icons.woff2") format("woff2"), url("../font/icons.woff") format("woff"), url("../font/icons.ttf") format("truetype"), url("../font/icons.svg#icons") format("svg");
}
.icon:before {
    font-family: "icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
    
    text-decoration: none;
    text-transform: none;
}
.icon-cart:before {
    content: "\E001";
}
.icon-casque:before {
    content: "\E002";
}
.icon-chevron-big-left:before {
    content: "\E003";
}
.icon-chevron-big-right:before {
    content: "\E004";
}
.icon-chevron-bottom:before {
    content: "\E005";
}
.icon-chevron-left:before {
    content: "\E006";
}
.icon-chevron-medium-bottom:before {
    content: "\E007";
}
.icon-chevron-medium-top:before {
    content: "\E008";
}
.icon-chevron-right:before {
    content: "\E009";
}
.icon-chevron-top:before {
    content: "\E00A";
}
.icon-close:before {
    content: "\E00B";
}
.icon-more-infos:before {
    content: "\E00C";
}
.icon-notice:before {
    content: "\E00D";
}
.icon-pen:before {
    content: "\E00E";
}
.icon-print:before {
    content: "\E00F";
}
.icon-reload:before {
    content: "\E010";
}
.icon-review:before {
    content: "\E011";
}
.icon-security:before {
    content: "\E012";
}
.icon-shop:before {
    content: "\E013";
}
.icon-smile:before {
    content: "\E014";
}
.icon-star-rating:before {
    content: "\E015";
}
.icon-status-no:before {
    content: "\E016";
}
.icon-status-yes:before {
    content: "\E017";
}
.icon-technical:before {
    content: "\E018";
}
.icon-truck:before {
    content: "\E019";
}
.icon-user:before {
    content: "\E01A";
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url("../font/fontawesome-webfont.eot?v=4.6.3");
    src: url("../font/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../font/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../font/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../font/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../font/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    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;
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul>li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left {
    margin-right: .3em;
}
.fa.fa-pull-right {
    margin-left: .3em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@ -webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate (359 deg);
        transform: rotate (359 deg);
    }
}
@ keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate (359 deg);
        transform: rotate (359 deg);
    }
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-sticky-note-o:before {
    content: "\f24a";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-hourglass-o:before {
    content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}
.fa-hand-scissors-o:before {
    content: "\f257";
}
.fa-hand-lizard-o:before {
    content: "\f258";
}
.fa-hand-spock-o:before {
    content: "\f259";
}
.fa-hand-pointer-o:before {
    content: "\f25a";
}
.fa-hand-peace-o:before {
    content: "\f25b";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-safari:before {
    content: "\f267";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-500px:before {
    content: "\f26e";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-calendar-plus-o:before {
    content: "\f271";
}
.fa-calendar-minus-o:before {
    content: "\f272";
}
.fa-calendar-times-o:before {
    content: "\f273";
}
.fa-calendar-check-o:before {
    content: "\f274";
}
.fa-industry:before {
    content: "\f275";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-map-o:before {
    content: "\f278";
}
.fa-map:before {
    content: "\f279";
}
.fa-commenting:before {
    content: "\f27a";
}
.fa-commenting-o:before {
    content: "\f27b";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-vimeo:before {
    content: "\f27d";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-edge:before {
    content: "\f282";
}
.fa-credit-card-alt:before {
    content: "\f283";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-modx:before {
    content: "\f285";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-usb:before {
    content: "\f287";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-pause-circle-o:before {
    content: "\f28c";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stop-circle-o:before {
    content: "\f28e";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-percent:before {
    content: "\f295";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-envira:before {
    content: "\f299";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-wheelchair-alt:before {
    content: "\f29b";
}
.fa-question-circle-o:before {
    content: "\f29c";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-volume-control-phone:before {
    content: "\f2a0";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4";
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
body {
    font-family: 'Avenir Next LT Pro Regular', sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 1.4;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
	.ce-left .ce-gallery, .ce-column{
		float: none;
	}
    body h1 {
        font-size: 23px;
    }
    body h3 {
        font-size: 18px;
    }
}
h1 {
    font-size: 1.5em;
    margin: 0 0 0.3em 0;
    /*font-family: 'sans-serif', arial;*/
    font-family: 'Avenir Next LT Pro bold', sans-serif;  
    color: #202020;
    text-transform: uppercase;
    font-weight: 600;
}
h2 {
    font-size: 1.73em;
    color: #0262aa;
    border: none;
    text-align: left;
    margin: 0px auto 5px auto;
    text-transform: uppercase;
    font-family: 'Avenir Next LT Pro Bold';
}
h3 {
    font-size: 1.6em;
    margin: 0 0 0.6em 0;
    font-family: 'Avenir Next LT Pro bold', sans-serif;
    color: #ec1c24;
    text-transform: uppercase;
}
h4 {
    font-size: 1.5em;
    text-transform: uppercase;
    margin: 0 0 0.6em 0;
    font-family: 'Avenir Next LT Pro bold', sans-serif;
    letter-spacing: -1px;
}
h5 {
    font-size: 1.1em;
    margin: 0 0 0.6em 0;
    font-family: 'Avenir Next LT Pro bold', sans-serif;
    text-transform: uppercase;
    color: #0262aa;
}
h6 {
    font-size: 1em;
    margin: 0 0 0.6em 0;
    color: #484848;
    font-family: 'Avenir Next LT Pro Bold';
}
/*paragraph*/

p {
    margin: 0 0 1.4em 0;
}
b,
strong {
    font-weight: bold;
}
i,
em {
    font-style: italic;
}
/*blockquote*/

blockquote {
    font-style: italic;
    font-size: 1.2em;
    color: #AFA9A0;
    margin: 0 0 1.4em 0;
}
blockquote:before {
    color: #AFA9A0;
    content: "\00ab\0020";
    font-size: 1.2em;
    line-height: 0.1em;
}
blockquote:after {
    color: #AFA9A0;
    content: "\0020\00bb";
    font-size: 1.2em;
    line-height: 0.1em;
}
blockquote>p:first-child {
    display: inline;
}
pre {
    background: #f2f2f2;
    border-left: 4px solid #a0a0a0;
    font-family: monospace;
    padding: 10px 12px;
    margin: 0 0 1.4em 0;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
/*link*/

a {
    text-decoration: none;
    color: #151515;
    display: inline-block;
}
a:hover,
a:focus {
    color: #ec1c24;
}
/*liste*/

ul {
    list-style: none;
}
ul,
ol {
    margin-left: 10px;
    margin-bottom: 1.4em;
    padding: 0;
}
ul li,
ol li {
    margin-bottom: 0.6em;
}
ul>li {
    padding-left: 10px;
}
/*ul>li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #333333;
}*/

ul>li ul {
    padding-left: 10px;
}
ul>li ul li {
    padding-left: 10px;
}
ol {
    counter-reset: item;
    list-style: none;
    margin-left: 10px;
    padding: 0;
}
ol li {
    counter-increment: item;
}
ol li:before {
    content: counters(item, ".") " ";
    padding-right: 10px;
    font-weight: bold;
    color: #000000;
}
ul.reset-list,
ul.reset-list>li {
    margin: 0;
    padding: 0;
}
ul.reset-list>li:before {
    display: none;
}
html,
body {
    height: 100%;
}
body {
    display: table;
    table-layout: fixed;
    width: 100%;
}
header {
    position: fixed;
    z-index: 9;
    top: 0;
    width: 100%;
    background-color: #BBBBBB;
}
header #head {
    overflow: hidden;
    position: relative;
}
header #head .wrapp {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
header #languette {
    overflow: hidden;
    background-color: #000;
    z-index: 10;
}
header #languette .languette_mess {
    color: #EEEEEE;
    text-align: center;
    text-transform: uppercase;
    padding: 1.2em;
}
header nav ul {
    margin-left: 0;
}
header nav li:before {
    display: none;
}
/*CONTENT*/

.page-content {
    overflow: hidden;
    margin-top: 50px;
    padding-bottom: 50px;
}
/*FOOTER*/

footer {
    background: #444444;
    color: #BBBBBB;
    font-size: 12px;
    font-size: 0.85714rem;
}
footer.footer-sticky {
    display: table-row;
    height: 1px;
    min-height: 1px;
}
footer>.footer-inner-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}
/*---Home layout---*/

.bandeau-intro {
    background-color: #CCCCCC;
    padding: 2% 0;
    margin-bottom: 4%;
    font-size: 18px;
    font-size: 1.28571rem;
    text-align: center;
}
.bandeau-intro h1 {
    margin: auto;
    margin-bottom: 10%;
}
.article .image {
    margin: 0 14%;
}
#sidebar {
    float: left;
    width: 200px;
}
#sidebar .inner-sidebar {
    background-color: #BBBBBB;
    overflow: hidden;
    padding: 10px;
}
.Listes_des_projets {
    margin-top: 1.5em;
}
.Listes_des_projets .text-center {
    font-size: 40px;
    font-weight: normal;
    color: #000;
    padding: 20px 0 0;
    font-family: 'Avenir Next LT Pro Regular', sans-serif;
    position: relative;
}
@media ( max-width: 767px) {
    .Listes_des_projets .text-center {
        font-size: 30px;
    }
}
.Listes_des_projets .text-center:after {
    content: '';
    background-color: #0681d0;
    height: 5px;
    width: 230px;
    margin: 0 auto;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.Listes_des_projets .fa {
    font-size: 27px;
    font-weight: thin;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    margin: 0 auto;
    display: block;
    background-color: #0681d0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.Listes_des_projets p {
    font-size: 17px;
    padding: 10px 0;
    color: #999;
    margin-bottom: 0;
    text-align: center;
}
.Listes_des_projets .line_dariel {
    text-align: left;
}
.Listes_des_projets p.line_dariel {
    color: #0681d0;
    font-size: 16px;
}
.line_dariel a:first-child {
    color: #4e4e4e;
}
.line_dariel a {
    font-size: 13px;
    color: #666;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-transform: none;
}
.line_dariel a:hover {
    text-decoration: none;
}
.Listes_des_projets form {
    margin-top: 2em;
}
.Listes_des_projets form button {
    float: right;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    background: #0a599b;
    border-bottom: 3px solid #084578;
}
.Listes_des_projets .reforme_default {
    margin-top: 2em;
    text-align: center;
}
.Listes_des_projets .reforme_default h2 {
    border: none;
    margin-bottom: 5px;
}
.Listes_des_projets .reforme_default h4 {
    color: #4e4e4e;
    text-align: left;
}
.Listes_des_projets .reforme_default .reforme_date {
    color: #121212;
    font-size: 17px;
    text-align: left;
    display: inline-block;
    width: 100%;
}
.Listes_des_projets .reforme_default p {
    text-align: left;
    line-height: 30px;
}
@media ( max-width: 991px) {
    .Listes_des_projets .reforme_default p {
        line-height: 23px;
        font-size: 15px;
    }
}
.Listes_des_projets .reforme_default table {
    margin-top: 0.7em;
    margin-bottom: 0.7em;
}
.Listes_des_projets .reforme_default table td {
    padding: 10px 45px 5px;
    color: #fff;
    font-size: 17px;
    border-right: 2px solid #1096c9;
}
.Listes_des_projets .reforme_default table td:last-child {
    border-right: none;
}
.Listes_des_projets .reforme_default table td span {
    font-weight: bold;
    color: #fff;
}
@media ( max-width: 767px) {
    .Listes_des_projets .reforme_default table td span {
        display: inline-block;
    }
}
@media ( max-width: 991px) {
    .Listes_des_projets .reforme_default table td {
        font-size: 15px;
        padding: 5px 10px 5px;
    }
}
.Listes_des_projets .reforme_default:after {
    content: '';
    height: 1px;
    width: 250px;
    display: inline-block;
    text-align: center;
    background-color: #999;
    margin-bottom: 1em;
    margin-top: 2em;
}
.Listes_des_projets .reforme_nb1 h2 {
    color: #18c0ff;
}
.Listes_des_projets .reforme_nb1 img {
    border: 3px solid #18c0ff;
}
.Listes_des_projets .reforme_nb1 table {
    background-color: #18c0ff;
}
.Listes_des_projets .reforme_nb2 h2 {
    color: #17a88e;
}
.Listes_des_projets .reforme_nb2 img {
    border: 3px solid #17a88e;
}
.Listes_des_projets .reforme_nb2 table {
    background-color: #17a88e;
}
.Listes_des_projets .reforme_nb2 table td {
    border-right-color: #0e957d;
}
.Listes_des_projets .reforme_nb3 h2 {
    color: #dd585c;
}
.Listes_des_projets .reforme_nb3 img {
    border: 3px solid #dd585c;
}
.Listes_des_projets .reforme_nb3 table {
    background-color: #dd585c;
}
.Listes_des_projets .reforme_nb3 table td {
    border-right-color: #c8474a;
}
.Listes_des_projets .reforme_nb4 h2 {
    color: #f2c26a;
}
.Listes_des_projets .reforme_nb4 img {
    border: 3px solid #f2c26a;
}
.Listes_des_projets .reforme_nb4 table {
    background-color: #f2c26a;
}
.Listes_des_projets .reforme_nb4 table td {
    border-right-color: #c39540;
}
.top-header {
    padding: 1em 0em;
    background: #0074bd;
    border-top: 5px solid #F7B400;
}
@media screen and (max-width: 576px) {
    .header-address {
        float: none;
        width: 100%;
        text-align: center;
    }
}
.header-address ul li {
    display: inline-block;
    margin-right: 0.5em;
}
.header-address ul li:before {
    display: none;
}
.header-address ul li a {
    font-size: 0.9em;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}
.top-social ul {
    padding: 0em;
    list-style: none;
    text-align: right;
}
.top-social ul li {
    display: inline-block;
    margin-right: 1em;
}
.top-social ul li a {
    vertical-align: -webkit-baseline-middle;
}
a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    font-family: sans-serif;
}
.banner-w3ls {
    position: relative;
}
.banner-w3ls .header {
    margin: 0 auto;
    padding: 0;
    height: 926px;
}
@media ( max-width: 1050px) {
    .banner-w3ls .header {
        height: 710px;
    }
}
@media ( max-width: 1024px) {
    .banner-w3ls .header {
        height: 676px;
    }
}
@media ( max-width: 1600px) {
    .banner-w3ls .header {
        height: 796px;
    }
}
@media ( max-width: 1080px) {
    .banner-w3ls .header {
        height: 750px;
    }
}
@media ( max-width: 768px) {
    .banner-w3ls .header {
        height: 600px;
    }
}
@media ( max-width: 736px) {
    .banner-w3ls .header {
        height: 350px;
    }
}
@media ( max-width: 320px) {
    .banner-w3ls .header {
        height: 265px;
    }
}
.banner-w3ls .header .bgfader,
.banner-w3ls .header .bgfader .image {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    display: none;
}
.banner-w3ls .header .bgfader .bgfader-overlay {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner-w3ls .header .bgfader .image {
    display: none;
    max-width: 100%;
    height: auto !important;
}
@media ( max-width: 736px) {
    section.banner-w3ls {
        padding-top: 14em;
    }
}
section.banner-w3ls h2.text-center {
    font-size: 65px;
    font-weight: 600;
    padding: 360px 0 40px;
    color: #fff;
    line-height: 90px;
    font-family: 'Avenir Next LT Pro Regular', sans-serif;
    margin: 0 auto;
    border: none;
    text-shadow: 0 3px 5px #000;
}
@media ( max-width: 1600px) {
    section.banner-w3ls h2.text-center {
        padding: 330px 0 40px;
    }
}
@media ( max-width: 1600px) {
    section.banner-w3ls h2.text-center {
        padding: 330px 0 40px;
    }
}
@media ( max-width: 1080px) {
    section.banner-w3ls h2.text-center {
        font-size: 60px;
        padding: 300px 0 30px;
    }
}
@media ( max-width: 1050px) {
    section.banner-w3ls h2.text-center {
        font-size: 55px;
        padding: 325px 0 30px;
    }
}
@media ( max-width: 1024px) {
    section.banner-w3ls h2.text-center {
        font-size: 50px;
        padding: 300px 0 20px;
    }
}
@media ( max-width: 900px) {
    section.banner-w3ls h2.text-center {
        font-size: 50px;
        padding: 300px 0 15px;
    }
}
@media ( max-width: 768px) {
    section.banner-w3ls h2.text-center {
        font-size: 45px;
        padding: 260px 0 15px;
    }
}
@media ( max-width: 736px) {
    section.banner-w3ls h2.text-center {
        font-size: 40px;
        padding: 114px 0 0px;
    }
}
@media ( max-width: 480px) {
    section.banner-w3ls h2.text-center {
        font-size: 35px;
        padding: 110px 0 0px;
    }
}
@media ( max-width: 384px) {
    section.banner-w3ls h2.text-center {
        font-size: 30px;
        padding: 110px 0 0px;
    }
}
@media ( max-width: 375px) {
    section.banner-w3ls h2.text-center {
        font-size: 30px;
        padding: 100px 0 0px;
    }
}
@media ( max-width: 320px) {
    section.banner-w3ls h2.text-center {
        font-size: 25px;
        padding: 72px 0 0px;
        line-height: 60px;
    }
}
section.banner-w3ls p.text-center {
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    line-height: 35px;
    text-shadow: 0 3px 5px #000;
}
@media ( max-width: 1080px) {
    section.banner-w3ls p.text-center {
        font-size: 16px;
    }
}
@media ( max-width: 736px) {
    section.banner-w3ls p.text-center {
        font-size: 14px;
        line-height: 30px;
    }
}
@media ( max-width: 320px) {
    section.banner-w3ls p.text-center {
        font-size: 13px;
        line-height: 27px;
    }
}
section.special-w3layouts {
    padding: 25px 0;
    background: #fff;
}
section.special-w3layouts p.text-center {
    font-size: 16px;
    font-weight: normal;
    color: #999;
    line-height: 30px;
    padding-bottom: 25px;
}
section.special-w3layouts h4.text-center {
    font-size: 22px;
    font-weight: normal;
    color: #000;
    padding: 10px 0 0;
    margin-bottom: 0;
    text-transform: capitalize;
    font-family: 'Avenir Next LT Pro Regular', sans-serif;
}
section.special-w3layouts p.special-p1 {
    font-size: 15px;
    font-weight: normal;
    color: #999;
    text-align: center;
    line-height: 30px;
}
section.special-w3layouts h3.text-center {
    font-size: 50px;
    font-weight: 600;
    color: #0576be;
    padding: 20px 0 0;
    font-family: "Roboto", sans-serif;
    position: relative;
    margin-bottom: 15px;
}
@media ( max-width: 767px) {
    section.special-w3layouts h3.text-center {
        font-size: 35px;
    }
}
section.special-w3layouts h3.text-center:after {
    content: '';
    background-color: #0576be;
    height: 2px;
    width: 230px;
    margin: 0 auto;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.navbar {
    min-height: 180px;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.27);
}
/*@media ( min-width : 992px) and ( max-width : 1199px) { 
	.navbar-collapse.collapse {
		display: inline-block !important;
		width: 67%;
	}
 }*/

@media ( min-width: 992px) {
    .navbar .navbar-right {
        padding-top: 3.4em;
    }
}
.navbar .navbar-right li.active {
    background-color: #dd585c;
    padding: 0;
}
.navbar .navbar-right li.active a {
    background: none;
    color: #fff;
}
.navbar .navbar-right li.active a:hover {
    background: none;
    color: #fff;
}
.navbar .navbar-right li a {
    color: #0262aa;
    font-size: 1.15em;
    font-weight: normal;
    font-family: 'Avenir Next LT Pro Regular', sans-serif;
    padding: 3px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

.navbar .navbar-right li a.active {
    color: #343434;
}
.navbar .navbar-right li a:hover {
    color: #343434;
}
.navbar .navbar-right li:before {
    display: none;
}
.navbar .navbar-brand h1 {
    margin: 0;
}
.navbar .navbar-brand p {
    font-size: 11px;
    margin-top: 5px;
    line-height: 15px;
    text-align: center;
}
.navbar .header-top {
    background: #f1f1f1;
    min-height: 50px;
}
.navbar .header-top .header-top_left {
    display: inline-block;
}
.navbar .header-top .header-top_left ul {
    padding-top: 0.8em;
    margin-bottom: 0;
    margin-left: 0;
}
.navbar .header-top .header-top_left ul li {
    display: inline-block;
    padding-left: 0;
    padding-right: 10px;
}
.navbar .header-top .header-top_left ul li a:before {
    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;
    color: #cdcdcd;
    margin-right: 0.3em;
    font-size: 1.2em;
}
.navbar .header-top .header-top_left ul li a {
    font-size: 12px;
    background: #fff;
    border-radius: 150px;
    padding: 0;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}
.navbar .header-top .header-top_left ul li a i {
    font-size: 1.2em;
}
.navbar .header-top .header-top_left ul li a i.fa-facebook {
    color: #4e69a2;
}
.navbar .header-top .header-top_left ul li a i.fa-twitter {
    color: #28aae1;
}
.navbar .header-top .header-top_left ul li a i.fa-linkedin {
    color: #007bb5;
}
.navbar .header-top .header-top_left ul li a i.fa-instagram {
    color: #fb7a1c;
}
.navbar .header-top .header-top_right {
    display: inline-block;
    float: right;
    padding-top: 0.8em;
}
@media ( max-width: 767px) {
    .navbar .header-top .text-size {
        display: none;
    }
}
.header-top .text-size {
    display: inline-block;
}
.navbar .header-top .header-top_right .text-size ul {
    margin-left: 5px;
    margin-right: 0;
    padding: 0;
}
.header-top .text-size ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.header-top .text-size ul li a {
    background-color: #409076;
    padding: 0.4em;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-right: 0.15em;
}
@media ( max-width: 360px) {
    .navbar .header-top .header-top_right {
        padding-bottom: 1em;
    }
}
.navbar .header-top .header-top_right ul {
    display: inline-block;
    margin-right: 0.5em;
    margin-bottom: 0;
}
@media ( max-width: 360px) {
    .navbar .header-top .header-top_right ul {
        display: none;
    }
}
.navbar .header-top .header-top_right ul li:before {
    display: none;
}
.navbar .header-top .header-top_right ul li a {
    font-size: 12px;
    color: #e6e6e6;
    font-family: "Trebuchet MS";
}
.navbar .header-top .header-top_right select {
    background: #fff;
    padding: 4px 10px 6px 5px;
    color: #474747;
    font-size: 13px;
    border: none;
}
.navbar .header-top .header-top_right select option {
    color: #fff;
    background: #666;
}
.navbar .header-top .header-top_right select option:hover {
    color: #fff;
    background: #666;
}
@media ( max-width: 991px) {
    .navbar .collapse.in {
        background: #fafafa;
    }
}
@media ( max-width: 767px) {
    .navbar .collapse.in {
        background: #fafafa;
        display: inline-block !important;
        width: 100%;
        padding-right: 0 !important;
    }
}
@media ( max-width: 1279px) {
    .navbar .navbar-nav {
        margin-right: 0px;
    }
    .navbar .navbar-nav li {
        float: none;
        margin-bottom: 20px;
    }
}
@media ( max-width: 1279px) {
    .navbar-toggle {
        display: block !important;
        position: absolute;
        right: 0;
        margin-top: 25px;
    }
}
@media ( min-width: 992px) {
    .navbar-toggle {
        display: none;
    }
}
.footer {
    padding: 0;
    background-color: #292929;
    position: relative;
    /*background-color: #0262aa;  */
}
.footer .bloc-news_letter {
    padding: 10px;
    background: #ec1c24;
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}
.footer .bloc-news_letter h2 {
    font-style: italic;
    color: #fff;
}
.footer .bloc-news_letter p {
    color: #efefef;
}
.footer .newsletter {
    padding-top: 20px;
}
.footer .newsletter input {
    border: none;
    padding: 5px 10px;
}
@media ( max-width: 320px) {
    .footer .newsletter input[type="email"] {
        width: 160px !important;
    }
}
.footer .newsletter input[type="email"] {
    width: 220px;
}
.footer .newsletter input[type="submit"] {
    background: #212121;
    color: #fff;
    font-size: 14px;
}
.footer_bootom {
    background-color: #024d86;
    text-align: inherit;
    margin-top: 15px;
}
@media ( min-width: 992px) {
    /*.footer {
		margin-top: 100px;
	}*/
}
.footer h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Avenir Next LT Pro Regular', sans-serif;
    padding-bottom: 10px;
    text-align: left;
    text-transform: none;
}
@media ( max-width: 767px) {
    .footer h3 {
        padding-bottom: 20px;
        font-size: 17px;
        text-align: left;
    }
    .footer .bloc-right_ar:first-child {
        margin-top: 0;
    }
    .footer .bloc-right_ar {
        margin-top: 20px;
        margin-bottom: 0;
		float: left;
    }
}
@media ( max-width: 991px) {
    .footer h3 {
        text-align: left;
        padding-bottom: 0;
    }
    .footer .bloc-right_ar {
        margin-top: 0;
        margin-bottom: 20px;
    }
}
.footer .info-links,
.footer .footer-links {
    list-style: none;
    text-align: justify;
    margin-left: 0;
    display: inline-block;
    margin-right: 25px;
}
@media ( max-width: 991px) {
    .footer .info-links,
    .footer .footer-links {
        margin-left: 0;
    }
}
.footer .info-links li,
.footer .footer-links li {
    padding-bottom: 0;
    text-align: left;
    list-style: none;
    color: #fff;
    padding-left: 0;
}
.footer .info-links li:before,
.footer .footer-links li:before {
    display: none;
}
.footer .info-links li a,
.footer .footer-links li a {
    font-size: 13px;
    font-weight: normal;
    color: #fff;
}
.footer .info-links li a i.fa,
.footer .footer-links li a i.fa {
    margin-right: 5px;
}
.footer .info-links li:hover a,
.footer .footer-links li:hover a {
    padding-left: 10px;
    transition: all 0.5s;
}
.footer .footer-links {
    margin-left: 0;
}
@media ( max-width: 991px) {
    .footer .footer-links {
        margin-left: 0;
    }
}
.footer .contact-info {
    text-align: justify;
    margin-left: 0;
    margin-top: -13px;
}
@media ( max-width: 991px) {
    .footer .contact-info {
        margin-left: 0;
        margin-bottom: 15px;
    }
}
.footer .contact-info .address,
.footer .contact-info .phone {
    margin-bottom: 5px;
}
.footer .contact-info i {
    color: #fff;
    font-size: 22px;
    margin: 25px 15px 10px 0px;
    display: inline-block;
}
.footer .contact-info .p3 {
    padding: 0;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    margin: -40px 0 0px;
    font-size: 14px;
    font-weight: 500;
}
.footer .contact-info .p4 {
    padding: 0;
    display: block;
    color: #fff;
    vertical-align: middle;
    font-weight: 500;
    font-size: 14px;
    margin: -19px 0 0 41px;
}
.footer .contact-info .p5 {
    padding: 0;
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    margin: -40px 0 0px;
    font-size: 14px;
    font-weight: 500;
}
.footer .contact-info .p5 a {
    text-decoration: none;
    color: #fff;
}
.footer .contact-info .p6 {
    padding: 0;
    display: block;
    color: #fff;
    vertical-align: middle;
    font-weight: 500;
    font-size: 14px;
    margin: -19px 0 0 41px;
}
.footer .contact-info .p6 a {
    text-decoration: none;
    color: #fff;
}
.footer .subscribe input {
    width: 95%;
    height: 40px;
    color: #000;
    font-size: 15px;
    font-weight: normal;
    padding: 0 10px;
    margin-bottom: 15px;
    outline: none;
}
.footer .subscribe .btn-outline {
    border: solid 2px #fff;
    font-size: 18px;
    padding: 5px 10px;
    color: #fff;
    background: 0 0;
    font-family: 'Avenir Next LT Pro Regular', sans-serif;
    transition: all .3s ease-in-out;
}
.footer .subscribe .btn-outline:hover {
    border: solid 2px #fff;
    color: #0074BD;
    background: #fff;
}
.footer .social-icons2 {
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.footer .social-icons2 li {
    display: inline-block;
    margin-right: 3px;
}
.footer .social-icons2 li:before {
    display: none;
}
.footer .social-icons2 li .fa {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    font-size: 1.2em;
    color: #fff;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background: #fff;
    color: #ec1c24;
}
/*.footer .social-icons2 li .fa-facebook {
	background-color: #3b5998;
}

.footer .social-icons2 li .fa-twitter {
	background-color: #55acee;
}

.footer .social-icons2 li .fa-linkedin {
	background-color: #e68523;
}

.footer .social-icons2 li .fa-google-plus {
	background-color: #dc4e41;
}*/

.footer .copyright {
    font-size: 12px;
    color: #fff;
    font-family: 'Avenir Next LT Pro Regular', Century Gothic;
    padding: 10px 0;
    margin: 0;
    text-align: left;
    display: inline-block;
}
.footer p.powered {
    text-align: right;
    display: inline-block;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    float: right;
    padding-top: 0.7em;
}
@media (max-width: 767px) {
    .footer p.powered {
        float: left;
        text-align: left;
    }
}
.footer p.powered span {
    color: #ec1c24;
}
.footer a {
    font-family: 'Avenir Next LT Pro Regular', Century Gothic;
}
.footer .bloc-right_ar span {
    color: #efefef;
    font-family: 'Avenir Next LT Pro bold', Century Gothic;
    font-size: 13px;
}
.footer .bloc-right_ar p {
    color: #ececec;
    font-size: 13px;
    margin-top: 10px;
}
.footer .bloc-right_ar .phone p,
.footer .bloc-right_ar .email-info p {
    display: inline-block;
    color: #dedede;
}
.footer .bloc-right_ar .phone i,
.footer .bloc-right_ar .email-info i {
    background: #063c65;
    color: #b5b5b5;
    font-size: 17px;
    padding: 5px;
    border-radius: 5px;
    width: 27px;
    height: 27px;
    text-align: center;
    margin-right: 5px;
}
.footer .footer_logo_mtcen {
    margin-top: 10px;
}
.footer .footer_logo_mtcen p {
    display: inline-block;
    width: 175px;
    font-size: 13px;
    margin: 0 5px;
    vertical-align: top;
    text-transform: lowercase;
    font-variant: small-caps;
}
.footer .footer_logo_mtcen img {
    width: 20%;
    display: inline-block;
}
.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 {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    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%;
    background-size: 40px;
    -webkit-background-size: 40px;
    -moz-background-size: 40px;
    -o-background-size: 40px;
    -ms-background-size: 40px;
    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;
}
.cd-top:hover {
    background-color: #0262b9;
    opacity: 1;
}
.cd-top.cd-top.cd-fade-out {
    opacity: .5;
}
.cd-top.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 50px;
        width: 50px;
        right: 30px;
        bottom: 30px;
    }
}
.special-w3layouts .reforme {
    text-align: center;
    margin: 0 auto;
    padding: 2.3em;
    border-radius: 120px;
    display: table;
}
.special-w3layouts .reforme:hover {
    /*-webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);*/
    
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.special-w3layouts .reforme i {
    font-size: 55px;
    color: #fff;
}
.special-w3layouts .reforme_globale {
    background: #0d95ec;
    background: -moz-linear-gradient(top, #0d95ec 0%, #0681d0 100%);
    background: -webkit-linear-gradient(top, #0d95ec 0%, #0681d0 100%);
    background: linear-gradient(to bottom, #0d95ec 0%, #0681d0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient ( startColorstr '#0d95ec', endColorstr '$blue', GradientType 0);
    border: 10px solid #086aaa;
}
.special-w3layouts .reforme_qualite {
    background: #e7a457;
    background: -moz-linear-gradient(top, #e7a457 0%, #be7c36 100%);
    background: -webkit-linear-gradient(top, #e7a457 0%, #be7c36 100%);
    background: linear-gradient(to bottom, #e7a457 0%, #be7c36 100%);
    filter: progid: DXImageTransform.Microsoft.gradient ( startColorstr '#e7a457', endColorstr '#be7c36', GradientType 0);
    border: 10px solid #ae702e;
}
.special-w3layouts .reforme_gouvernance {
    background: #c5413c;
    background: -moz-linear-gradient(top, #c5413c 0%, #ab413d 100%);
    background: -webkit-linear-gradient(top, #c5413c 0%, #ab413d 100%);
    background: linear-gradient(to bottom, #c5413c 0%, #ab413d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient ( startColorstr '#c5413c', endColorstr '#ab413d', GradientType 0);
    border: 10px solid #962e2a;
}
.special-w3layouts .reforme_appui {
    background: #409076;
    background: -moz-linear-gradient(top, #409076 0%, #32705d 100%);
    background: -webkit-linear-gradient(top, #409076 0%, #32705d 100%);
    background: linear-gradient(to bottom, #409076 0%, #32705d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient ( startColorstr '#409076', endColorstr '#32705d', GradientType 0);
    border: 10px solid #286452;
}
section.banner-w3ls2 {
    background: url(../img/banner2.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 650px;
    padding-bottom: 1em;
}
section.banner-w3ls2 h3.text-center {
    font-size: 65px;
    font-weight: normal;
    padding: 60px 0 0;
    margin: 0;
    color: #fff;
    line-height: 90px;
    text-shadow: 1px 3px 5px #000;
    font-family: 'Avenir Next LT Pro Regular', sans-serif;
}
section.banner-w3ls2 h3.text-center img {
    position: relative;
    top: 0.2em;
}
section.banner-w3ls2 .banner-w3ls2_h4 {
    color: #fff;
    font-size: 30px;
    text-shadow: 0px 2px 3px #000;
    margin-bottom: 40px;
}
section.banner-w3ls2 .bloc_date {
    background: #0681d0;
    min-height: 151px;
    font-size: 42px;
    padding: 35px 5px;
    text-align: center;
}
section.banner-w3ls2 .bloc_date a {
    color: #fff;
    line-height: 30px;
}
section.banner-w3ls2 .bloc_date a span {
    color: #e0e0e0;
    font-size: 22px;
}
section.banner-w3ls2 .bloc_date a:hover {
    text-decoration: none;
}
@media ( max-width: 767px) {
    section.banner-w3ls2 .bloc_date {
        font-size: 28px;
        padding: 35px 0px;
    }
    section.banner-w3ls2 .bloc_date span {
        font-size: 20px;
    }
}
section.banner-w3ls2 .bloc_date_desc {
    background-color: rgba(8, 8, 8, 0.75);
    min-height: 151px;
    padding-top: 10px;
}
@media ( max-width: 991px) {
    section.banner-w3ls2 .bloc_date_desc {
        margin-bottom: 10px;
    }
}
section.banner-w3ls2 .bloc_date_desc h4 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 5px;
}
@media ( max-width: 767px) {
    section.banner-w3ls2 .bloc_date_desc h4 {
        font-size: 16px;
    }
}
section.banner-w3ls2 .bloc_date_desc p {
    color: #fff;
    font-size: 16px;
}
section.banner-w3ls2 .bloc_date_desc:hover {
    -webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}
section.banner-w3ls2 .bloc_date_desc.bloc_date_desc_reforme_green:hover {
    background-color: #17a88e;
}
section.banner-w3ls2 .bloc_date_desc.bloc_date_desc_reforme_bleu:hover {
    background-color: #00aeef;
}
section.banner-w3ls2 .bloc_date_desc.bloc_date_desc_reforme_yellow:hover {
    background-color: #f9a65b;
}
section.banner-w3ls2 .bloc_date_desc.bloc_date_desc_reforme_red:hover {
    background-color: #dd585c;
}
@media ( max-width: 1080px) {
    section.banner-w3ls2 {
        min-height: 600px;
    }
}
@media ( max-width: 991px) {
    section.banner-w3ls2 {
        min-height: 500px;
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        -ms-background-size: contain;
    }
}
@media ( max-width: 900px) {
    section.banner-w3ls2 {
        min-height: 400px;
    }
}
@media ( max-width: 768px) {
    section.banner-w3ls2 {
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
    }
}
@media ( max-width: 736px) {
    section.banner-w3ls2 {
        min-height: 293px;
    }
}
@media ( max-width: 414px) {
    section.banner-w3ls2 {
        min-height: 245px;
    }
}
@media ( max-width: 320px) {
    section.banner-w3ls2 {
        background-attachment: inherit;
    }
}
@media ( max-width: 767px) {
    section.banner-w3ls2 h3.text-center {
        padding-top: 80px;
    }
    section.banner-w3ls2 .banner-w3ls2_h4 {
        font-size: 27px;
    }
}
@media ( max-width: 991px) {
    .special-w3layouts.special-w4layouts {
        padding: 10px 0;
    }
}
.special-w3layouts.special-w4layouts .special-w4layouts_texte {
    color: #0576be;
    padding: 20px 0 30px;
    margin-bottom: 0;
}
.special-w3layouts.special-w4layouts .special-partenaires .special-w4layouts_texte {
    color: #fff;
    font-size: 37px;
}
.special-w3layouts.special-w4layouts .special-w4layouts_texte:after {
    background-color: #0576be;
}
.special-w3layouts.special-w4layouts P {
    color: #000;
}
.special-w3layouts.special-w4layouts h4 {
    font-size: 18px;
    color: #000;
    margin-top: 0.6em;
}
.special-w3layouts.special-w4layouts h5 {
    color: #545454;
}
.special-w3layouts.special-w4layouts p {
    color: #ababab;
    font-size: 17px;
}
.special-w3layouts.special-w4layouts .voir_plus {
    background: #000;
    border-radius: 3px;
    padding: 6px 12px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}
.special-w3layouts.special-w4layouts .voir_plus:hover {
    box-shadow: inset 0 100px 0 0 #0681d0;
}
.banner-w3ls2 .voir_plus:hover {
    box-shadow: inset 0 100px 0 0 #0681d0;
}
.banner-w3ls2 .voir_plus {
    background: #c5413c;
    border-radius: 3px;
    padding: 6px 12px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    float: right;
    margin-top: 1em;
}
.special-w3layouts.special-w4layouts .bloc_evenements_right {
    margin-bottom: 25px;
    display: inline-block;
}
.special-w3layouts.special-w4layouts .bloc_evenements_right .btn_position_right {
    right: 0;
    background: #e7a457;
}
.special-w3layouts.special-w4layouts .bloc_evenements_right h3 {
    background: #e5e5e5;
    color: #000;
    padding: 9px 15px;
    font-size: 18px;
    margin-bottom: 20px;
}
@media ( max-width: 991px) {
    .special-w3layouts.special-w4layouts .bloc_evenements_right h3 {
        /*margin-top: 15px;*/
        
        font-size: 16px;
    }
}
@media ( max-width: 767px) {
    .special-w3layouts.special-w4layouts .bloc_evenements_right h3 {
        margin-top: 15px;
    }
}
.special-w3layouts.special-w4layouts .bloc_evenements_right p {
    font-size: 14px;
    color: #b0b0b0;
}
@media ( max-width: 991px) {
    .special-w3layouts.special-w4layouts .bloc_evenements_right p {
        font-size: 13px;
    }
}
div.special-partenaires {
    background: url(../img/partenaire.png);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 460px;
    padding-top: 50px;
    padding-bottom: 50px;
}
div.special-partenaires ul li:before {
    display: none;
}
div.special-partenaires ul li a {
    background-color: #fff;
    transition: transform 1s;
    padding: 1em;
    border-radius: 120px;
    width: 110px;
    display: table-cell;
    vertical-align: middle;
    border-bottom: 5px solid #0074bd;
    height: 110px;
}
div.special-partenaires ul li.list_partenaires {
    display: inline-block;
    margin-right: 1em;
}
div.special-partenaires ul {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
/*@media ( max-width : 320px) {
	div.special-partenaires ul li a {
		height: 110px;
	}
}

@media ( min-width : 412px) {
	div.special-partenaires ul li a {
		height: 160px;
	}
}

@media ( min-width : 768px) {
	div.special-partenaires ul li a {
		height: 190px;
	}
}

@media ( min-width : 991px) {
	div.special-partenaires ul li a {
		height: 165px;
	}
}*/

@media ( max-width: 991px) {
    div.special-partenaires ul li a {
        height: 90px;
        width: 90px;
    }
}
div.special-partenaires ul li a img {
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
}
/*div.special-partenaires ul li a:hover {
	transform: rotate(360deg);
}*/

div.special-partenaires ul li:after {
    content: '';
    background: url(../img/shadow_partenaires.png);
    background-repeat: no-repeat;
    width: 88px;
    height: 17px;
    display: block;
    text-align: center;
    margin: 10px auto;
}
.padding-fixed {
    padding-top: 130px;
    padding-bottom: 20px;
}
@media ( max-width: 991px) {
    .padding-fixed .banner_interne .banner_interne_bg {
        background-size: cover !important;
        min-height: 200px;
    }
    .padding-fixed .banner_interne .banner_interne_bg h2.text-center {
        font-size: 20px;
        margin-top: 50px;
    }
}
@media ( max-width: 767px) {
    .padding-fixed {
        padding-top: 80px;
    }
    .padding-fixed .banner_interne .banner_interne_bg {
        background-size: cover !important;
        min-height: 260px;
        background-position: top;
    }
    .padding-fixed .banner_interne .banner_interne_bg h2.text-center {
        font-size: 20px;
        margin-top: 110px;
    }
    .navbar .header-top .header-top_right .block_search {
        display: none;
    }
    .navbar .header-top .header-top_left ul li {
        padding-right: 0.3em;
        padding-left: 0.3em;
    }
    .navbar .header-top .header-top_left ul li:last-child {
        padding-left: 0.3em;
    }
}
.banner_interne .banner_interne_bg {
    /*background-image: url(../img/banner_interne.png);
	background-position: center;	
	background-size: cover;*/
    
    background-repeat: no-repeat;
    min-height: 400px;
    width: 100%;
    height: auto !important;
    /*background-attachment: fixed;*/
    
    overflow: hidden;
}
.banner_interne .banner_interne_bg h2.text-center {
    font-size: 35px;
    font-weight: normal;
    margin: 150px 0px 20px;
    padding: 15px;
    color: #fff;
    width: 100%;
    line-height: 30px;
    display: inline-block;
    font-family: 'Avenir Next LT Pro bold', sans-serif;
    background-color: rgba(2, 98, 170, 0.6);
    border-bottom: none;
    text-shadow: 0 3px 7px #000;
}
.banner_desc {
    position: absolute;
    top: 0;
    width: 100%;
}
.banner_interne_bg {
    position: relative;
}
@media ( max-width: 767px) {
    .banner_interne .banner_interne_bg h2.text-center {
        font-size: 25px;
        line-height: 30px;
    }
}
.banner_interne .banner_interne_bg .text-center {
    font-size: 17px;
    font-weight: normal;
    color: #fff;
    line-height: 35px;
    margin: 0 auto;
    padding: 0 0.8em;
}
@media ( max-width: 767px) {
    .banner_interne .banner_interne_bg .text-center {
        font-size: 14px;
        line-height: 25px;
    }
}
.banner_interne .banner_interne_bg_contact {
    background-image: url(../img/banner_contact.png);
}
.contact-us {
    padding: 50px 0;
}
.contact-us .fa {
    font-size: 27px;
    font-weight: thin;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    margin: 0 auto;
    display: block;
    background-color: #0681d0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.contact-us .text-center {
    font-size: 50px;
    font-weight: normal;
    color: #000;
    padding: 20px 0 0;
    font-family: 'Avenir Next LT Pro Regular', sans-serif;
    position: relative;
}
@media ( max-width: 767px) {
    .contact-us .text-center {
        font-size: 30px;
    }
}
.contact-us .text-center:after {
    content: '';
    background-color: #0681d0;
    height: 5px;
    width: 230px;
    margin: 0 auto;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.contact-us .contact-us_text {
    font-size: 17px;
    padding: 0 0 40px;
    color: #999;
    text-align: center;
}
.contact-us .googlemaps {
    height: 400px;
    width: 100%;
    margin-bottom: 2%;
}
.contact-us h4 {
    font-size: 20px;
    padding: 20px 0;
    font-weight: bold;
    color: #0681d0;
    font-family: 'Avenir Next LT Pro Regular', sans-serif;
}
.contact-us p {
    font-size: 17px;
    padding: 10px 0;
    color: #999;
    margin-bottom: 0;
    text-align: center;
    text-align: left;
}
.contact-form .text-center {
    font-size: 50px;
    font-weight: normal;
    color: #000;
    padding: 20px 0 0;
    font-family: 'Avenir Next LT Pro Regular', sans-serif;
    position: relative;
}
@media ( max-width: 767px) {
    .contact-form .text-center {
        font-size: 30px;
    }
}
.contact-form .text-center:after {
    content: '';
    background-color: #0681d0;
    height: 5px;
    width: 230px;
    margin: 0 auto;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.contact-form .fa {
    font-size: 27px;
    font-weight: thin;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    margin: 0 auto;
    display: block;
    background-color: #0681d0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.contact-form p {
    font-size: 17px;
    padding: 10px 0;
    color: #999;
    margin-bottom: 0;
    text-align: center;
}
.contact-form form {
    margin-top: 2em;
    margin-bottom: 2em;
}
.contact-form form .contact-p1 {
    font-size: 17px;
    font-weight: 300;
    color: #16214e;
    padding-bottom: 10px;
}
.contact-form form input {
    font-size: 17px;
    font-weight: normal;
    color: #000;
    background-color: transparent;
    border-radius: 0;
    border-color: grey;
    outline: none;
    height: 50px;
}
.contact-form form textarea.form-control {
    height: auto;
}
.contact-form form .btn-primary {
    color: #fff;
    background-color: #0681d0;
    border: 2px solid #0681d0;
    font-size: 17px;
    padding: 10px 20px;
    width: 100%;
}
.contact-form form .btn-primary:hover {
    background-color: #000;
    border: 2px solid #000;
}
@media ( min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media screen and (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.navbar-nav li {
    padding-left: 7px;
}
.navbar-nav li a i {
    margin-top: -10px;
    font-size: 35px;
}
.block_search {
    display: inline-block;
}
.block_search input {
    border: none;
    padding: 3px 5px;
    font-size: 13px;
    background: #fff;
    border-bottom: 2px solid #ececec;
    height: 28px;
}
.block_search button {
    margin-left: -4px;
    margin-right: 10px;
    border: none;
    padding: 2px 6px;
    background: #fff;
    border-bottom: 3px solid #ececec;
    display: inline-block;
    margin-top: 0;
    font-size: 14px;
    height: 28px;
}
.block_search button:hover {
    background: #fff;
}
.block_search button i {
    color: #2f99e9;
}
@media ( max-width: 767px) {
    .navbar-brand img {
        max-width: 95% !important;
    }
}
/***********submenu*************/

.submenu {
    display: none;
    visibility: hidden;
}
.navbar-nav li:hover ul {
    display: block;
    visibility: visible;
    position: absolute;
    background: #f8f8f8;
    width: 100%;
    margin: 0;
    padding: 0;
}
.submenu li {
    margin: 0;
}
.submenu li a {
    cursor: pointer;
    width: 100%;
    font-size: 13px;
}
@media ( min-width: 1280px) {
    .navbar-nav li:hover ul {
        box-shadow: 0px 5px 5px #7b7a7a;
    }
}
@media ( max-width: 1279px) {
    .navbar .navbar-nav {
        padding-top: 0.5em;
    }
    .navbar-nav li:hover ul.submenu {
        position: relative;
        padding-left: 0;
        background: none;
        padding-top: 10px;
        padding-bottom: 0;
    }
    .navbar-nav li:hover ul.submenu li a {
        font-size: 14px;
        padding: 6px 10px;
        font-weight: normal;
    }
    .navbar .navbar-right li a.active {
        background: none;
        color: #0d95ec;
    }
}
.navbar-header .navbar-brand {
    padding: 17px 0px 0 10px;
}
@media ( min-width: 992px) {
    .navbar-brand>img {
        max-width: 100%;
    }
}
/*************************end*submenu**************************/
/************************Langue AR*****************************/

.lang_1 h1,
.lang_1 h2,
.lang_1 h3,
.lang_1 h4,
.lang_1 h5,
.lang_1 h6,
.lang_1 a {
    font-family: 'Changa', sans-serif;
    font-weight: bold !important;
    text-transform: none;
}

.lang_1 .navbar .navbar-right li a {
  font-weight: normal !important;
  display: grid;
}

.lang_1 .navbar .navbar-right li a,
.lang_1 {
  font-family: 'Changa', sans-serif; 
  text-transform: none !important;
}

.lang_1 .bloc_list_interne h2 {
    text-align: right;
    text-transform: none;
}
.lang_1 .bloc_list_interne .bloc_video h2 {
    text-align: center;
    text-transform: none;
}
.lang_1 p { 
    font-weight: normal !important;
    font-size: 20px;
    text-transform: none;
}

.lang_1 .ce-bodytext ul li, .lang_1 .ce-bullets li {
  font-weight: normal; 
  font-size: 20px;
  text-transform: none; 
  display: -webkit-inline-box;
}

.lang_1 .lib_logo {
    font-family: 'Changa', sans-serif;
    padding-top: 0.8em;
}
.lang_1 .bloc_list_interne .powermail_fieldset .powermail_fieldwrap label {
    font-family: 'Changa', sans-serif  !important;
    font-weight: normal !important;
}
.lang_1 .navbar .header-top .header-top_right {
    float: left;
}
.lang_1 .navbar .header-top .header-top_left ul li:first-child {
    border-right: none;
    text-transform: none;
}
.lang_1 .navbar .header-top .header-top_left ul li a:before {
    margin-right: 0;
    margin-left: 5px;
    text-transform: none;
}

.lang_1 .tel.phone {
  direction: rtl;
  float: right;
}

.lang_1 .desc_vcard { 
  padding-right: 10px;
}

.lang_1 .line_dariel a, .lang_1 .line_dariel {
  font-size: 12px;
  display: -webkit-inline-box;
}

@media ( max-width: 767px) {
    .lang_1 .navbar .header-top .header-top_left ul li {
        border: none;
    }
}
.lang_1 .navbar .header-top .header-top_left ul li {
    padding-right: 0.5em;
}
.lang_1 .block_search {
    float: right;
    margin-left: 5px;
}
.lang_1 .navbar-header {
    float: right;
}
.lang_1 .navbar-collapse.collapse {
    float: left;
}
.lang_1 .navbar-nav li {
    float: right;
}
.lang_1 .navbar-nav li .submenu li {
    float: none;
}
.lang_1 section.banner-w3ls2 .bloc_date {
    float: right;
}
.lang_1 .banner-w3ls2 .voir_plus {
    float: left;
}
.lang_1 .special-w3layouts.special-w4layouts .bloc_evenements_right .btn_position_right {
    left: 10px;
    right: inherit;
    margin-right: 15px;
}
.lang_1 .bloc_right_ar {
    float: right;
}
.lang_1 .cd-top {
    left: 30px;
    right: inherit;
}
.lang_1 .special-w3layouts.special-w4layouts .voir_plus {
    float: right;
}
.lang_1 .bloc-right_ar {
    float: right;
}
.lang_1 .footer h3,
.lang_1 .footer .info-links li,
.lang_1 .footer .footer-links li {
    text-align: right;
}
.lang_1 .Listes_des_projets .line_dariel {
    text-align: right;
}
.lang_1 .footer .bloc-right_ar .phone i,
.lang_1 .footer .bloc-right_ar .email-info i {
    margin-right: 0;
}
.lang_1 .footer .contact-info i {
    margin: 25px -33px 10px 10px;
}
.lang_1 .Listes_des_projets p {
    text-align: right;
}
.lang_1 .block_search button {
    margin-left: 10px;
    margin-right: -4px;
    padding: 3px 6px;
}
.lang_1 .interne_page .listing_date {
    text-align: right;
}
.lang_1 .bloc_list .listing-img {
    float: right;
}
.lang_1 .interne_page .news__image {
    float: right;
}
.lang_1.Contact_page .bloc-right_ar p {
    text-align: right;
}
.lang_1 .navbar-default .navbar-brand {
    float: right;
}
.lang_1 .bloc-autorisation_lang_1 {
    float: right;
}
.lang_1 .bloc_actualites_lang_1 {
    float: right;
}
.lang_1 .bloc_content_home_lang_1 {
    float: right;
}
.lang_1 .bloc_alaune-lang_1 {
    float: right;
}
.lang_1 .bloc_list_interne .display-desktop {
    float: right;
}
.lang_1 .menu-interne_catego li:after {
    left: 12px;
    right: inherit;
    content: "\f0d9";
}
.lang_1 .lib_logo { 
    margin-right: 20px;
    font-size: 22px;
    text-align: right;
}
.lang_1 p.line_dariel {
    padding-right: 20px;
}
.lang_1 .footer .footer_logo_mtcen p {
    font-size: 13px;
    text-align: initial;
}

.lang_1 .bloc-news_letter input {
  font-size: 12px !important;
} 

.lang_1 .ce-uploads img {
    float: right;
    margin-left: 10px;
}
.lang_1 .bloc_list_interne .accordion h2:after {
    right: inherit;
    left: 5px;
}
.lang_1 .bloc-news_letter .title_newsletter {
    float: right;
}
.lang_1 .bloc-news_letter .title_newsletter h2 {
    text-align: right;
}
@media ( max-width: 1279px) {
    .lang_1 .navbar-toggle {
        left: 10px;
        right: inherit;
    }
    .lang_1 .collapse.in {
        right: 15px;
    }
    .lang_1 .collapse.in {
        left: inherit;
    }
    .lang_1 .collapse.in ul.navbar-right {
        float: none !important;
    }
    .lang_1 .navbar-nav li {
        float: none;
    }
    .navbar .header-top .header-top_left ul li a {
        font-size: 12px;
    }
    .navbar .header-top .header-top_left ul li::before {
        font-size: 11px;
    }
}

.lang_1 .bloc_list_interne .tx-irfaq-faqcontroller .panel-collapse ul {
  padding: 0 2em 0em;
}

.lang_1 .bloc_list_interne .tx-irfaq-faqcontroller .panel-collapse ul li {
  font-size: 15px;
  color: #0262aa;
  list-style-type: disc;
  margin-bottom: 0.2em;
  padding-right: 0;
  margin-right: 0;
}

.lang_1 .bloc_list_interne .tx-irfaq-faqcontroller .panel-collapse ul li p {
  color: #6d6c6c;
  text-align: right;
  font-size: 16px;
  padding: 2px 2px;
  font-family: 'Changa', sans-serif;
  text-transform: none;
}

.lang_1 .select_date select {
  width: 65px;
}

.lang_1 .bloc_list_interne .search_juridique .width_input {
  width: 305px;
}

.lang_1 .row_tri {
  float: right;
}

.lang_1 .submit_form {
  float: left;
}

.lang_1 .bloc_list_interne p,
.lang_1 .bloc_list_interne p.nbr_enregistrement ,
.lang_1 p.title_admin{
    font-size: 18px;
    display: flex;
}


.lang_1 .row_list a,
.lang_1 label,
.lang_1 input,
.lang_1 form,
.lang_1 submit { 
  font-size: 17px;
  text-transform: none;
  display: initial;
}

.lang_1 .footer .info-links li a,
.lang_1 .footer .footer-links li a,
.lang_1 .bloc_alaune p,
.lang_1 .bloc_actualites p {
  display: grid;
}

.lang_1 .tx-powermail label {
  display: block;
}

.lang_1 .bloc_actualites .bloc_actualites_droite img {
  float: right;
  margin-left: 10px;
  margin-right: 5px;
}

.lang_1 .header-top .block_search input {
  font-size: 12px;
}

.lang_1 label {
  font-size: 15px;
}

.lang_1 .accordion ul li, .lang_1 .accordion ol li {
  text-align: initial;
}

.lang_1 .pagination {
  display: flex;
  -ms-display:flex;
  -moz-display:flex;
  -webkit-display:flex;
}

.lang_1 .bloc_list_interne p span,
.lang_1 .row_list p span {
  font-family: 'Changa', sans-serif;
  font-size: 16px;
  text-transform: none;
}

.lang_1 .row_list p span { 
  display: inline-block;
  text-transform: none;
}

.lang_1 p::first-letter,
.lang_1 p.bodytext::first-letter,
.lang_1 .ce-bodytext ul li::first-letter,
.lang_1 a::first-letter {
  text-transform: none !important; 
}

/*.lang_1 a {
  display: inline-table !important;
}*/

.lang_1 .tx-simplifiedsocialsharevertical-pi1 a {
  display: block !important;
} 

.lang_1 .title_banner a {
    font-size: 20px;
    display: initial;
}



/************************END Langue AR************************/

@media ( max-width: 1279px) {
    .collapse {
        position: fixed;
        z-index: 9;
        top: 50px;
        bottom: 0;
        left: -350px;
        height: 100% !important;
        width: 310px;
        overflow-y: auto;
        min-height: 100%;
        background-color: #000;
        background-color: rgba(0, 0, 0, 0.9) !important;
        padding: 110px 20px !important;
        border: none !important;
        animation-name: collapse;
        -webkit-animation-name: collapse;
        animation-duration: 0.7s;
        -webkit-animation-duration: 0.7s;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
    }
    @ keyframes collapse {
        0% {
            transform: translateX(-150%);
        }
        50% {
            transform: translateX (8%);
        }
        65% {
            transform: translateX (-4%);
        }
        80% {
            transform: translateX (4%);
        }
        95% {
            transform: translateX (-2%);
        }
        100% {
            transform: translateX (0%);
        }
    }
    @ -webkit-keyframes collapse {
        0% {
            -webkit-transform: translateX(-150%);
        }
        50% {
            -webkit-transform: translateX (8%);
        }
        65% {
            -webkit-transform: translateX (-4%);
        }
        80% {
            -webkit-transform: translateX (4%);
        }
        95% {
            -webkit-transform: translateX (-2%);
        }
        100% {
            -webkit-transform: translateX (0%);
        }
    }
    .collapse.in {
        left: 0;
    }
    .collapse.in ul.navbar-right {
        float: left !important;
    }
    .navbar .navbar-right li a {
        font-size: 16px;
        font-weight: bold;
    }
    .navbar .navbar-right li a:hover,
    .navbar .navbar-right li a:focus {
        color: #fff;
        text-shadow: 0 0 0;
    }
    .collapsing {
        display: none !important;
    }
}
@media ( max-width: 767px) {
    .collapse.in {
        left: 15px;
    }
    .collapse {
        width: 300px !important;
        border: none;
    }
}
@media ( max-width: 320px) {
    .collapse {
        width: 260px !important;
    }
}
/*******************************Interne*********************/

p.bodytext {
    height: auto;
    color: #696969;
    font-size: 16px;
    position: relative;
}
p.bodytext::first-letter {
  text-transform: capitalize;
}

.lang_1 p.bodytext::first-letter {
  text-transform: none !important;
}

.active_menu_header .navbar .header-top .header-top_left ul li a.active,
.active_menu_header .navbar .header-top .header-top_left ul li a.active:before {
    color: #ffd17e;
}
p.line_dariel {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 12px;
    font-size: 14px;
    margin-bottom: 0;
    color: #0262aa;
    font-weight: normal;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
}
section.rootline {
    margin-bottom: 15px;
    margin-top: 10px;
}
.sep {
    padding-left: 5px;
    padding-right: 5px;
    color: #0d95ec;
}
/********************Contact_page*********************/

.Contact_page h3.text-center {
    font-size: 50px;
    font-weight: normal;
    color: #000;
    padding: 20px 0 0;
    font-family: 'Avenir Next LT Pro Regular', sans-serif;
    position: relative;
}
@media (max-width: 767px) {
    .Contact_page h3.text-center {
        font-size: 30px;
    }
}
.Contact_page h3.text-center:after {
    content: '';
    background-color: #0681d0;
    height: 5px;
    width: 230px;
    margin: 0 auto;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.Contact_page .googlemaps {
    height: 400px;
    width: 100%;
    margin-bottom: 2%;
}
.Contact_page h4 {
    font-size: 20px;
    padding: 20px 0;
    font-weight: bold;
    color: #0681d0;
    font-family: 'Avenir Next LT Pro Regular', sans-serif;
}
.Contact_page p {
    font-size: 17px;
    padding: 10px 0;
    color: #999;
    margin-bottom: 0;
    text-align: left;
}
.Contact_page form.powermail_form {
    margin-top: 2em;
    margin-bottom: 2em;
    display: inline-block;
}
.Contact_page form.powermail_form .controls label {
    font-size: 17px;
    font-weight: 300;
    color: #16214e;
    padding-bottom: 10PX;
    margin-bottom: 0;
    font-family: 'Avenir Next LT Pro Regular', sans-serif;
}
.Contact_page form.powermail_form .controls label span {
    color: #f00;
}
.Contact_page form.powermail_form .form-group .controls input {
    font-size: 17px;
    font-weight: normal;
    color: #000;
    background-color: transparent;
    border-radius: 0;
    border-color: grey;
    outline: none;
    height: 50px;
}
.form-group .controls input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-group .controls input:focus {
    border-color: #66afe9 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.Contact_page form.powermail_form .btn {
    color: #fff;
    background-color: #0681d0;
    border: 2px solid #0681d0;
    font-size: 17px;
    padding: 10px 20px;
    width: 100%;
}
.Contact_page form.powermail_form .btn:hover {
    background-color: #000;
    border: 2px solid #000;
}
/********************interne_page******************/

.interne_page h3.text-center {
    margin-top: 20px;
}
.interne_page .news-single-img {
    float: left;
    margin: 10px 0 0 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -webkit-box;
}
.interne_page .news__image {
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

.interne_page .news__image .img-responsive {
    text-align: center;
    margin: 0 auto;
    width: 50%;
    margin-bottom: 10px;
    padding: 5px;
    display: inline-block;
}

.interne_page .news__content {
    margin-top: 2em;
}
.interne_page .news__content p {
    font-size: 15px;
    padding: 2px 0;
    color: #545454;
    margin-bottom: 0;
    text-align: left;
    line-height: 23px;
}
.lang_1 .interne_page .news__content p {
    text-align: right;
    font-size: 17px;
}
.interne_page .news-single-img img {
    border: none;
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.interne_page .csc-sitemap li {
    margin-bottom: 0;
}
.interne_page .csc-sitemap li a {
    display: inline-block;
    padding: 6px 0px;
    font-size: 17px;
    color: #204d74
}
.interne_page .csc-sitemap li a:hover {
    text-decoration: none;
}
.interne_page .csc-sitemap li ul li a {
    font-size: 14px;
    color: #4e4e4e;
}
.interne_page .csc-sitemap li a:before {
    margin-right: 5px;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    content: '\f0da';
}
.interne_page .content_heading h5 {
    color: #545454;
    border-bottom: none;
    margin-bottom: 0;
    text-transform: none;
    font-weight: normal;
    font-family: 'Avenir Next LT Pro', sans-serif;
}

.lang_1 .interne_page .content_heading h5 {
  font-size: 18px;
}
.interne_page .reforme_date { 
    border-radius: 3px; 
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}
.interne_page .reforme_date a {
    text-transform: none;
    font-weight: normal;
    margin-bottom: 0;
    font-family: 'Avenir Next LT Pro', Century Gothic
}
/*.interne_page .reforme_date:hover {
    background: #0262aa;
}*/
.interne_page .reforme_date:hover a {
    text-decoration: none;
}
.interne_page .reforme_date a {
    color: #fff;
}
.interne_page .listing-img img {
    max-width: 100%;
    height: auto;
}
.interne_page .bloc_list {
    background: #efefef;
    padding: 1.5em;
    margin-bottom: 2em;
}
.interne_page .bloc_list:hover {
    background: #fafafa;
    cursor: pointer;
}
.interne_page .listing_date {
    color: #121212;
    font-size: 17px;
    text-align: left;
    display: inline-block;
    width: 100%;
}
.interne_page .content-list h2 {
    color: #0681d0;
    border-color: #0681d0;
    display: inline-block;
    width: 100%;
    border-width: 1px;
    margin-top: 5px;
}
.interne_page .content-list .reforme_date a {
    color: #fff;
}
.interne_page .content-list .reforme_date:hover {
    background-color: #0681d0;
}
.interne_page .content-list p {
    color: #525252;
    font-size: 16px;
}
#pagination ul.inline-list {
    float: right;
}
#pagination ul.inline-list li {
    display: inline-block;
    background: #000;
    border-radius: 5px;
    padding: 3px 10px;
    margin-right: 3px;
}
#pagination ul.inline-list li:hover {
    background: #0681d0;
}
#pagination ul.inline-list li a {
    color: #fff;
}
#pagination ul.inline-list li.disable {
    background: #999;
}
#pagination ul.inline-list li.disable:hover {
    background: #999;
}
#pagination ul.inline-list li.active {
    background: #0681d0;
}
/*************************listing_extend**************************/

.lang_1 .listing_ar {
    float: right;
}
.lang_1 .input_ar,
.lang_1 .submit_ar {
    float: right;
}
.listing_extend {
    display: inline-block;
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #ececec;
}
.listing_extend h4 {
    color: #0d95ec;
}
.listing_extend p {
    color: #525252;
    font-size: 14px;
    height: 55px;
    padding-right: 1em;
    overflow-x: auto;
}
.voir_plus {
    background: #000;
    border-radius: 3px;
    padding: 5px 12px;
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    display: inline-block;
    margin-bottom: 10px;
}
.voir_plus:hover {
    background-color: #0681d0;
}
@media (max-width: 767px) {
    .listing_extend img {
        margin-bottom: 15px;
        vertical-align: middle;
        width: 100%;
    }
    .search_listing .submit_ar button {
        font-size: 12px;
        float: left;
    }
    .input_ar,
    .submit_ar {
        padding-left: 0;
    }
    .lang_1 .input_ar {
        padding-left: 15px;
        padding-right: 0;
    }
}
.search_listing {
    background: #f5eade;
    display: inline-block;
    width: 100%;
    padding: 20px 5px 5px;
    margin-bottom: 20px;
    margin-top: 10px;
    border: 1px solid #fdd7ab;
}
.search_listing button {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    background: #0a599b;
    border-bottom: 3px solid #084578;
    float: right;
}
.search_listing .radio {
    margin-top: 10px !important;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 15px;
}
.search_listing .radio input[type="radio"]:checked + label:before {
    background: #0a599b !important;
}
.search_listing .radio input[type="radio"] + label:before {
    display: inline-block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
    vertical-align: middle;
    background: #efefef;
    border-radius: 50px;
    border: 2px solid #0d95ec;
}
.search_listing .radio input[type="radio"],
.search_listing .radio input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 23px;
    z-index: 1;
}
.search_listing .radio input[type="radio"],
.search_listing .radio input[type="radio"] + label {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 13px;
}
.parsley-errors-list {
    margin-left: 0;
    margin-bottom: 0;
}
.parsley-errors-list .parsley-required,
.parsley-errors-list .parsley-custom-error-message {
    color: #f00;
    padding-left: 0;
    font-size: 13px;
    padding-top: 5px;
    margin-bottom: 0;
}
/************/
/* POWERMAIL*/
/************/
/*
.tx-powermail .powermail_progressbar {
    width: 100%;
    height: 5px;
    float: right;
    border: 1px solid #EEEEEE;
    clear: both
}
.tx-powermail .powermail_progressbar.disable {
    display: none
}
.tx-powermail .powermail_progressbar>.powermail_progress {
    background: #1E5799;
    width: 0%;
    max-width: 100%;
    -webkit-animation: progress 5s 1 forwards;
    -moz-animation: progress 5s 1 forwards;
    -ms-animation: progress 5s 1 forwards;
    animation: progress 5s 1 forwards
}
.tx-powermail .powermail_progressbar>.powermail_progress>.powermail_progess_inner {
    height: 5px;
    width: 100%;
    overflow: hidden;
    background: url("/MFPE-INT/typo3conf/ext/powermail/Resources/Public/Image/icon_loading.gif") repeat-x;
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=25);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=25);
    filter: alpha(opacity=25)
}
.tx-powermail .powermail_confirmation .powermail_progressbar {
    width: 100%
}

@-webkit-keyframes progress {
    to {
        width: 100%
    }
}
@-moz-keyframes progress {
    to {
        width: 100%
    }
}
@-ms-keyframes progress {
    to {
        width: 100%
    }
}
@keyframes progress {
    to {
        width: 100%
    }
}*/

.tx-powermail .powermail_create .bodytext {
    color: #efefef;
    font-weight: bold;
    font-size: 16px;
}
/****************detail_projets******************/

.interne_page .bs-example .nav .active a {
    color: #fff;
    background-color: #0074BD;
}
.interne_page .bs-example .nav li a {
    color: #555;
    background: #efefef;
    font-weight: bold;
    text-transform: uppercase;
}
.interne_page .bs-example .nav-tabs {
    border-bottom: 1px solid #0074bd;
    padding-bottom: 1px;
    margin: 0;
}
.interne_page .bs-example .nav-tabs > li {
    margin-left: 0;
    padding-left: 0;
    padding-right: 10px;
}
.interne_page .bs-example .tab-content {
    padding-top: 2em;
}
.interne_page .bs-example .tab-content h5 {
    color: #fff;
    padding: 5px 10px;
    font-weight: bold;
    margin-bottom: 0;
}
.interne_page .bs-example .tab-content p {
    background: #efefef;
    color: #3a3a3a;
    padding: 5px 10px;
    font-size: 16px;
    margin-bottom: 2px;
}
.interne_page .bs-example .tab-content p span {
    font-weight: bold;
}
.interne_page .bs-example .tab-content .title_extrants {
    background-color: #949494;
    color: #fff;
}
.interne_page .bs-example .tab-content .title_extrants_first {
    background-color: #353535;
    color: #fff;
}
.interne_page .bs-example .tab-content h6 {
    font-weight: bold;
    margin-top: 20px;
}
.interne_page .bs-example .tab-content ul li p:first-letter {
    text-transform: capitalize !important;
}
.blox_specifications {
    margin-top: 35px;
    border: 1px solid #dcdbdb;
}
.interne_page .bs-example .thumbnail img {
    text-align: center;
    margin: 0 auto;
}
.interne_page .bs-example ul.social-icons1 li {
    display: inline-block!important;
    margin: 1px!important;
    padding: 10px 0;
}
.interne_page .bs-example ul.social-icons1 li a {
    text-decoration: none;
}
.interne_page .bs-example ul.social-icons1 li a i.fa.fa-facebook {
    color: #fff;
    background-color: #3b5998;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.interne_page .bs-example ul.social-icons1 li a i.fa.fa-facebook:hover {
    background-color: #17233E;
}
.interne_page .bs-example ul.social-icons1 li a i.fa.fa-twitter {
    color: #fff;
    background-color: #55acee;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.interne_page .bs-example ul.social-icons1 li a i.fa.fa-twitter:hover {
    background-color: #1F435F;
}
.interne_page .bs-example ul.social-icons1 li a i.fa.fa-linkedin {
    color: #fff;
    background-color: #e68523;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    text-align: center;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.interne_page .bs-example ul.social-icons1 li a i.fa.fa-linkedin:hover {
    background-color: #794612;
}
.interne_page .bs-example .caption p {
    font-weight: bold;
}
.bs-example.bs-example-tabs {
    margin-top: 25px;
}
/*******************reforme_globale****************/

.reforme_globale.interne_page .bs-example .tab-content h5 {
    background: #00aeef;
}
.reforme_globale.interne_page .bs-example .tab-content p span {
    color: #00aeef;
}
.reforme_globale.interne_page .bs-example .tab-content h6 {
    color: #00aeef;
}
.reforme_globale.interne_page .bs-example .caption h4 {
    color: #00aeef;
}
.reforme_globale h3.text-center i {
    background: #0d95ec;
    background: -moz-linear-gradient(top, #0d95ec 0%, #0681d0 100%);
    background: -webkit-linear-gradient(top, #0d95ec 0%, #0681d0 100%);
    background: linear-gradient(to bottom, #0d95ec 0%, #0681d0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient ( startColorstr '#0d95ec', endColorstr '$blue', GradientType 0);
    border: 3px solid #086aaa;
    text-align: center;
    margin: 0 auto;
    padding: 0.4em;
    border-radius: 120px;
    color: #fff;
}
/****************************/
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 3rem;
    color: #5a5a5a;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 10;
    bottom: 3rem;
}
/* Declare heights because of positioning of img element */

.carousel-item {
    height: 32rem;
    background-color: #777;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}
.marketing h2 {
    font-weight: normal;
}
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}
/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .featurette-heading {
        font-size: 50px;
    }
}
@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}
.carousel-control {
    top: 45%;
    box-shadow: 0 0 0;
    background: none !important;
    color: #f00;
    font-size: 40px;
    opacity: 0.8;
}
.carousel-indicators li:before {
    display: none;
}
.carousel-indicators .active {
    background-color: #f00;
}
.carousel-indicators li {
    border-color: #f00;
}
@media screen and (min-width: 768px) {
    .carousel-indicators {
        bottom: 65px;
    }
}
.carousel_home {
    display: inline-block;
    width: 100%;
    padding-top: 8em;
    position: relative;
}

.carousel_home .container {
    position: relative;
    width: 100%;
    
}

.carousel_home .title_banner {
  position: absolute;
  text-align: center;
  background-color: rgba(31, 31, 31, 0.15);
  text-transform: uppercase;
  color: #fff;
  padding: 25px;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 1000000;
  cursor: pointer;
}

.carousel_home .title_banner a  { 
  text-transform: none;
  color: #fff;   
  margin: 0;
} 

/**************menu_banner**************/

.list_menu_banner {
    position: relative;
}
.menu_banner .list_menu_banner ul {
    text-align: center;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    top: -70px;
    z-index: 1000;
}
.menu_banner .list_menu_banner ul li {
    display: inline-block;
    background-color: rgba(31, 31, 31, 0.75);
    padding: 10px 20px;
    margin-right: 50px;
}
.menu_banner .list_menu_banner ul li:hover {
    background-color: rgba(2, 98, 170, 0.75);
}
.menu_banner .list_menu_banner ul li a {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    font-family: 'Avenir Next LT Pro Regular';
    margin-bottom: 0;
}
@media (max-width: 1249px) {
    .menu_banner .list_menu_banner ul li a {
        font-size: 15px;
    }
    .carousel_home .title_banner {
        padding: 10px;
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .menu_banner .list_menu_banner ul {
        display: none;
    }
    .carousel_home .title_banner {
        font-size: 14px;
        padding: 10px 5px;
        text-transform: capitalize;
        z-index: 10000;
    }
    .carousel-inner img {
        background-size: contain;
        height: auto;
        display: block;
    }
    .carousel-control {
        font-size: 18px;
    }
    .carousel-indicators {
        bottom: -10px;
    }
    .bloc-autorisations_enligne p {
        margin-bottom: 30px;
    }
}
button {
    text-align: center;
    margin: 0 auto;
    display: table;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Avenir Next LT Pro Bold', Century Gothic;
    padding: 7px 20px;
    background: #ec1c24;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #ec1c24 0%, #c60000 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #ec1c24 0%, #c60000 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #ec1c24 0%, #c60000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ec1c24', endColorstr='#c60000', GradientType=0);
    /* IE6-9 */
    
    border: none;
    color: #fff;
}
button:hover {
    background: #ec1c24;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #c60000 0%, #ec1c24 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #c60000 0%, #ec1c24 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #c60000 0%, #ec1c24 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c60000', endColorstr='#ec1c24', GradientType=0);
    /* IE6-9 */
}
p {
    color: #101010;
    font-size: 15px;
    font-family: 'Avenir Next LT Pro Regular';
    margin-bottom: 5px;
    text-align: justify;
}
p::first-letter {
    text-transform: capitalize;
}

.lang_1 p::first-letter {
  text-transform: none !important; 
}

.lang_1 a::first-letter,  .lang_1 a , .lang_1 p {
  text-transform: none !important; 
}

.lang_1 .menu-interne_catego a ,
.lang_1 .bloc_list_interne a {
  display: grid;
}

.lang_1 .tx-ttaddress-pi1 .vcard a {
  display: -webkit-inline-box;
}

.lang_1 .tx-texte-juridiques label {
  display: -webkit-inline-box;
}

a {
    color: #0262aa;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Avenir Next LT Pro Bold', Century Gothic;
    margin-bottom: 10px;
}
.title_home {
    border: none;
    text-align: center;
    margin: 0px auto 25px auto;
    text-transform: none;
    font-size: 1.70em;
}
.interne_page h2 {
    font-size: 1.30em;
    text-transform: none;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.interne_page h3 {
    font-size: 1.35em;
    text-transform: none;
    line-height: 1.3em;
    font-family: 'Avenir Next LT Pro', sans-serif;
    color: #0262aa;
}
.interne_page h4 {
    font-size: 1.15em;
    text-transform: none;
    line-height: 1.4em;
}
@media (max-width: 1249px) {
    .title_home {
        font-size: 29px;
    }
}
@media (max-width: 767px) {
    .title_home {
        font-size: 24px;
    }
    .bloc_list_interne .figure_Axe .departments-li_first a {
        margin-bottom: 0.5em;
    }
    .bloc_list_interne .figure_Axe .depart-title {
        position: relative;
        width: 100%;
        left: inherit;
     		font-size: 13px;
    }
    .bloc_list_interne .figure_Axe .department.dep-a {
        padding-top: 9em;
    }
    .bloc_list_interne .figure_Axe .department {
        width: 100%;
        margin-top: 2.5em;
    }
    .bloc_list_interne .figure_Axe .department,
    .bloc_list_interne .figure_Axe .department li,
    .bloc_list_interne .figure_Axe .department:before {
        border: none;
    }
    .bloc_list_interne .figure_Axe .Orientations-title {
        width: 70%;
    }
}
/****************bloc_nosavantages****************/

.bloc_nosavantages {
    background: #f1f1f1;
    padding: 15px 0;
    border-bottom: 1px solid #e70202;
    position: relative;
}
.bloc_nosavantages .title_home {
    margin: 0px auto;
}
.bloc_nosavantages h2 {
    margin: 0px auto 35px auto;
}
.bloc_nosavantages .item {
    text-align: center;
    margin-top: 20px;
}
.bloc_nosavantages .item a {
    display: inline;
}
.bloc_nosavantages .item i {
    /*background: #3c3c3c;
  box-shadow: 0px 2px 13px 0px #b3b3b3;*/
    
    color: #3c3c3c;
    font-size: 50px;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 15px;
    width: 80px;
    height: 80px;
    display: table-cell;
    vertical-align: middle;
}
.bloc_nosavantages .item a:hover,
.bloc_nosavantages .item a:focus {
    text-decoration: none;
}
.bloc_nosavantages .item a:hover i {
    background: #3c3c3c;
    color: #fff;
}

.bloc_nosavantages .item a h5 {
    margin-top: 15px;
}
/********************bloc_alaune**********************/

.bloc_alaune {
    padding: 15px 0;
    background: #fff;
}
.bloc_alaune p:hover {
    color: #0262aa;
    cursor: pointer;
}
.bloc_alaune span {
    color: #939393;
    font-size: 15px;
    font-family: 'Century Gothic';
    display: block;
    margin-bottom: 10px;
}
.bloc_alaune .margin_bottom {
    margin-bottom: 10px; 
}
button.btn_bleu {
    text-align: center;
    margin: 0 auto;
    display: table;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Avenir Next LT Pro Bold', Century Gothic;
    padding: 7px 20px;
    background: #1297fb;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #1297fb 0%, #0262aa 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #1297fb 0%, #0262aa 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #1297fb 0%, #0262aa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1297fb', endColorstr='#0262aa', GradientType=0);
    /* IE6-9 */
    
    border: none;
    color: #fff;
    margin-top: 10px;
}
button.btn_bleu:hover {
    background: #0262aa;
    /* Old browsers */
    
    background: -moz-linear-gradient(top, #0262aa 0%, #1297fb 100%);
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, #0262aa 0%, #1297fb 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, #0262aa 0%, #1297fb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0262aa', endColorstr='#1297fb', GradientType=0);
    /* IE6-9 */
}
/***********************bloc_services*******************/

@media (max-width: 1249px) {
    .bloc_services {
        min-height: 310px !important;
    }
}
.bloc_services {
    background-image: url(../img/banner_services.png);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 200px;
    padding: 30px 0;
    border-top: 2px solid #ec1c24;
    border-bottom: 2px solid #ec1c24;
}
.bloc_services .container {
    position: relative;
}
.bloc_services .arrow-left_absolute,
.bloc_services .arrow-right_absolute {
    color: #fff;
}
.bloc_services h2 {
    color: #fff;
    font-family: 'Avenir Next LT Pro Bold';
}
.bloc_services .item {
    text-align: center;
}
.bloc_services .item a {
    display: inline;
}
.bloc_services .item i {
    color: #da0b13;
    font-size: 40px;
    text-align: center;
    margin: 0 auto;
    border-radius: 60px;
    margin-top: 15px;
    width: 73px;
    height: 73px;
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
}
.bloc_services .item img {
    text-align: center;
    margin: 0 auto;
    /*margin-top: 3px;
  margin-bottom: 30px;*/
    
    width: auto !important;
    background-color: #da0b13;
    padding: 10px;
    border-radius: 35px;
}
/*.bloc_services .item a:hover i {
	border: 3px solid #e90202;
	color:#e90202;
}*/

.bloc_services .item a:hover,
.bloc_services .item a:focus {
    text-decoration: none;
}
.bloc_services .item a:hover h5 {
    color: #fff;
}
.bloc_services .item a h5 {
    margin-top: 25px;
    color: #e90202;
}
/***********************bloc_aucitoyen*******************/

.bloc_aucitoyen {
    background: #fff;
    padding: 15px 0;
}
.bloc_aucitoyen .title_home {
    margin: 0px auto 15px auto;
}
.bloc_aucitoyen .item {
    text-align: center;
}
.bloc_aucitoyen .item i {
    /*background: #3c3c3c;*/
    
    color: #3c3c3c;
    font-size: 40px;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 15px;
    width: 70px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
}
.bloc_aucitoyen .item a:hover i {
    background: #3c3c3c;
    color: #fff;
}
.bloc_aucitoyen .item a {
    display: inline;
}
.bloc_aucitoyen .item a:hover,
.bloc_aucitoyen .item a:focus {
    text-decoration: none;
}
.bloc_aucitoyen .item a h5 {
    margin-top: 10px;
}
/**********************bloc-autorisations_enligne******************/

.bloc-autorisations_enligne {
    /* background-image: url(../img/banner_autorisations_enligne.png);
  background-position: center;
  background-attachment: fixed;
  background-repeat: no repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 500px;
  padding: 30px 0; 
  border-bottom: 10px solid #ec1c24;*/
}
.bloc-autorisations_enligne h1 {
    color: #fff;
}
.bloc-autorisations_enligne p {
    font-size: 18px;
}
@media (min-width: 768px) {
    .bloc-autorisations_enligne .row {
        margin-bottom: 40px;
    }
}
.bloc-autorisations_enligne span {
    /*background: #fff;
  display: inline-block;
  padding: 15px;
  border-radius: 10px;
  width: 80px;
  height: 80px;*/
}
/*****************************bloc_actualites*********************************/

.bloc_actualites {
    padding: 30px 0;
}

.bloc_actualites .bloc_actualites_droite img  { 
  width: 38%;
  float: left;
  margin-right: 13px; 
} 

.bloc_actualites .row {
    margin-bottom: 20px;
}
.bloc_actualites img {
    margin-bottom: 5px;
}
.bloc_actualites p {
    /*  color: #027bc8;
  font-weight: bold;*/
}
.bloc_actualites .desc-2 {
    color: #8f8f8f;
    font-weight: normal;
}
.bloc_actualites span {
    color: #939393;
    font-size: 15px;
    font-family: 'Avenir Next LT Pro Regular';
    display: block;
    margin-bottom: 10px;
}
@media (max-width: 1249px) {
    .bloc_actualites a {
        margin-bottom: 15px;
    }
}
/*****************bloc_video_multimedia**************/

.bloc_video_multimedia {
    padding: 30px 0;
    background: #f7f6f6;
}
.bloc_video_multimedia img {
    margin-bottom: 20px;
}
/*************lib_logo*************/

.lib_logo {
  display: table;
  width: 340px;
  font-family: 'Avenir Next LT Pro regular';
  font-variant: small-caps;
  font-size: 1.05em;
  color: #585858;
  padding-top: 0.3em;
  padding-left: 0.68em;
  text-transform: lowercase;
  /*text-align: center;*/
}
.lib_logo::first-letter {
  text-transform: capitalize !important;
}
span::first-letter {
  text-transform: capitalize !important;
}
.lang_1 .lib_logo_langue { 
  text-align: right; 
}

.lang_1 .lib_logo_langue .lib_logo--rep--ar {
  font-size: 18px;
}

.span-lib_logo {
  display: inline-block;
}
.lib_logo_langue {
  font-family: 'Changa', sans-serif;
  font-size: 18.5px;
  color: #585858;
  padding-top: 1em;
  padding-left: 0.7em;
  text-transform: lowercase;
  display: inline-block;
  /*text-align: center;*/
}
@media (max-width: 767px) {
	.lang_1 .lib_logo_langue .lib_logo--rep--ar {
    	font-size: 17px;
    	margin-right: -15px;
	}
	.arrow-right_absolute{
		right: -6px !important;
	}
	
	.lang_1 .lib_logo {
		margin-right: 5px !important;
	}
    .lib_logo {
        width: 180px !important;
        padding-top: 0em !important;
        font-size: 10px !important;
        margin-left: -8px !important;
    }
    .lib_logo_langue {
        font-size: 12px !important;
        padding-left: 0em;
        padding-top: 2em;
        display: block !important;
        margin-left: -5px;
    }
    .carousel_home {
    	padding-top: 9em;
    }
    ..ce-left .ce-gallery, .ce-column
}
@media (max-width: 320px) {
    .lib_logo {
        width: 170px !important;
        font-size: 12px !important;
        margin-left: -20px !important;
        padding-top: 0em !important;
    }
    .lib_logo_langue {
        font-size: 10px !important;
        width: 180px;
        margin-right: 0 !important;
    }

    .lang_1 .lib_logo {
      margin-right: 0 !important;
    }
    /*.navbar-brand img {
        width: 72% !important;
    }*/
}
@media (min-width: 1250px) {
    .carousel-inner img {
        background-size: contain;
        height: auto;
        display: block;
        width: 100%;
        margin: 0;
    }
}
.carousel-inner img {
    background-size: contain;
    max-width: 100%;
}
/******************bloc_content_home*******************/

.bloc_content_home {
    padding: 30px 0;
    background: #eaeaea;
    display: none;
}
.bloc_content_home span {
    display: block;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .bloc_content_home a {
        margin-bottom: 20px;
    }
}
/********************bloc_etablissements******************/

.bloc_etablissements {
    padding: 30px 0;
    background: #eaeaea;
    padding-bottom: 61px;
}
.bloc_etablissements .container {
    position: relative;
}
.arrow-left_absolute {
    position: absolute;
    top: 43%;
    left: 0;
    color: #f00;
    font-size: 3em;
    font-weight: bold;
    z-index: 100;
}
.arrow-right_absolute {
    position: absolute;
    top: 43%;
    right: -20px;
    color: #f00;
    font-size: 3em;
    font-weight: bold;
    z-index: 100;
}
.coverflow .current h5 {
    background: #e90202;
}
.coverflow .cover h5 a {
    color: #fff;
}
.coverflow h5 {
    background: #0262aa;
    color: #fff;
    margin: 0;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 17px;
}
.coverflow .current .content_cover {
    background: #343434;
}
.coverflow .content_cover {
    background: #666;
    padding: 15px;
    text-align: left;
    margin-top: -20px;
}
.content_cover h6 {
    color: #fff;
    margin-bottom: 5px;
    text-align: left;
    border: none;
    font-size: 16px;
}
.content_cover p {
    color: #fff;
    font-size: 14px;
}
.content_cover p span {
    font-size: 13px;
}
@media (max-width: 767px) {
	.bloc_etablissements {
		padding-bottom: 282px;
	}
	
	.coverflow h5{
		font-size: 11px;
	}
	
    .bloc_etablissements .coverflow .cover img {
        max-width: 100%;
        height: auto;
    }
    .bloc_etablissements .coverflow .cover {
        width: 230px;
        height: 200px;
    }
    .coverflow h3 {
        font-size: 13px;
        padding: 10px;
    }
    .coverflow h2 {
        font-size: 15px;
    }
    .coverflow p {
        font-size: 13px;
    }
}
/**********************bloc_list_interne*****************/

.bloc_list_interne p {
    margin-bottom: 10px;
}
.bloc_list_interne p span {
    color: #ec1c24;
    font-family: 'Avenir Next LT Pro Bold';
}
.bloc_list_interne .date {
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    font-size: 15px;
}
.bloc_list_interne .row .row {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .bloc_list_interne p {
        margin-top: 15px;
    }
}
/*******************menu-interne_catego****************/

.title-menu_interne {
    background: #0262aa;
    padding: 10px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.menu-interne_catego {
    margin: 0;
}
.menu-interne_catego li {
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  padding-left: 0; 
  transition: all 1.5s ease;
}
.menu-interne_catego li:after {
  content: "\f0da";
  font: normal normal normal 15px/1 FontAwesome;
  text-align: right;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #848484;
}
.menu-interne_catego li.active:after {
    content: "\f0d7";
}
.menu-interne_catego li li:after {
    display: none;
}
/*
.menu-interne_catego li:hover:after ul {
	content: "\f0d7";
}*/

.menu-interne_catego li:hover:after {
    color: #fff;
}
.menu-interne_catego li:hover,
.menu-interne_catego li.active {
    background: #ec1c24;
    cursor: pointer;
    padding: 0;
}

.menu-interne_catego li.active ul li.second a {
  border-left: 5px solid #0262aa;
  background: #0262aa;
} 

.menu-interne_catego li.active ul .level-4 {
	display: none;
}

.menu-interne_catego li.active ul li.second .level-4 {
	display: block;
}

.menu-interne_catego li.active ul li.second .level-4 li.second a {
	background: #515151 !important;
  color: #44afff !important;
}

.menu-interne_catego li.second .level-4  li {
  border-bottom: 1px solid #5f5e5e; 
}

.menu-interne_catego li.second .level-4  li a {
    background: #414141 !important; 
    border-left: 5px solid #0262aa;
}

.menu-interne_catego li.second .level-4  li a:hover {
  background: #0262aa !important;   
} 

.bloc_list_interne .menu-interne_catego li.second .level-4  li.second a:hover {
  color: #fff !important;
}  


.menu-interne_catego li.second .level-4  li.second a { 
    border-left: 5px solid #0262aa;
}

.menu-interne_catego li.active ul li.second .level-4 li a {
	font-size: 12px;
	padding-left: 30px;
}

.menu-interne_catego li.active ul li.second ul li a {
  border-left: none;
} 

.menu-interne_catego li.active a {
  border-left: 7px solid #b50808;
}

.menu-interne_catego li.active ul li a {
  border-left: none;
}

.menu-interne_catego li.active ul li a {
  padding: 8.5px 15px;
  font-size: 13px;
  width: 100%;
}

.menu-interne_catego li.active a,
.menu-interne_catego li.active:after {
    color: #fff;
}
.menu-interne_catego li:hover a {
    color: #fff;
    text-decoration: none;
}
.menu-interne_catego li a {
    font-size: 14px;
    color: #888;
    font-family: 'Avenir Next LT Pro Regular', Century Gothic;
    font-weight: normal;
    padding: 10px;
    margin-bottom: 0;
    width: 100%;
}
.menu-interne_catego li.active ul {
    display: block;
    padding-left: 0;
    margin-left: 0;
}
.menu-interne_catego li ul {
    display: none;
}
.menu-interne_catego li:hover ul {
    display: block;
    visibility: visible;
    padding: 0;
    margin: 0; 
}
.menu-interne_catego ul li {
    background: #313131;
    border-bottom: 1px solid #444;
}
.menu-interne_catego ul li:hover {
    background: #0e64a5;
    cursor: pointer;
    -webkit-transition: background-color 0.5s ease-out;
}
.menu-interne_catego ul li:hover a {
    color: #fff !important;
}
.menu-interne_catego ul li a {
    color: #fff !important;
}
@media (max-width: 991px) {
    .menu-interne_catego {
        margin-bottom: 25px;
    }
}
/******************ce-menu ce-menu-2************/

ul.ce-menu li a {
    color: #000;
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-transform: none;
}
ul.ce-menu ul li {
    margin-top: 20px;
}
.ce-menu li ul li ul li a {
    color: #0262aa;
    text-transform: capitalize;
}
.ce-menu li ul li ul li ul li a {
    color: #067fd2;
    font-size: 12px;
}
.ce-menu li ul li ul li {
    list-style-type: disc;
    padding: 0;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 0;
}
.ce-menu li ul li a {
    color: #ec1c24;
    text-transform: uppercase;
}
ul.ce-menu.ce-menu-8 ul {
    margin-top: 15px;
}
ul.ce-menu.ce-menu-8 ul li {
    margin-top: 5px;
}
dl.ce-menu.ce-menu-4 dd {
    color: #525252;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-left: 10px;
}
/***************ce-bodytext*****************/

.ce-bullets li {
    padding-left: 0;
    font-size: 14px;
}
.ce-bodytext ul li,
.ce-bullets li {
    font-size: 15px;
    color: #012846;
    list-style-type: disc;
    margin-bottom: 0.2em;
}
.ce-bodytext ul li ul li {
    padding-left: 0;
    font-size: 14px;
}
.ce-bodytext ul li ul li:before {
    display: none;
}
.ce-bodytext ul li::first-letter {
    text-transform: capitalize;
}
.ce-bodytext ul li:before {
  content: "";
  display: inherit;
  font: normal normal normal 15px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0262aa;
  float: left;
  list-style-type: disc;
}

.lang_1 .ce-bodytext ul li:before {
  display: none;
}

.lang_1 .ce-bodytext ul li:before {
  content: "";
  display: inherit;
  font: normal normal normal 15px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0262aa;
  float: right;
  list-style-type: disc;
  margin-right: 20px

}
.ce-bodytext ol li:before {
    padding-right: 0;
}
.bloc_list_interne .accordion .ce-bodytext ul li {
    list-style: none;
}
.bloc_list_interne .accordion .ce-bodytext ul li a {
    display: inline;
}
.bloc_list_interne .accordion .ce-bodytext p a {
    font-weight: lighter;
    color: #000;
}
.bloc_list_interne .ce-bodytext ol li a {
    display: inline;
}
.bloc_list_interne .accordion .ce-bodytext ul li li ul {
    margin-left: 0;
}
.bloc_list_interne .accordion .ce-bodytext h2 {
    background: none;
}
.bloc_list_interne .accordion .ce-bodytext h2:after {
    display: none;
}
/*.ce-bodytext ul>li:before {
	content: "\f111";
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #333333;
}*/
/**********************page_10*******************/

#page_10 ul.ce-menu li a {
    color: #ec1c24;
    text-transform: capitalize;
}
#page_10 ul.ce-menu.ce-menu-8 ul li {
    padding: 0;
}
#page_10 ul.ce-menu.ce-menu-8 ul {
    padding: 0;
    margin-top: 5px;
    margin-bottom: 15px;
}
#page_10 ul.ce-menu li ul li a {
    color: #0262aa;
}
/****************************contact************************/

@media (max-width: 767px) {
    .bloc_list_interne .powermail_fieldset .powermail_fieldwrap {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .bloc_list_interne .powermail_fieldset .powermail_fieldwrap {
        width: 48%;
        display: inline-block;
        padding-right: 20px;
    }
}
.bloc_list_interne .powermail_fieldset .powermail_fieldwrap label {
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 13px;
    color: #0262aa;
    font-family: 'Avenir Next LT Pro bold', Century Gothic;
}
.bloc_list_interne .powermail_fieldset .powermail_fieldwrap input,
.bloc_list_interne .powermail_fieldset .powermail_fieldwrap select {
    width: 100%;
    height: 39px;
    padding-left: 5px;
    padding-right: 5px;
}
.bloc_list_interne .powermail_fieldset .powermail_fieldwrap textarea {
    width: 100%;
    height: 36px;
    padding-left: 5px;
    padding-right: 5px;
}
.bloc_list_interne .powermail_fieldset .powermail_fieldwrap .powermail_submit {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Avenir Next LT Pro Regular', Century Gothic;
    padding: 5px 20px;
    background: #ec1c24;
    background: -moz-linear-gradient(top, #ec1c24 0%, #c60000 100%);
    background: -webkit-linear-gradient(top, #ec1c24 0%, #c60000 100%);
    background: linear-gradient(to bottom, #ec1c24 0%, #c60000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ec1c24', endColorstr='#c60000', GradientType=0);
    border: none;
    color: #fff;
    margin-top: 20px;
    width: auto;
}
.bloc_list_interne .powermail_fieldset .powermail_fieldwrap .powermail_submit:hover {
    background: #ec1c24;
    background: -moz-linear-gradient(top, #c60000 0%, #ec1c24 100%);
    background: -webkit-linear-gradient(top, #c60000 0%, #ec1c24 100%);
    background: linear-gradient(to bottom, #c60000 0%, #ec1c24 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c60000', endColorstr='#ec1c24', GradientType=0);
}
.bloc_list_interne .powermail_fieldset .powermail_fieldwrap_type_submit {
    width: 100%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.bloc_list_interne .powermail_fieldset .powermail_legend {
    display: none;
}
.ce-gallery img {
    display: block;
    max-width: 100%;
    height: auto;
}
.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
    padding-left: 0;
    margin-top: 20px;
}
.bloc_list_interne p {
    font-size: 15px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.ce-intext.ce-left .ce-gallery {
    margin-right: 15px;
}
.bloc_list_interne .block_list_interne_actu {
    margin-top: 30px;
}
.bloc_list_interne .block_list_interne_actu p {
    font-weight: bold;
}
.bloc_list_interne .block_list_interne_actu span {
    margin-bottom: 5px;
    font-size: 14px;
    color: #464646;
}
.bloc_list_interne .block_list_interne_actu img {
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .bloc_list_interne .block_list_interne_actu img {
        margin-bottom: 0;
    }
    .bloc_list_interne .block_list_interne_actu a {
        margin-bottom: 30px;
    }
}
.powermail_fieldwrap_type_textarea.powermail_fieldwrap_adresse,
.powermail_fieldwrap_voscommentairesquestions {
    position: relative;
    top: 13px;
}

.lang_2 .powermail_fieldwrap_voscommentairesquestions,
.lang_1 .powermail_fieldwrap_voscommentairesquestions  { 
  top: 0;
}
.iframe-map_contact {
    margin-top: 30px;
    margin-bottom: 20px;
}
.vcard {
    margin-bottom: 10px;
    background: #f7f7f7;
    padding: 10px;
    width: 100%;
    display: inline-block;
}
.vcard a {
    display: block;
}
.vcard .img_vcard {
    display: inline-block;
    width: 100px;
}
.desc_vcard {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}
.vcard .img_vcard img {
    max-width: 100%;
    height: auto;
}
.navbar-toggle[aria-expanded="true"] .icon-bar {
    background: #fff !important;
}
.navbar-toggle[aria-expanded="false"] {
    background: #fff !important;
}
@media (max-width: 1249px) {
    .display-desktop {
        display: none;
    }
}
@media (min-width: 1250px) {
    .display-mobile {
        display: none;
    }
}
.display-mobile {
    margin-top: 20px;
}
.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
    overflow: initial;
}
.interne_page table {
    width: 100% !important;
}
.interne_page table td {
    padding: 7px 15px;
    border: 1px solid #d0d0d0;
    font-weight: bold;
    vertical-align: top;
}
.interne_page table td:nth-of-type(1) {
    color: #0262aa;
}
.interne_page table td h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 17px;
}
.interne_page table tr:nth-of-type(even) {
    background: #e8e8e8;
}
.interne_page .ce-bodytext img {
    max-width: 100%;
    height: auto;
}
.interne_page .ce-bodytext img {
    max-width: 100%;
    height: auto;
}
.interne_page .ce-textpic.ce-center img {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.tx-powermail h3 {
    display: none;
}
/******************Responsive banner**************************/

@media screen and (max-width: 1249px) {
    .carousel_home .carousel-inner .item .item {
        height: 22rem;
    }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
    .carousel_home .carousel-inner .item .item {
        height: 18rem;
    }
}
.carousel-inner .item .item {
    height: 35rem;
    -moz-flex-basis: auto;
    -webkit-flex-basis: auto;
    -ms-flex-basis: auto;
    flex-basis: auto;
}
.carousel-inner .item .item img {
    -moz-object-fit: cover;
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
}
/***************************Organigramme****************************/

.cf:before,
.cf:after {
    content: " ";
    /* 1 */
    
    display: table;
    /* 2 */
}
.cf:after {
    clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
    *zoom: 1;
    margin-bottom: 20px;
}
.administration * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
/* Generic styling */

.administration a:focus {
    outline: 2px dashed #f7f7f7;
}
.administration {
    padding: 0;
    margin: 0;
    list-style: none;
}
.administration li {
    padding: 0;
}
.administration a {
    display: block;
    background: #ec1c24;
    border: 3px solid #fff;
    text-align: center;
    overflow: hidden;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    height: 70px;
    margin-bottom: -26px;
    box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.4);
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    transition: all linear .1s;
    padding: 7px;
    font-family: 'Avenir Next LT Pro bold', sans-serif;
}
@media all and (max-width: 767px) {
    .administration a {
        font-size: 1em;
    }
}
.administration a span {
    top: 50%;
    margin-top: -0.7em;
    display: block;
    font-family: 'Avenir Next LT Pro bold', sans-serif;
}
.administration .section a span {
    font-family: 'Avenir Next LT Pro Regular', sans-serif;
}
.administration > li > a {
    margin-bottom: 25px;
}
.director > li > a {
    width: 50%;
    margin: 0 auto 0px auto;
}
.departments-li_first:first-child:after {
    content: "";
    display: block;
    width: 0;
    height: 74px;
    background: red;
    border-left: 4px solid #888888;
    left: 100%;
    position: relative;
    top: -9px;
}
.departments-li_first a {
    background: #0262aa;
}
.departments > li:first-child {
    width: 18.59894921190893%;
    height: 64px;
    margin: 0 auto 92px auto;
    padding-top: 25px;
    border-bottom: 4px solid #888888;
    z-index: 1;
}
.subdirector > li:first-child {
    float: right;
    right: 27.2%;
    border-left: 4px solid #888888;
}
.departments > li:first-child {
    float: left;
    left: 32.2%;
    width: 23%;
    /*border-right: 4px solid white;*/
}
@media all and (max-width: 767px) {
    .subdirector > li:first-child,
    .departments > li:first-child {
        width: 50%;
    }
    .subdirector > li:first-child {
        right: 10%;
        margin-right: 2px;
    }
    .subdirector:after {
        left: 49.8%;
    }
    .departments > li:first-child {
        left: 0%;
        margin-left: -7px;
    }
}
.departments > li:first-child a {
    right: 25px;
}
.department:first-child,
.departments li:nth-child(2) {
    margin-left: 0;
    clear: left;
}
.departments:after {
    content: "";
    display: block;
    position: absolute;
    width: 76.1%;
    height: 30px;
    border-top: 4px solid #888888;
    border-right: 3px solid #888888;
    border-left: 3px solid #888888;
    margin: 0 auto;
    top: 130px;
    left: 12.5%
}
@media all and (max-width: 767px) {
    .departments:after {
        border-right: none;
        left: 12px;
        width: 46.8%;
    }
    .administration .director .department > a {
        padding: 15px 5px 15px 5px;
    }
    .director > li > a {
        width: 100%;
    }
}
@media all and (min-width: 768px) {
    .department:first-child:before,
    .department:last-child:before {
        border: none;
    }
}
@media all and (max-width: 991px) {
    .administration .department > a {
        font-size: 1em;
        padding: 0 5px 15px 5px;
    }
    .administration .departments li.section a {
        font-size: 1em;
        padding: 0;
    }
    .administration .departments-li_first a {
        padding: 4px;
        font-size: 1em;
    }
}
.department:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 22px;
    border-left: 4px solid #888888;
    z-index: 1;
    top: -22px;
    left: 49.5%;
    margin-left: -4px;
}

.figure_organisation-width .department:before {
  left: 63.5%;
}
.department {
    border-left: 3px solid #888888;
    width: 23.59894921190893%;
    float: left;
    margin-left: 1.751313485113835%;
    margin-bottom: 20px;
}
.lt-ie8 .department {
    width: 18.25%;
}
.departments li.section:first-child {
    border: none;
}
.departments li.section:first-child a {
    background: #e46c0a;
    font-size: 1em;
    padding: 5px;
}
.departments li.section a {
    background: #0c93f9;
    font-size: 0.95em;
    font-weight: normal;
}
.department li.section:first-child:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 22px;
    border-left: 3px solid #888888;
    z-index: 1;
    bottom: 32px;
    left: 50%;
    margin-left: -4px;
}
@media all and (max-width: 767px) {
    .department {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 60px;
    }
    .department:before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 60px;
        border-left: 3px solid #888888;
        z-index: 1;
        top: -60px;
        left: 0%;
        margin-left: -4px;
    }
    .department:nth-child(2):before {
        display: none;
    }
}
.department > a {
    margin: 0 0 -26px -4px;
    z-index: 1;
    line-height: 1.1em;
    font-size: 1.1em;
    padding: 10px 20px 15px 20px;
}
.department > a:hover {
    height: 80px;
}
.department > ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0;
    margin-left: 0;
}
.department li {
    padding-left: 25px;
    border-bottom: 3px solid #888888;
    height: 80px;
    margin-bottom: 0;
}
.department li a {
    background: #fff;
    top: 48px;
    position: absolute;
    z-index: 1;
    width: 90%;
    height: 60px;
    vertical-align: middle;
    right: -1px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%) !important;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 0, 0, 0.25)), color-stop(100%, rgba(0, 0, 0, 0)))!important;
    background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%)!important;
    background-image: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%)!important;
    background-image: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%)!important;
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%)!important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000', GradientType=1);
}
.department li a:hover {
    box-shadow: 8px 8px 9px -4px rgba(0, 0, 0, 0.1);
    height: 80px;
    width: 95%;
    top: 39px;
    background-image: none!important;
}
/* Department/ section colors */

.department.dep-a a {
    background: #666;
}
.department.dep-b a {
    background: #666;
}
.department.dep-c a {
    background: #666;
}
.department.dep-d a {
    background: #e46c0a;
}
/************************END Organigramme*****************************/

.fade.in {
    display: block !important;
    opacity: 1;
}
.modal.fade {
    /* -webkit-transition: opacity 0.3s linear, top 0.3s ease-out; */
    
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    /* transition: opacity 0.3s linear, top 0.3s ease-out; */
}
.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.modal-backdrop.fade {
    opacity: 0;
}
.fade.in {
    opacity: 1;
    padding-right: 0 !important;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}
.modal-header .close {
    margin-top: 2px;
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}
.modal-footer button {
    display: inline-block;
}
.modal-body {
    position: relative;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
}
@media (max-width: 767px) {
    .modal {
        position: fixed;
        top: 20px;
        right: 20px;
        left: 20px;
        width: auto;
        margin: 0;
    }
}
.modal.hide {
    height: 530px;
}
@media (min-width: 1250px) {
    .bloc_list_interne .carousel-control {
        top: 53%;
        font-size: 30px;
    }
}
@media (max-width: 1249px) {
    .bloc_list_interne .carousel-control {
        top: 33%;
        font-size: 30px;
    }
}
@media (max-width: 1023px) {
    .bloc_list_interne .carousel-control {
        top: 43%;
        font-size: 30px;
    }
}
@media (max-width: 767px) {
    .bloc_list_interne .carousel-control {
        top: 21%;
    }
}
.bloc_list_interne ul.ce-uploads li {
    background: #f3f3f3;
    padding: 12px 10px 3px;
    margin: 0;
}
.bloc_list_interne ul.ce-uploads li span {
    display: inline-block;
}
.bloc_list_interne .slick-slider figure figcaption {
    top: 0;
    bottom: inherit;
    background-color: rgba(2, 98, 170, 0.6);
    font-size: 1.3em;
    font-family: 'Avenir Next LT Pro bold', sans-serif;
}
.bloc_list_interne .slick-slider .slick-img {
    padding-top: 20px;
}
.bloc_list_interne .slick-slider .slick-dots li button:before {
    font-size: 11px;
    color: #f00;
}
.bloc_list_interne .slick-container path {
    display: none;
}
.bloc_list_interne .slick-slider .slick-next:before,
.bloc_list_interne .slick-slider .slick-prev:before {
    font: normal normal normal 25px/ 1 FontAwesome;
    color: #f00;
}
.bloc_list_interne .slick-slider .slick-next:before {
    content: "\f054";
}
.bloc_list_interne .slick-slider .slick-prev:before {
    content: "\f053";
}
.bloc_list_interne .accordion h2 {
    color: #0262aa;
    padding: 15px 10px;
    font-size: 16px;
    font-family: 'Avenir Next LT Pro Bold';
    text-transform: none;
    background-color: #f5f5f5;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
}
/*.bloc_list_interne .accordion h2.current {
	margin-bottom: 0 !important;
}*/

.bloc_list_interne .accordion h2:after {
    content: "\f0fe";
    font: normal normal normal 20px/1 FontAwesome;
    position: absolute;
    right: 5px;
    top: 15px;
}
.bloc_list_interne .accordion h2.current:after {
    content: "\f146";
}
.bloc_list_interne .accordion .ce-textpic {
    padding: 10px;
}
.bloc_list_interne .accordion {
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.bloc_list_interne .cooperations {
    margin-left: 0;
}
.bloc_list_interne .cooperations li {
    text-align: center;
}
.bloc_list_interne .cooperations li a {
    cursor: pointer;
}
.bloc_list_interne .cooperations .cooperation-image img {
    width: 115px;
    height: 70px;
    border : 1px solid #CCC;
}
/************************tx-mtcen-timeline*********************/

.tx-mtcen-timeline ol li:before {
    display: none;
}
/************/

.slick-container .slick-track {
    height: 36rem;
    flex-basis: auto;
}
@media (max-width: 1024px) {
    .bloc_list_interne .slick-container .slick-track {
        height: 31rem;
    }
}
@media (max-width: 767px) {
    .bloc_list_interne .slick-container .slick-track {
        height: 14rem;
    }

    .bloc_list_interne .boxGboSlider .slick-track {
     height: 15em !important; 
    }
}
@media (max-width: 320px) {
    .bloc_list_interne .slick-container .slick-track {
        height: 12rem;
    }
}
.slick-slider.slick-bgimg .slick-item {
    height: 100% !important;
    margin-top: 15px;
}
.bloc_video {
    display: inline-block;
}
.bloc_video h2 {
    text-align: center;
    margin-bottom: 15px;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .video_margin {
        margin-bottom: 15px;
    }
}
/* Timeline */

.timeline,
.timeline-horizontal {
    list-style: none;
    padding: 20px;
    position: relative;
}
.timeline:before {
    top: 40px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}
.timeline .timeline-item {
    margin-bottom: 20px;
    position: relative;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
    content: "";
    display: table;
}
.timeline .timeline-item:after {
    clear: both;
}
.timeline .timeline-item .timeline-badge {
    color: #fff;
    width: 54px;
    height: 54px;
    line-height: 52px;
    font-size: 22px;
    text-align: center;
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -25px;
    background-color: #0262aa;
    border: 3px solid #ffffff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}
.timeline .timeline-item .timeline-badge i,
.timeline .timeline-item .timeline-badge .fa,
.timeline .timeline-item .timeline-badge .glyphicon {
    top: 2px;
    left: 0px;
}
.timeline .timeline-item .timeline-badge.primary {
    background-color: #0262aa;
    font-size: 1em;
}
.timeline .timeline-item .timeline-badge.info {
    background-color: #5bc0de;
}
.timeline .timeline-item .timeline-badge.success {
    background-color: #59ba1f;
}
.timeline .timeline-item .timeline-badge.warning {
    background-color: #d1bd10;
}
.timeline .timeline-item .timeline-badge.danger {
    background-color: #ba1f1f;
}
.timeline .timeline-item .timeline-panel {
    position: relative;
    width: 46%;
    float: left;
    right: 16px;
    border: 1px solid #c0c0c0;
    background: #ffffff;
    border-radius: 2px;
    padding: 20px;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline .timeline-item .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -16px;
    display: inline-block;
    border-top: 16px solid transparent;
    border-left: 16px solid #c0c0c0;
    border-right: 0 solid #c0c0c0;
    border-bottom: 16px solid transparent;
    content: " ";
}
.timeline .timeline-item .timeline-panel .timeline-title {
    margin-top: 0;
    font-size: 1.3em;
    text-transform: none;
}
.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
    margin-bottom: 0;
}
.timeline .timeline-item .timeline-panel .timeline-body > p + p {
    margin-top: 5px;
}
.timeline .timeline-item:last-child:nth-child(even) {
    float: right;
}
.timeline .timeline-item:nth-child(even) .timeline-panel {
    float: right;
    left: 16px;
}
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-horizontal {
    list-style: none;
    position: relative;
    padding: 0px 0px 20px 0px;
    display: inline-block;
    margin-top: -90px;
    margin-left: 0;
}
.timeline-horizontal:before {
    height: 3px;
    top: auto;
    bottom: 26px;
    left: 56px;
    right: 0;
    width: 106%;
    margin-bottom: 20px;
}
.timeline-horizontal .timeline-item {
    display: table-cell;
    height: 500px;
    width: 20%;
    min-width: 280px;
    float: none !important;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0 auto;
    vertical-align: bottom;
}
.timeline-horizontal .timeline-item .timeline-panel {
    top: auto;
    bottom: 64px;
    display: inline-block;
    float: none !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    margin-bottom: 20px;
}
.timeline-horizontal .timeline-item .timeline-panel:before {
    top: auto;
    bottom: -16px;
    left: 28px !important;
    right: auto;
    border-right: 16px solid transparent !important;
    border-top: 16px solid #c0c0c0 !important;
    border-bottom: 0 solid #c0c0c0 !important;
    border-left: 16px solid transparent !important;
}
.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
    display: none;
}
.timeline-horizontal .timeline-item .timeline-badge {
    top: auto;
    bottom: 0px;
    left: 43px;
}
.cover img {
    width: 100%;
    height: auto;
    background: #fff;
    min-height: 255px;
}
.bloc_video_multimedia button {
    margin-top: 30px;
}
/************************ tt_news *********************/

.img-responsive {
    width: 100%;
    height: auto;
}
.contactez_nous h1 {
    background: #ec1c24;
    border: 3px solid #fff;
    text-align: center;
    font-size: 1.2em;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    box-shadow: 4px 4px 9px -4px rgba(0, 0, 0, 0.4);
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    transition: all linear .1s;
    padding: 20px 10px;
    font-family: 'Avenir Next LT Pro bold', sans-serif;
}
.bloc_list_interne .contactez_nous .row {
    margin-bottom: 25px;
}
.contactez_nous h2 {
    text-align: center;
    font-size: 1em;
    margin-bottom: 1em;
    padding: 5px;
    text-transform: none;
}
.contactez_nous .bg_bloc {
    background: #f1f1f1;
    padding: 10px;
    min-height: 175px;
}
.contactez_nous .bg_bloc p {
    text-align: center;
}
.tweets_mtcen {
    height: 400px;
    overflow: auto;
    background: #d9e8ef;
    padding-top: 10px;
    padding-bottom: 10px;
}
.accordion ul li,
.accordion ol li {
    color: #101010;
    font-size: 15px;
    font-family: 'Avenir Next LT Pro Regular';
    text-align: justify;
}
.tx-irfaq-faqcontroller h6.panel-title {
    color: #0262aa;
    font-size: 16px;
    font-family: 'Avenir Next LT Pro Bold';
    text-transform: none;
    background-color: #f5f5f5;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    display: block;
    padding-left: 0;
}
.tx-irfaq-faqcontroller .privacy1-grid ul {
    padding: 0;
}
.tx-irfaq-faqcontroller .panel_background .panel-heading [aria-expanded="false"]:after,
.tx-irfaq-faqcontroller .panel_background .panel-heading [aria-expanded="true"]:after {
    top: 5px;
}
/********************figure_Axe********************/

.figure_Axe .departments-li_first {
    width: 100% !important;
    float: left;
    display: inline-block;
    left: 0 !important;
    border: none !important;
    text-align: center;
}
.figure_Axe .departments-li_first a {
    display: inline-block;
}
.figure_Axe .departments-li_first:first-child:after {
    border: none;
}
.figure_Axe .departements_appui {
    margin-top: 2em;
    background: #d7e9f7;
    padding-top: 2em;
}
.figure_Axe .departements_appui a {
    background: #02aa46;
}
.figure_Axe .depart-title {
    width: 50%;
    position: absolute;
    left: 24%;
    top: 130px;
    text-align: center;
    margin: 0 auto;
}

.figure_Axe.figure_Axe_width .department { 
    width: 17.598949%;
}

.figure_Axe .department {
    margin-top: 7em;
    width: 22.598949%;
}

.figure_organisation-width.figure_Axe .department {
  width: 17.598949%;
}

.figure_Axe .departments:after {
    top: 228px;
    left: 13.6%;
}

.figure_Axe.figure_Axe_width .departments:after { 
  left: 11.3%;
}

.figure_Axe .departments {
    display: inline-block;
}
.figure_Axe .Orientations-title {
    text-align: center;
    margin: 0 auto;
    width: 50%;
}

.figure_Axe .administration > li.Orientations-title > a {
    margin-bottom: 0;
}

a .fa.mtcen-subvention {
    background-image: url(../img/icon-subvention.png);
    background-repeat: no-repeat;
    background-position: center center;
}

a .fa.mtcen-cooperation {
    background-image: url(../img/icon_cooperation.png);
    background-repeat: no-repeat;
    background-position: center center;
}

a .fa.mtcen-gbo {
    background-image: url(../img/GBO_logo_gris.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
}

.item a:hover i.mtcen-gbo {
  background: url(../img/GBO_logo_gris.png);
  background-repeat: no-repeat;
  background-position: center center;
}

a .fa.mtcen-smarttunisia {
  background-image: url(../img/smart--tunisia_logo.png);
  background-repeat: no-repeat;
  background-position: center center;
} 
a .fa.mtcen-govtech {
  background-image: url(../img/govtech.png);
  background-repeat: no-repeat;
  background-position: center center;
} 
a .fa.mtcen-startuptunisia {
  background-image: url(../img/startup.png);
  background-repeat: no-repeat;
  background-position: center center;
} 

a .fa.mtcen-observatoire {
  background-image: url(../img/observatoire.png);
  background-repeat: no-repeat;
  background-position: center center;
} 

.charts {
    text-align: center;
}

.level-4 {
	display: none;
}

.figure_organisation .departments.cf {
	display: inherit;
}

.figure_organisation .departments > li:first-child {
	margin: 0 auto -27px auto;
}

.figure_organisation.figure_Axe .departments:after {
  top: 110px; 
}

.figure_organisation.figure_Axe .depart-title {
	top: 10px;
}

.figure_organisation.figure_Axe .depart-title a {
  padding-top: 0px;
  padding-bottom: 15px;
	font-size: 14px;
}

.figure_organisation.figure_Axe .department li a {
	width: 95%;
}

.figure_organisation .departments li.section:first-child a {
  background: #0c93f9;
} 

.figure_organisation .departments.cf .department a {
	font-weight: normal;
	font-size: 13px;
	height: 90px;
}

.figure_organisation-width.figure_organisation .departments.cf .department a { 
  height: 120px;
}

.figure_organisation .departments.cf .department a span {
  margin-top: -1.9em;
  font-family: 'Avenir Next LT Pro normal', sans-serif;
}

.figure_organisation-width.figure_organisation .departments.cf .department a span {
  margin-top: -2.9em;
}

.figure_organisation .departments.cf .department .sections a span {
  margin-top: -1.5em; 
}

.figure_organisation .departments.cf .department .sections a {
	height: 70px;
	padding: 0px;
  font-size: 12px;
}

.figure_comites .departments:after {
	width: 60.1%;
	left: 16.6%;
}

.figure_comites .department { 
  width: 28.598949%;
}

.figure_cabinet.figure_Axe .departments:after , .figure_cabinet.figure_Axe .department:before {
	display: none;
} 

.figure_cabinet .department > a {
  margin: 0 0 -86px -4px;
}

.figure_cabinet.cf {
	margin-bottom: 90px;
}

.figure_Axe.figure_cabinet .department { 
  width: 30.598949%;
}

.figure_inpection .departments.cf .department a span {
  margin-top: -0.9em;
}

.figure_inpection .departments.cf .department a {
	height: 70px;
}

@media (max-width: 767px) {
	.figure_organisation .departments:after {
		display: none;
	}

	.bloc_list_interne .figure_organisation.figure_Axe .department.dep-a {
    padding-top: 2em;
	}

	.figure_Axe.figure_cabinet .department, .figure_Axe .department {
    width: 100% !important;
	}

 }

/** direction_investissement**/

.direction_investissement.figure_Axe .department {
  width: 30.598949%;
}

.direction_investissement.figure_Axe .departments:after {
	left: 17.6%;
	width: 64.1%;
}

.direction_investissement.figure_Axe .section.sec_color a,
.direction_servicescommun.figure_Axe .section.sec_color a {
	background: #e46c0a !important;
}

.direction_investissement.figure_Axe .section.sec_color {
	border-bottom: none;
} 

/************************page search************************/

.tx-indexedsearch .tx-indexedsearch-searchbox form {
  background: #f1f1f1;
}

.tx-indexedsearch-whatis span {
  color: #ec1c24;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
  margin-bottom: 15px;
}

.tx-indexedsearch-res .tx-indexedsearch-res td {
  padding: 0;
}

.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
  padding-left: 25px;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.tx-indexedsearch-res .tx-indexedsearch-res table {
  background: #f3f3f3;
  padding: 10px;
}

.tx-indexedsearch-res .tx-indexedsearch-res tr:nth-of-type(even) {
  background: none;
}

.tx-indexedsearch-res .tx-indexedsearch-res .tx-indexedsearch-title a {
  margin-bottom: 0;
}

.tx-indexedsearch-res .tx-indexedsearch-res .tx-indexedsearch-descr {
  color: #333;
}

.tx-indexedsearch-res .tx-indexedsearch-res .tx-indexedsearch-descr a {
  color: #ec1c24;
}

.tx-indexedsearch-res .tx-indexedsearch-res .tx-indexedsearch-icon {
  padding-left: 10px;
  padding-top: 10px;
}

.tx-indexedsearch-res .tx-indexedsearch-res .tx-indexedsearch-percent {
  padding-right: 10px;
  font-family: 'Avenir Next LT Pro bold';
}

/**************juridiques page***************/

.bloc_list_interne p.nbr_enregistrement {
  color: #666;
  font-family: 'Avenir Next LT Pro bold';
}

.row_list {
  padding: 10px;
  margin-bottom: 15px;
  background: #f3f3f3;
}

.bloc_list_interne .search_juridique .row {
  margin-bottom: 25px;
}

.bloc_list_interne .search_juridique .width_input  {
  height: 30px;
  background: #f3f3f3;
  width: 340px;
  border: none;
}

.select_date select {
  height: 30px;
  background: #f3f3f3;
  width: 75px;
  border: none;
  margin-right: 5px;
}

@media (max-width: 991px) { 
  .select_date select {
    width: 60px;
  }
}

@media (max-width: 767px) { 
  .search_juridique label {
    margin-bottom: 5px;
  }

  .width_input {
    margin-bottom: 20px;
    margin-top: 5px;
  }

  .bloc_list_interne .search_juridique .row {
    margin-bottom: 0px;
  }

  .row_tri {
    margin-top: 15px;
  }

  .submit_form {
    margin-top: 10px;
  }

}

.select_date label {
  margin-right: 5px;
}

.row_tri label {
  margin-right: 3px;
}

.row_tri input {
  margin-right: 2px;
  margin-left: 5px;
}

.submit_form {
  float: right;
  margin-right: 20px;
  background: #0262aa;
  border: none;
  color: #fff;
  padding: 5px 10px;
}

.row_list p span {
  font-size: 14px;
}

p.title_admin {
  color: #333;
  font-family: 'Avenir Next LT Pro bold';
  margin-bottom: 5px;
}

.row_list a {
  font-family: 'Avenir Next LT Pro regular';
  margin-bottom: 0;
}

ul.pagination > li > a, .pagination > li > span {
  color: #333;
}

label[for="powermail_hp_3"],input#powermail_hp_3 {
  display: none;
}

.ce-menu-8 {
  background: #f5f5f5;
  margin-top: 20px;
  margin-bottom: 20px; 
}

.ce-menu-8 li {
  padding: 0; 
}

.bloc_list_interne ul.ce-menu-8 li a { 
  background: #ec1c24;
  color: #fff;
  font-family: 'Avenir Next LT Pro bold';
}

.bloc_list_interne .ce-menu-8 li ul li a {
  background: none;
  color: #0262aa;
  padding: 5px;
}

.bloc_list_interne .ce-menu-8 li a {
  font-size: 14px;
  color: #888;
  font-family: 'Avenir Next LT Pro Regular', Century Gothic;
  font-weight: normal;
  padding: 10px;
  margin-bottom: 0;
  width: 100%;
  text-transform: none;
}

.slick-container { 
  direction: ltr !important;
}

[dir=rtl] .slick-slide {
  float: left !important; 
}

.openSocialShareVerticalSharing {
  bottom: 50% !important;
  z-index: 1;
}

/************************************/

.tx-felogin-pi1 form {
  display: inline-block;
  width: 100%; 
  background: #eaeaea;
  border-top: 4px solid #ec1c24;
  margin-top: 1em; 
  padding: 1em;
}

.tx-felogin-pi1 form legend {
  display: none;
}

.tx-felogin-pi1 form div {
  display: inline-block;
  margin-top: 1em;
  margin-left: 1em;  
}

.tx-felogin-pi1 form div label { 
  text-align: left; 
  margin-bottom: 10px;
}

.tx-felogin-pi1 form div input { 
  height: 35px;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #ccc; 
  font-size: 14px; 
  padding: 10px 20px;
  outline: none;
}

.tx-felogin-pi1 form div input[type=submit] {
  background: #ec1c24;
  border:none;
  color: #fff;
  line-height: 11px;
}

.tx-felogin-pi1 p a {
  display: block;
  text-align: right;
  width: 100%;
  margin-top: -25px;
  padding-right: 20px;
}

.media-content .news__image .img-responsive {
  width: 32%;
  margin-right: 10px;
}

.lang_1 .tx-felogin-pi1 p a {
  padding-left: 20px;
  text-align: left;
}

.lang_1 .tx-felogin-pi1 form div input {
  display: block;
}

/************************************/

.lang_1 .boxGbo.col-lg-4 {
  float: right;
}

.boxGbo.bloc-gbo_infos {
  height: 355px;
  margin-top: 20px;
  background: #f2f1f1;
  overflow: auto;
  margin-bottom: 0;
}

.boxGbo.bloc-gbo_infos ul {
  padding: 10px;
}

@media (max-width: 767px) {  
  .boxGbo.bloc-gbo_infos {
    height: auto;
    overflow: hidden;
  }
}

.boxGboSlider .slick-dots {
  bottom: 10px;
} 

.boxGbo h2 { 
  background: #2984c8;
  font-family: 'Changa', sans-serif;
  color: #fff;
  padding: 7px;
  font-size: 1em; 
}

.boxGbo {
  background: #f2f1f1;
  margin-bottom: 15px;
  min-height: 305px;
}

.boxGbo .ce-bodytext ul li, .boxGbo .ce-bullets li {
  list-style-type: none;
}

.boxGbo .ce-textpic {
  padding: 10px;
}

.bloc_list_interne .row.row_margin {
  margin-bottom: 5px;
}

.boxGbo a {
  font-size: 13px;
  margin-bottom: 5px;
  color: #626262;
} 

.bloc_list_interne .boxGbo p  {
  font-size: 13px;
  color: #0262aa;
} 

.bloc-gbo_infos h4 { 
  font-size: 1em; 
  margin-bottom: 0;
}

.bloc-gbo_infos h4 a {
  margin-bottom: 0;
  color: #333;
}

.bloc-gbo_infos h5 {
  color: #666;
  font-size: 0.8em;
}

.bloc_list_interne .boxGboSlider .slick-track {
    height: 29em; 
}

.boxGboSlider .slick-dotted.slick-slider {
  margin-bottom: 0;
}
 
.boxGboSlider .slick-slider .slick-next, .boxGboSlider .slick-slider .slick-prev {
  width: 100%;
}

.lang_1 .boxGboSlider .slick-slider .slick-prev {
  left: -35%;
}

.lang_1 .boxGboSlider .slick-slider .slick-next {
  right: -35%;
}

.ce-bodytext .contenttable ul li, .ce-bullets .contenttable li {
  list-style: none;
} 

.boxGbo ul li:before {
  content: "";
  display: inherit;
  font: normal normal normal 15px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0262aa;
  float: left;
  list-style-type: disc;
}

.lang_1 .boxGbo ul li {
  position: relative;
  padding-right: 20px;
}
.lang_1 .boxGbo ul li:before {
  position: absolute;
  right: 0;
}

.lang_1 .accordion p {
  display: -webkit-box;
}

.bloc_list_interne .cooperations li {
  min-height: 190px;
}

.padding-fixed .interne_page .ce-bodytext p {
  display: -webkit-box;
}

.banner-bottom-grid1.privacy1-grid p {
    display: -webkit-box;
}

.tx-reclamation-fo input[type="text"] {
  height: 33px;
  padding-left: 5px;
  padding-right: 5px;
}

.tx-reclamation-fo input[type="submit"] {
  text-align: center;
  margin: 0 auto;  
  font-size: 15px;
  font-family: 'Avenir Next LT Pro Regular', Century Gothic;
  padding: 5px 20px;
  background: #ec1c24;
  background: -moz-linear-gradient(top, #ec1c24 0%, #c60000 100%);
  background: -webkit-linear-gradient(top, #ec1c24 0%, #c60000 100%);
  background: linear-gradient(to bottom, #ec1c24 0%, #c60000 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ec1c24', endColorstr='#c60000', GradientType=0);
  border: none;
  color: #fff; 
  width: auto;
}

@media (max-width: 767px) { 
  .tx-reclamation-fo input[type="text"],
  .tx-reclamation-fo input[type="submit"] {
    margin-top: 1em;
  }
}

.tx-reclamation-fo ul {
  margin-top: 1.5em;
  margin-left: 0;
  background: #fcfcfc; 
  width: 100%;
  border: 1px solid #e0e0e0;
}

.tx-reclamation-fo ul li {
  padding: 0.8em 1em;
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}

/********************************/

.span-lib_logo {
/*  text-align: center;*/
}

.lib_logo--rep,
.lib_logo--rep--ar,
.lib_logo--rep--an {
  display: none; 
}

.lib_logo_langue p {
  margin: 0;
  font-weight: bold;
}

.lang_0 .lib_logo--rep,
.lang_1 .lib_logo--rep--ar,
.lang_2 .lib_logo--rep--an {
  display: inline-block;
  text-transform: capitalize;
}
 
.lang_1 .float-img-listing {
  float: right;
}

@media (min-width: 1200px) {
.figure_cabinet--border .administration .department:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 125px;
  border-left: 3px solid #888888;
  z-index: 0;
  top: -40px;
  left: 50%;
  margin-left: -4px;
  } 

  .figure_cabinet--border .administration .departments:after {
    content: "";
    display: block;
    position: absolute;
    width: 64.2%;
    height: 30px;
    border-top: 4px solid #888888;
    border-right: 3px solid #888888;
    border-left: 3px solid #888888;
    margin: 0 auto;
    top: 93px;
    left: 17.8%;
  }
}

.modal .content-popup p {
  display: flex;
}
.highcharts-title{
	visibility: hidden;
}

#primaryNav li li a {
    font-size: .92em;
}
#primaryNav li a{border-radius: 0!important;
    border-collapse: collapse!important;
}
#primaryNav li li a{border-radius: 0!important;
    border-collapse: collapse!important;
}
#primaryNav li a, .btn {
    white-space: pre-line !important;
}
#primaryNav li{width:25%}
#primaryNav li ul li{width:100%!important}
#primaryNav.col1 li{width:99.9%}
#primaryNav.col2 li{width:50%}
#primaryNav.col3 li{width:33.3%}
#primaryNav.col4 li{width:25%}
#primaryNav.col5 li{width:20%}
#primaryNav.col6 li{width:16.6%}
#primaryNav.col7 li{width:14.2%}
#primaryNav.col8 li{width:12.5%}
#primaryNav.col9 li{width:11.1%}
#primaryNav.col10 li{width:10%}
.sitemap{margin:0 0 40px;width:90%;padding:16px 0 0;line-height:1}
.attributions{margin:0 5%;width:90%;padding:40px;line-height:1}
#primaryNav #home,#primaryNav #home-col1{padding-bottom:15px;float:none;position:relative;z-index:2;display:block}
#primaryNav{margin:0;float:left;width:100%}
#primaryNav #home{padding-top:40px;background-image:none;margin-left:42.5%}
@media (max-width:767px){body.rtl #primaryNav #home{margin-right:34%}
#primaryNav #second{margin-left:42%}}@media (min-width:768px) and (max-width:979px){body.rtl #primaryNav #home{margin-right:33%}#primaryNav #second{margin-left:42%}}@media (min-width:980px) and (max-width:1219px){body.rtl #primaryNav #home{margin-right:20%}#primaryNav #second{margin-left:38%}}@media (min-width:1220px){body.rtl #primaryNav #home{margin-right:20%}#primaryNav #second{margin-left:43%}}#primaryNav #home-col1{background:0 0;padding-top:16px}#primaryNav #second{display:block;float:none;background:url(images/L3-li-top.png) 30% 52% no-repeat;position:relative;z-index:2;padding:20px 0 20px 150px;margin-top:-15px;margin-bottom:15px;overlay:hidden;width:55%}#primaryNav li,#primaryNav li.special{float:left;padding:30px 0;margin-top:-30px}#primaryNav li{background:url(images/L1-center.png) center top no-repeat}#primaryNav li.special{background:url(images/L1-first.png) center top no-repeat}#primaryNav li a{text-decoration:none;line-height:1.5em;vertical-align:middle;margin:0 20px 0 0;padding:8px 4px;display:block;font-size:1.05em !important;font-weight:700 !important;text-align:center;color:#fff;-moz-user-select:none;-webkit-user-select:none;-khtml-user-select:none;user-select:none;background-image:url(image/collapsed.gif)!important;background-position:top left;background-repeat:no-repeat}body.rtl #primaryNav li a{font-size:1.1em;font-weight:700;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,.25);text-shadow:1px 1px 0 rgba(0,0,0,.5);font-family:Tahoma,Gotham,Helvetica,Arial,sans-serif}#primaryNav li#home a{font-size:1.2em;line-height:1.5em}#primaryNzav a{text-shadow:1px 2px 4px #212121}#primaryNzav a:hover{text-shadow:0 -1px 0 #212121;-webkit-box-shadow:inset rgba(0,0,0,.5) 2px 2px 2px;-moz-box-shadow:inset rgba(0,0,0,.5) 2px 2px 2px}#primaryNav li a:hover{background-image:url(../../images/fond/2.png);background-position:top left;background-repeat:repeat}#primaryNav li:last-child{background:url(images/L1-right.png) center top no-repeat}#primaryNav li#fin{background:0 0;padding-bottom:0;padding-top:10px}#primaryNav li.special ul.specialul{margin:0;width:100%;float:right;padding:19px 0 20px;background:url(images/vertical-line.png) center top no-repeat}#primaryNav li li ul,#primaryNav li ul{margin:0;width:100%;background:url(images/L3-ul-top.png) center top no-repeat;float:right}#primaryNav li li,#primaryNav li li li{background:url(images/L3-center.png) left center no-repeat}#primaryNav li li li:last-child,#primaryNav li li:last-child{background:url(images/L3-bottom.png) left center no-repeat}#primaryNav li ul{padding:19px 0 20px}#primaryNav li li{width:100%;clear:left;margin-top:0;padding:10px}#primaryNav li li a{font-size:.92em}#primaryNav li li:first-child{padding-top:30px;background:url(images/L3-li-top.png) left center no-repeat}#primaryNav li li a:link:before,#primaryNav li li a:visited:before{color:#000}#primaryNav li li li{padding:5px 0}#primaryNav li li li a{font-size:.95em;padding:5px 0;width:80%;float:right}#primaryNav li li li:first-child{padding:15px 0 5px;background:url(images/L3-li-top.png) left center no-repeat}#primaryNav .memeniveau{background:url(images/L3-center.png) left center no-repeat!important;padding:5px 0}#primaryNav .memeniveau:first-child{padding:15px 0 5px;background:url(images/L3-li-top.png) left center no-repeat!important}#primaryNav .memeniveau:last-child{background:url(images/L3-bottom.png) left center no-repeat!important}.direction h3{font-size:1.1em;color:#fff;font-shadow:0 -1px 0 #000,0 1px 1px #fff}.direction ul li{list-style-type:disc;padding:5px;font-size:.8em}.direction ul li ul li{list-style-type:square;padding:5px 10px}.direction div.modal-body{padding:28px}.direction li.adresse,.direction li.fax,.direction li.mail,.direction li.site,.direction li.tel{margin-left:16px;padding:0 0 16px 32px;list-style-type:none!important}.direction li.adresse{background:url(images/icone-adresse.png) top left no-repeat}.direction li.tel{background:url(images/icone-tel.png) top left no-repeat}.direction li.fax{background:url(images/icone-fax.png) top left no-repeat}.direction li.mail{background:url(images/icone-mail.png) top left no-repeat}.direction li.site{background:url(images/icone-site.png) top left no-repeat}.info-special2{font-size:.8em}.info-special-rouge{font-size:.8em;background-image:linear-gradient(bottom,#7c2126 19%,#a23c41 60%);background-image:-o-linear-gradient(bottom,#7c2126 19%,#a23c41 60%);background-image:-moz-linear-gradient(bottom,#7c2126 19%,#a23c41 60%);background-image:-webkit-linear-gradient(bottom,#7c2126 19%,#a23c41 60%);background-image:-ms-linear-gradient(bottom,#7c2126 19%,#a23c41 60%);background-image:-webkit-gradient(linear,left bottom,left top,color-stop(.19,#7c2126),color-stop(.6,#a23c41))}.modal-dialog{background-color:#fff;background-color:rgba(255,255,255,.9)}#primaryNav .btn-default{background-color:#F0F0E9;color:#888!important}#primaryNav .btn-default:hover{background-color:#EDEDE8;color:#212121!important}div.single-article div.articleinfo a>img{-webkit-filter: opacity(0.85);filter: opacity0.85);}div.single-article div.articleinfo a:hover>img{-webkit-filter: opacity(1);filter: opacity(1);}


.lang_1 .keqAnswerWrap.keqAnswerRadio {
    float: right;
}

.lang_1 .tx-ke-questionnaire .keqAnswerBox .keqAnswerColumns div {
    padding: 5px;
    float: right;
}

.tx-ke-questionnaire .btn:first-child {
    float: left;
}