@import url('colors.css');
@import url('buttons.css');

@font-face {font-family: 'Geogrotesque-SemiBold';src: url('fonts/24B371_4_0.eot');src: url('fonts/24B371_4_0.eot?#iefix') format('embedded-opentype'),url('fonts/24B371_4_0.woff') format('woff'),url('fonts/24B371_4_0.ttf') format('truetype');}
@font-face {font-family: 'Geogrotesque-Medium';src: url('fonts/24B371_2_0.eot');src: url('fonts/24B371_2_0.eot?#iefix') format('embedded-opentype'),url('fonts/24B371_2_0.woff') format('woff'),url('fonts/24B371_2_0.ttf') format('truetype');}

@font-face {font-family: 'ProximaNovaA-Regular';src: url('fonts/2AFE2D_16_0.eot');src: url('fonts/2AFE2D_16_0.eot?#iefix') format('embedded-opentype'),url('fonts/2AFE2D_16_0.woff') format('woff'),url('fonts/2AFE2D_16_0.ttf') format('truetype');}
@font-face {font-family: 'ProximaNovaA-Semibold';src: url('fonts/2AFE2D_13_0.eot');src: url('fonts/2AFE2D_13_0.eot?#iefix') format('embedded-opentype'),url('fonts/2AFE2D_13_0.woff') format('woff'),url('fonts/2AFE2D_13_0.ttf') format('truetype');}
@font-face {font-family: 'ProximaNovaA-Bold';src: url('fonts/2AFE2D_7_0.eot');src: url('fonts/2AFE2D_7_0.eot?#iefix') format('embedded-opentype'),url('fonts/2AFE2D_7_0.woff') format('woff'),url('fonts/2AFE2D_7_0.ttf') format('truetype');}

body {
    background: #fff;
    /*background: #3f3a74 url(../img/bg/page-bg.jpg) no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, input, textarea, a {
    color: #707172;
    font-family: 'ProximaNovaA-Regular', Arial, "Helvetica Neue", Helvetica, sans-serif;
}

b, strong {
    font-family: 'ProximaNovaA-Bold', sans-serif;
    font-weight: normal;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    font-family: 'ProximaNovaA-Semibold', sans-serif;
    font-weight: normal;
}

hr {
    border-color: #c2c3c4;
}

a {
    color: #ab3426;
    font-weight: normal;
    outline: 0;
}

a:hover,
a.active {
    color: #df2a07;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.text-red {
    color: #df2a07;
}

.bd-navbar {
    background: #fff;
    height: 100px;
    top: 0;
    z-index: 1031;
}

.svg-logo {
    height: 74px;
    margin: 0 15px;
    max-width: 100%;
    vertical-align: middle;
    width: 205px;
}

.noscroll { 
    overflow: hidden;
}

.dropdown-toggle.no-caret::after {
    display: none;
}

.button_container {
    -webkit-transition: opacity .35s ease;
    -moz-transition: opacity .35s ease;
    -o-transition: opacity .35s ease;
    -ms-transition: opacity .35s ease;
    transition: opacity .35s ease;
    cursor: pointer;
    height: 27px;
    position: relative;
    width: 35px;
}

.button_container:hover {
    opacity: .7;
}

.button_container span {
    background: #000;
    border: none;
    cursor: pointer;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.button_container span:nth-of-type(2) {
    top: 11px;
}

.button_container span:nth-of-type(3) {
    top: 22px;
}

.overlay {
    background: #000;
    height: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: all .35s ease;
    visibility: hidden;
    width: 100%;
    z-index: 50;
}

.overlay .toggle_menu {
    color: #c8c8c8;
    font-size: 4rem;
    font-weight: 100;
    line-height: 0.4;
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 60;
}

.overlay.open {
    height: 100%;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
}

.overlay.open li {
    animation: fadeInLeft .5s ease forwards;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
    animation-delay: .50s;
}

.overlay nav {
    margin: 25px 0;
    position: relative;
}

.overlay ul {
    display: inline-block;
    list-style: none;
    margin: 0 25px;
    padding: 0;
    position: relative;
}

.overlay ul li {
    display: block;
    opacity: 0;
    position: relative;
}

.overlay ul li a {
    color: #c8c8c8;
    display: block;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
}

.overlay ul li a ul li a {
    color: #c8c8c8;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
    width: 100%;
}

.overlay ul li a:after {
    background: #c8c8c8;
    bottom: 0;
    content: '';
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: .35s;
    width: 0;
}

@keyframes fadeInLeft {
    0% {
        left: 20%;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

.divider {
    border-left: 1px solid #c2c3c4;
    height: 75%;
    margin: 0 0.5rem;
    overflow: hidden;
    width: 0;
}

header {
    background: #fff;
}

#menu-top,
#menu-bottom,
#menu-bottom-alt {
    color: #707172;
    height: 50px;
    padding: 0 20px;
}

#menu-top {
    float: right;
    list-style-type: none;
    margin: 0;
}

#menu-top .svg-twitter-colored {
    height: 27px;
    vertical-align: middle;
    width: 37px;
}

.cotations img {
    border-radius: 4px;
    height: 35px;
}

#menu-top li {
    border-right: 1px solid #c2c3c4;
    padding: 0 25px;
}

#menu-top li:first-child {
    padding-left: 0;
}

#menu-top li:last-child {
    border-right: none;
    padding-right: 0;
}

#menu-top li {
    line-height: 35px;
}

#menu-top li#searchbox {
    padding-bottom: 5px;
    padding-top: 5px;
}

#menu-top a,
#menu-bottom a,
#menu-bottom-alt a {
    color: #707172;
}

#menu-top .contact {
    color: #e91c23;
}

#searchbox #search {
    border: 0 none;
    color: #fff;
    font-size: 1em;
    height: 24px;
    margin-left: 5px;
    padding: 0 10px;
    width: 128px;

    background-color: #990000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#ff0000));
    background-image: -webkit-linear-gradient(top, #990000, #ff0000);
    background-image: -moz-linear-gradient(top, #990000, #ff0000);
    background-image: -o-linear-gradient(top, #990000, #ff0000);
    background-image: -ms-linear-gradient(top, #990000, #ff0000);
    background-image: linear-gradient(top, #990000, #ff0000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#990000', EndColorStr='#ff0000');

    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#searchbox #keywords {
    border: 0 none;
    color: #fff;
    font-size: 1em;
    height: 24px;
    margin-left: 5px;
    padding: 0 10px;
    width: 128px;

    background-color: #990000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#990000), to(#ff0000));
    background-image: -webkit-linear-gradient(top, #990000, #ff0000);
    background-image: -moz-linear-gradient(top, #990000, #ff0000);
    background-image: -o-linear-gradient(top, #990000, #ff0000);
    background-image: -ms-linear-gradient(top, #990000, #ff0000);
    background-image: linear-gradient(top, #990000, #ff0000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#990000', EndColorStr='#ff0000');

    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#searchbox #search:focus,
#searchbox #keywords:focus {
    outline : none;
}

#searchbox .submit {
    background: transparent url(../img/btn/search-btn.png) no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 24px;
    text-indent: -9000px;
    width: 34px;
}

#searchbox #search,
#searchbox #keywords,
#searchbox .submit,
#searchbox label {
    display: block;
    float: left;
}

#searchbox label {
    line-height: 24px;
    margin-bottom: 0;
}

#menu-bottom,
#menu-bottom-alt {
    clear: right;
    position: relative;
}

#menu-bottom li,
#menu-bottom-alt li {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}
#menu-bottom li > a,
#menu-bottom-alt li > a {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    display: block;
    line-height: 40px;
    padding: 0 9px;
}

#menu-bottom li:first-child,
#menu-bottom-alt li:first-child {
    padding-left: 0;
}

#menu-bottom li:last-child,
#menu-bottom-alt li:last-child {
    padding-right: 0;
}

#menu-bottom li:hover,
#menu-bottom li.active
#menu-bottom-alt li:hover,
#menu-bottom-alt li.active {
    border-bottom: 5px solid #707172;
}

#menu-bottom li.ufip:hover,
#menu-bottom li.ufip.active,
#menu-bottom-alt li.ufip:hover,
#menu-bottom-alt li.ufip.active {
    border-bottom-color: #2f2f78;
}

#menu-bottom li.petrol:hover,
#menu-bottom li.petrol.active,
#menu-bottom-alt li.petrol:hover,
#menu-bottom-alt li.petrol.active {
    border-bottom-color: #0087c8;
}

#menu-bottom li.activities:hover,
#menu-bottom li.activities.active,
#menu-bottom-alt li.activities:hover,
#menu-bottom-alt li.activities.active {
    border-bottom-color: #e53527;
}

#menu-bottom li.news:hover,
#menu-bottom li.news.active,
#menu-bottom-alt li.news:hover,
#menu-bottom-alt li.news.active {
    border-bottom-color: #7ab51d;
}

#menu-bottom li.faq:hover,
#menu-bottom li.faq.active,
#menu-bottom-alt li.faq:hover,
#menu-bottom-alt li.faq.active {
    border-bottom-color: #83a8b7;
}

#menu-bottom li.show,
#menu-bottom-alt li.show {
    border: 0;
}

#menu-bottom li.show > a,
#menu-bottom-alt li.show > a {
    border: 1px solid #969696;
    border-bottom-color: #fff;
    padding-top: 8px;
    position: relative;
    z-index: 1001;
}

#menu-bottom li.show > a span,
#menu-bottom-alt li.show > a span {
    position: relative;
    top: -4px;
}

.megamenu {
    border: 1px solid #969696;
    border-radius: 0;
    left: 0;
    margin: 0;
    min-width: 40rem;
    padding: 0;
    position: absolute;
    top: 49px;
}

.megamenu .min-blocks {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 20px;
}

.min-blocks .min-block {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.min-blocks .min-block:hover {
    opacity: 0.8;
}

.min-blocks .min-block a {
    border: 0 !important;
    display: block;
}

.min-blocks .min-block .block-inner {
    border-bottom-left-radius: 15px;
    border-top-right-radius: 30px;
    background: #000;
    color: #fff;
    height: 160px;
}

.min-blocks .min-block .img {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 95px;
    width: 100%;
}

.min-blocks .min-block .block-content {
    padding: 15px;
}

.min-blocks .min-block .title {
    font-size: 1rem;
    line-height: 1rem;
}

footer {
    background-color: #fff;
    border-top: 1px solid #c7c7c7;
    padding: 10px 15px;
    text-align: center;
}

footer ul li {
    color: #707172;
}

footer ul li a {
    color: #000;
    display: block;
}

footer #legal {
    background-color: #0079bf;
    color: #fff;
    display: inline-block;
    font-size: 80%;
    line-height: 14px;
    padding: 5px;
}

#ban {
    background: #fff;
    padding-bottom: 25px;
    position: relative;
}

#slider {
    background: #fff url(../img/ban/Home-page.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 320px;
    overflow: hidden;
    position: relative;
    top: 0;
}

#slider #bt_datas {
    color: #fff;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}

#slider #bt_datas:hover {
    color: #df2a07;
}

#slider .royalSlider {
    margin: 0;
    padding: 15px;
    width: 100%;
}

#slider .royalSlider .rsSlide {
    border-radius: 10px;
}

#page-content {
    position: relative;
}

#content {
    background: #fff;
    padding: 0 15px;
}

#back-to-top {
    bottom: 17px;
    opacity: 0;
    position: fixed;
    right: 25px;
    transition: opacity 0.2s ease-out;
    z-index: 1031;
}

#back-to-top.show {
    opacity: 1;
}

#back-to-top svg {
    height: 45px;
    width: 45px;
}

#page-activites #content {
    padding-left: 30px;
    padding-right: 30px;
}

#page-activites #intro-page {
    font-size: 1.1rem;
    line-height: 1.2;
}

#page-activites #intro-page .title {
    color: #000;
    font-family: 'ProximaNovaA-Bold', sans-serif;
    font-size: 1.5rem;
    line-height: 1;
}

#title-page {
    background-color: #707172;
    color: #fff;
    font-size: 1.5rem;
    margin: 0 -15px 15px -15px;
    padding: 10px 0;
    text-align: center;
}

#page-activites #title-page {
    margin-left: -30px;
    margin-right: -30px;
}

#page-ufip #title-page {
    background: #2d1d67;
    background: -moz-linear-gradient(top, #22174b 0%, #2d1d67 100%);
    background: -webkit-linear-gradient(top, #22174b 0%, #2d1d67 100%);
    background: linear-gradient(to bottom, #22174b 0%, #2d1d67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22174b', endColorstr='#2d1d67', GradientType=0);
    color: #fff;
}

#page-petrol #title-page {
    background: #2d1d67;
    background: -moz-linear-gradient(top, #22174b 0%, #2d1d67 100%);
    background: -webkit-linear-gradient(top, #22174b 0%, #2d1d67 100%);
    background: linear-gradient(to bottom, #22174b 0%, #2d1d67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22174b', endColorstr='#2d1d67', GradientType=0);
    color: #fff;
}

#page-activites #title-page {
    background: #ea1c24;
    background: -moz-linear-gradient(top, #9a0a15 0%, #ea1c24 100%);
    background: -webkit-linear-gradient(top, #9a0a15 0%, #ea1c24 100%);
    background: linear-gradient(to bottom, #9a0a15 0%, #ea1c24 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9a0a15', endColorstr='#ea1c24', GradientType=0);
    color: #fff;
}

#page-activites-metiers #title-page {
    background: #2d1d67;
    background: -moz-linear-gradient(top, #22174b 0%, #2d1d67 100%);
    background: -webkit-linear-gradient(top, #22174b 0%, #2d1d67 100%);
    background: linear-gradient(to bottom, #22174b 0%, #2d1d67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22174b', endColorstr='#2d1d67', GradientType=0);
    color: #fff;
}

#home-sidebar,
.sidebar {
    background: #eee;
}

.sidebar,
.side-content {
    padding-bottom: 15px;
    padding-top: 15px;
}

.degrade-sidebar {
    background: #efefef;
    background: -moz-linear-gradient(left, #efefef 0%, #fff 100%);
    background: -webkit-linear-gradient(left, #efefef 0%, #fff 100%);
    background: linear-gradient(to right, #efefef 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#fff', GradientType=1);
    padding-top: 15px;
}

.degrade-side-content {
    background: #efefef;
    background: -moz-linear-gradient(left, #efefef 0%, #fff 100%);
    background: -webkit-linear-gradient(left, #efefef 0%, #fff 100%);
    background: linear-gradient(to right, #efefef 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#fff', GradientType=1);
    padding-bottom: 15px;
    padding-top: 15px;
}

.sidebar > .title {
    color: #ea1c24;
    font-size: 1.2rem;
    padding-bottom: 10px;
}

.sidebar > ul li {
    padding-bottom: 10px;
}

.sidebar > ul li a {
    color: #808080;
    display: block;
}

.sidebar > ul li.active a,
.sidebar > ul li.active a {
    color: #000;
}

.side-content .title {
    color: #ea1c24;
    font-size: 1.5rem;
}

.side-content .addthis_inline_share_toolbox {
    border-bottom: 1px solid #c2c3c4;
    margin-bottom: 15px;
}

.side-content ul.actions {
    border-bottom: 1px solid #c2c3c4;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

#page-ufip .sidebar .title,
#page-ufip .side-content .title {
    color: #2f2f78;
}

#page-petrol .sidebar .title,
#page-petrol .side-content .title {
    color: #0087c8;
}

#page-ufip .side-content .excerpt,
#page-petrol .side-content .excerpt {
    margin-top: 0;
}

#home-actions {
    width: 100%;
}

#home-actions .btn {
    border-radius: 0;
    margin: 0;
}

#page-home #article-categories {
    padding-top: 10px;
}

#page-home #article-categories li {
    margin-top: 15px;
    margin-right: 15px;
}

#page-home #article-categories li a {
    line-height: 1.2;
    opacity: 0.5;
}

#page-home #article-categories li a:hover,
#page-home #article-categories li.active a {
    opacity: 1;
}

#page-home #article-categories li.active {
    margin-right: 0;
}

#home-sidebar {
    display: none;
}

#home-articles {
    padding-top: 25px;
}

#home-articles .article {
    border-bottom: 1px solid #c2c3c4;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

#home-articles .article .title {
    font-family: 'ProximaNovaA-Regular', sans-serif;
    font-size: 1.5rem;
    margin: 0;
}

#home-articles .article.category-information .title {
    color: #da091c;
}

#home-articles .article.category-communique .title {
    color: #2d1d67;
}

#home-articles .article .date {
    font-size: 0.8rem;
    text-transform: uppercase;
}

#home-articles .article .summery {
    color: #546e7a;
    font-size: 1.1rem;
}

ul.actions {
    margin-bottom: 0;
    padding-top: 5px;
}

ul.actions img,
ul.actions svg {
    opacity: 0.9;
}

ul.actions img:hover,
ul.actions svg:hover {
    opacity: 1;
}

ul.actions svg {
    vertical-align: middle;
}

ul.actions .svg-print {
    height: 24px;
    width: 24px;
}

ul.actions .svg-print .path1 {
    color: red;
    fill: red;
}

ul.actions .svg-print .path2 {
    color: green;
    fill: green;
}

ul.actions .svg-like {
    height: 24px;
    width: 27px;
}

ul.actions .svg-twitter {
    height: 24px;
    width: 30px;
}

.excerpt {
    margin-bottom: 10px;
    margin-top: 10px;
}

.active .excerpt,
.active .excerpt p {
    font-family: 'ProximaNovaA-Bold', sans-serif;
}

.excerpt p:last-child {
    margin-bottom: 0;
}

.big-block {
    margin-bottom: 30px;
}

.big-block a {
    display: block;
}

.big-block .block-inner {
    border-top-right-radius: 30px;
    background: #000;
    color: #fff;
    font-size: 0.8rem;
}

.big-block .img {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 25px;
    height: 95px;
    width: 100%;
}

.big-block .block-content {
    padding: 15px 25px;
}

.big-block .title {
    font-size: 0.8rem;
}

.big-block .more {
    background: #c4af96;
    border-bottom-left-radius: 25px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}

.big-block:hover .more {
    background: #b49f86;
}

.rounded-title {
    background: transparent;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    color: #fff;
    display: block;
    font-family: 'ProximaNovaA-Semibold', sans-serif;
    margin-bottom: 15px;
    padding: 5px 15px;
}

.rounded-title:hover {
    color: #fff;
}

ul.rounded-list {
    background: #fff;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 15px 0;
}

ul.rounded-list li {
    padding-bottom: 0;
}

ul.rounded-list li:not(.title) a {
    color: #fff;
    display: block;
    padding: 5px 15px;
}

ul.rounded-list li:not(.title):hover a,
ul.rounded-list li.active a {
    color: #000 !important;
    padding-left: 25px;
}

ul.rounded-list .title {
    color: #fff;
    font-family: 'ProximaNovaA-Semibold', sans-serif;
    padding: 0 15px 5px 15px;
}

ul.rounded-list .title a {
    color: #fff;
    font-family: 'ProximaNovaA-Semibold', sans-serif;
}

ul.rounded-list .subtitle {
    background: #e42423;
    border-bottom: 2px solid #eee;
    border-top: 2px solid #eee;
    color: #fff;
    line-height: 30px;
    margin-bottom: 10px;
    text-align: center;
}

ul.list-links-sidebar li {
    padding-bottom: 0;
}

ul.list-links-sidebar li a {
    border: 2px solid transparent;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    padding: 5px 15px;
    text-align: left;
    white-space: initial;
}

ul.list-links-sidebar li.active a,
ul.list-links-sidebar li a:hover {
    color: #fff !important;
    opacity: 0.8;
}

.block-article {
    color: #666;
    margin-bottom: 15px;
}

#page-activites-securite .block-article {
    background: #efefef;
    background: -moz-linear-gradient(left, #efefef 0%, #fff 100%);
    background: -webkit-linear-gradient(left, #efefef 0%, #fff 100%);
    background: linear-gradient(to right, #efefef 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#fff', GradientType=1);
    padding: 15px;
}

.block-article .title {
    font-size: 1.1rem;
}

.block-article.active .title {
    font-family: 'ProximaNovaA-Semibold', sans-serif;
}

.block-article .subtitle {
    font-size: 0.9rem;
}

.block-article .excerpt,
.block-article .content {
    font-size: 0.9rem;
}

.block-article.active .excerpt {
    font-size: 1rem;
}

.block-article ul.actions {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

#page-activites-securite .block-article .title,
#page-activites-securite .block-article .title a {
    color: #e42423;
}

#page-activites-securite .block-article .subtitle {
    color: #808080;
}

#page-activites-securite .block-article .content {
    margin: 10px 0;
}

#page-activites-metiers .intro {
    color: #515392;
}

#page-activites-metiers .block-article {
    border-bottom: 1px solid #c2c3c4;
    padding-bottom: 10px;
}

#page-activites-metiers .block-article .title,
#page-activites-metiers .block-article .title a {
    color: #515392;
}

.list-logo {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
}

.list-logo li {
    display: inline-block;
}

.list-logo li:not(:last-child) {
    margin-right: .5rem;
    margin-top: .5rem;
}

.list-logo a {
    display: block;
    text-align: center;
    width: 100px;
}

.list-logo a:hover img {
    opacity: 0.5;
}

.list-logo img {
    height: auto;
    max-width: 100%;
}

.card-partner {
    color: #707172;
    max-width: 470px;
    padding-top: 10px;
}

.card-partner img {
    max-height: 90px;
    max-width: 100%;
}

.hide {display: none;}
.bt_red {color:#fff;font-weight: bold;padding: 5px;line-height: 17px;letter-spacing: 1px;background-color: #e53527;background-image: -webkit-gradient(linear, left top, left bottom, from(#e53527), to(#9b0000));background-image: -webkit-linear-gradient(top, #e53527, #9b0000);background-image: -moz-linear-gradient(top, #e53527, #9b0000);background-image: -o-linear-gradient(top, #e53527, #9b0000);background-image: -ms-linear-gradient(top, #e53527, #9b0000);background-image: linear-gradient(top, #e53527, #9b0000);filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e53527', EndColorStr='#9b0000');-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.bt_red:hover {color:#fff;}
.ln-letters {overflow:hidden;}
.ln-letters a {display:block;float:left;padding:0 6px;font-size:20px;text-decoration:none;}
.ln-letters a.ln-disabled {color:#ccc;}
.ln-letters a:hover, .ln-letters a.ln-selected {color:#1a171b;}
.ln-letters .all {float:right;margin:4px 0 0 0;border:0;}
.ln-letters .all a {color:#fff;padding: 2px 8px;font-size: 16px;}
.ln-no-match {list-style-type:none;}

#glossaire_faq-nav {margin-top:50px;}
#glossaire_faq-explik {border-bottom: 1px solid #c2c3c4;margin-bottom: 15px;}
#glossaire_faq .article {padding:0 0 10px 0;background:none;}
#glossaire_faq .tit_def {padding:0 0 10px 17px;color:#1a171b;line-height:100%;background:transparent url(../img/puce.png) no-repeat 0 1px;cursor:pointer;}
#glossaire_faq .txt_def {padding-top:10px;background:transparent url(../img/t_arrow.png) no-repeat 30px 0;margin-bottom:10px;}
#glossaire_faq .contents {background-color:#eef3f5;padding:20px 30px;}
#glossaire_faq .contents p:last-child {margin-bottom:0;}

#glossaire_documents .article {padding:0 0 10px 0;background:none;}
#glossaire_documents .article.cat_18 .tit_def {background-image: url(../img/ico/red-narrow-ico.png);}
#glossaire_documents .article.cat_16 .tit_def {background-image: url(../img/ico/green-narrow-ico.png);}
#glossaire_documents .article.cat_17 .tit_def {background-image: url(../img/ico/blue-narrow-ico.png);}
#glossaire_documents .article.cat_15 .tit_def {background-image: url(../img/ico/purple-narrow-ico.png);}
#glossaire_documents .tit_def {padding:0 0 10px 17px;color:#1a171b;line-height:100%;background:transparent url(../img/puce.png) no-repeat 0 1px;cursor:pointer;}
#glossaire_documents .txt_def {padding-top:10px;background:transparent url(../img/t_arrow.png) no-repeat 30px 0;}
#glossaire_documents .contents {background-color:#eef3f5;padding:20px 30px;}
#glossaire_documents .contents p:last-child {margin-bottom:0;}

.back_title {
    background-color: #707172;
    color: #fff;
    padding: 5px 20px;
}

.modal .modal-body h2 {
    color: #da091c;
    font-family: 'ProximaNovaA-Regular', sans-serif;
    font-size: 1.5rem;
    margin: 0;
}





/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    #home-actions .btn {
        font-size: 0.5rem;
    }

    .big-block .img {
        display: none;
    }

    .big-block .block-content {
        padding: 0 30px;
        width: 100%;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .big-block .block-content {
        padding: 0 15px;
        width: 50%;
    }
}

@media (max-width: 767.98px) {
    .fancybox-slide--iframe .fancybox-content {
        width: 100% !important;
        max-width: 100% !important;
    }

    .container {
        max-width: 100%;
        padding: 0;
    }

    #ban {
        display: none;
    }

    #ban.ban-show {
        display: block;
    }

    #slider {
        height: auto;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    #slider .royalSlider {
        min-height: 200px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    #slider .royalSlider .rsArrow {
        height: auto;
    }

    #slider .royalSlider .rsArrowLeft,
    #slider .royalSlider .rsArrowRight {
        bottom: -15px;
        top: auto;
    }

    #slider .royalSlider .rsArrowLeft {
        left: -30px;
    }

    #slider .royalSlider .rsArrowRight {
        right: -30px;
    }

    #slider .highcharts-title {
        font-size: 12px !important;
    }

    #slider #bt_datas {
        font-size: 0.8rem;
    }

    #degrade-sidebar,
    #degrade-side-content {
        background: #fff;
    }

    #home-articles .article {
        display: block !important;
    }

    .big-block {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .big-block .block-inner {
        border-bottom-left-radius: 30px;
        min-height: inherit;
        height: 95px;
    }

    .big-block .img {
        border-top-right-radius: 0;
        float: left;
        width: 50%;
    }

    .big-block .block-content {
        display: table;
        float: left;
        height: 100%;
        overflow: hidden;
        table-layout: fixed;
    }

    .big-block .title {
        display: table-cell;
        font-size: 1.1rem;
        vertical-align: middle;
    }

    .big-block .intro {
        display: none;
    }

    .big-block .more {
        display: none;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    #searchbox label {
        display: none;
    }

    #searchbox #keywords {
        width: 58px;
    }

    #menu-top li {
        padding: 0 5px;
    }

    #menu-bottom li,
    #menu-bottom-alt li {
    }

    #menu-bottom li > a {
        font-size: 0.7rem;
        padding: 0 3px;
    }

    #menu-bottom-alt li > a {
        font-size: 0.8rem;
        padding: 0 3px;
    }
}

@media (min-width: 768px) {
    .bd-navbar .svg-logo {
        height: 50px;
        width: 138px;
    }

    .bd-navbar-min .bd-navbar {
        position: -webkit-sticky;
        position: sticky;
        -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
        -o-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.5);
        filter:progid:DXImageTransform.Microsoft.Shadow(color=#000, Direction=180, Strength=5);
        background: #f1f1f1;
        height: 50px;
    }

    .bd-navbar-min .bd-navbar #menu-top {
        display: none !important;
    }

    .bd-navbar-min .bd-navbar .svg-logo {
        height: 40px;
        width: 110px;
    }

    .bd-navbar-min #page-content {
        margin-top: 50px;
    }

    .bd-navbar-min #menu-bottom {
        display: flex !important;
    }

    .bd-navbar-min #menu-bottom-alt {
        display: none !important;
    }

    #title-page {
        display: none;
    }

    #slider .royalSlider {
        bottom: 30px;
        height: auto;
        position: absolute;
        right: 38px;
        width: 600px;
    }

    #slider #bt_datas {
        bottom: 10px;
        color: #fff;
        font-weight: bold;
        letter-spacing: 1px;
        position: absolute;
        right: 240px;
        z-index: 3;
    }

    #home-actions {
        display: none;
    }

    #home-sidebar,
    #home-articles {
        display: block !important;
    }

    .big-block .img {
        height: 132px;
    }

    .big-block .block-content {
        min-height: 90px;
    }

    .big-block .title {
        font-size: 1.2rem;
    }

    .big-block .intro {
        font-size: 1rem;
    }
}

@media (max-width: 991.98px) {
    #glossaire_faq-nav {
        margin-top: 14px;
    }

    .ln-letters .all {
        margin: 0 0 10px 0;
        width: 100%;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    #menu-top li {
        padding: 0 7px;
    }

    #menu-bottom li > a,
    #menu-bottom-alt li > a {
        font-size: 0.8rem;
        padding: 0 8px;
    }
}

@media (min-width: 992px) {
    .bd-navbar .svg-logo {
        height: 74px;
        width: 205px;
    }

    .megamenu {
        left: 50%;
        transform: translateX(-65%);
        will-change: transform;
    }

    .big-block .img {
        height: 160px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}



@media print {
    body * {
        visibility: hidden;
    }

    #section-to-print, #section-to-print * {
        visibility: visible;
    }

    #section-to-print {
        position: fixed;
        left: 0;
        top: 0;
    }
}

