body {
    font-family: "Montserrat", sans-serif
}

body p,
body li {
    font-size: 15px;
    color: #00314c;
    text-align: right
}

body .has-primary-color {
    color: #ed2e21
}

body .has-primary-color a {
    color: #ed2e21
}

body .timeline__wrap {
    direction: ltr
}

body .forminator-row-last {
    float: right
}

body .forminator-label {
    display: flex;
    justify-content: right;
    margin-right: 10px
}

body .sub-menu {
    left: -185px !important
}

body .has-secondary-color {
    color: #f7a822
}

body .has-secondary-color a {
    color: #f7a822
}

body .has-text-color {
    color: #00314c;
    text-align: right
}

body .has-text-color a {
    color: #00314c !important
}

body .has-black-color {
    color: #000
}

body .has-black-color a {
    color: #000
}

body a {
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    text-decoration: none;
    outline: none;
    color: black
}

body a:hover {
    text-decoration: none
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #00314c;
    font-weight: 700;
    margin-bottom: 24px
}

body h1 {
    font-size: 24px;
    line-height: 28px;
    color: #ed2e21
}

body h2 {
    font-size: 22px;
    line-height: 26px;
    color: #f7a822
}

body h3 {
    font-size: 20px;
    line-height: 24px;
    color: #df673c
}

body h4 {
    font-size: 18px;
    line-height: 22px;
    color: #00314c
}

body h5 {
    font-size: 16px;
    line-height: 20px
}

body h6 {
    font-size: 16px;
    line-height: 20px
}

body .list-inline li {
    display: inline-block
}

body .img-rounded {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden
}

body .alignright {
    float: right;
    margin-left: 10px
}

body .wp-block-image {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
		justify-content: center;
    display: flex;
}

body .wp-block-image img {
    max-width: 100%;
    height: auto;
    overflow: hidden
		
}

body .wp-block-separator {
    border-color: #e6e9f4;
    border-bottom: 0;
    margin-top: 30px;
    margin-bottom: 30px
}

body .ms-shadow {
    box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    -webkit-box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    -moz-box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15)
}

body .ms-arrow {
    display: block;
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

body .ms-arrow:before {
    content: "";
    width: 16px;
    height: 4px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ed2e21;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms
}

body .ms-arrow:after {
    content: "";
    width: 16px;
    height: 4px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #ed2e21;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: 3;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms
}

body .ms-bloc-green {
    border: 3px solid #49db7a;
    background-color: #fff;
    padding: 30px;
    box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    -webkit-box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    -moz-box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    position: relative
}

body .ms-image-bg {
    position: absolute;
    margin: 0
}

body .ms-image-bg .alignright {
    margin: 0 !important
}

body .ms-image-bg.bas-droite {
    bottom: 0;
    right: 0
}

body .ms-listbox .wp-block-column {
    min-height: 80px;
    border: 2px solid #ebf0f4;
    box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    -webkit-box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    -moz-box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 10px 20px;
    text-align: right
}

body .ms-listbox .wp-block-column p {
    width: 100%;
    margin: 10px 0
}

body .ms-box {
    min-height: 80px;
    border: 2px solid #ebf0f4;
    box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    -webkit-box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    -moz-box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 10px 20px
}

body .wp-block-aab-accordion-block .aab__accordion_head {
    border-bottom: 2px solid #ebf0f4;
    padding-left: 0
}

body .wp-block-aab-accordion-block .aab__accordion_title {
    color: #ed2e21
}

body .wp-block-aab-accordion-block h4.aab__accordion_title {
    color: #ed2e21 !important;
    text-align: right
}

body .wp-block-aab-accordion-block .aab__icon {
    color: #ed2e21;
    font-size: 26px
}

body .wp-block-aab-accordion-block .aab__icon.dashicons-arrow-down-alt2 {
    color: #999
}

body .wp-block-aab-group-accordion .wp-block-aab-accordion-item .aagb__accordion_head {
    background-color: #f8fbfd !important;
    padding: 15px 25px;
    text-decoration: none;
    outline: 0;
    border: 1px solid #ebf0f4;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    box-shadow: 5px 5px 10px -5px rgba(152, 163, 210, .1);
    -webkit-box-shadow: 5px 5px 10px -5px rgba(152, 163, 210, .1);
    -moz-box-shadow: 5px 5px 10px -5px rgba(152, 163, 210, .1);
    position: relative;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms
}

body .wp-block-aab-group-accordion .wp-block-aab-accordion-item .aagb__accordion_head .aagb__accordion_title {
    color: #00314c !important;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500
}

body .wp-block-aab-group-accordion .wp-block-aab-accordion-item .aagb__accordion_head .aagb__accordion_icon span::before {
    color: #ed2e21
}

body .wp-block-aab-group-accordion .wp-block-aab-accordion-item.aagb__accordion_active .aagb__accordion_head {
    background-color: #3073ba !important
}

body .wp-block-aab-group-accordion .wp-block-aab-accordion-item.aagb__accordion_active .aagb__accordion_head .aagb__accordion_title {
    color: #fff !important
}

body .wp-block-aab-group-accordion .wp-block-aab-accordion-item.aagb__accordion_active .aagb__accordion_head .aagb__accordion_icon span::before {
    color: #fff
}

body .wp-block-aab-group-accordion .wp-block-aab-accordion-item.aagb__accordion_active .aagb__accordion_body {
    border-top: none !important;
    padding-top: 20px !important
}

body .wp-block-aab-group-accordion a:hover {
    text-decoration: underline
}

body .wp-block-aab-group-accordion .wp-block-aab-accordion-block .aab__accordion_head {
    padding-left: 0
}

body .ms-btn {
    display: inline-block;
    margin: auto;
    color: #fff;
    background-color: #ed2e21;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding: 8px 25px
}

body .ms-btn:hover {
    background-color: #9b160d
}

body .mfp-with-zoom .mfp-container,
body .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

body .mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

body .mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

body .mfp-with-zoom.mfp-removing .mfp-container,
body .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

body.search_no_scroll,
body.lang_no_scroll {
    overflow: hidden
}

body.search_no_scroll section.search-lang .search-bar,
body.lang_no_scroll section.search-lang .search-bar {
    margin-top: 0;
    width: 100%;
    height: 100%;
    opacity: 1
}

body.search_no_scroll section.search-lang.search {
    opacity: 1;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9)
}

body.lang_no_scroll section.search-lang.lang {
    opacity: 1;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .9)
}

body section.search-lang {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity 150ms;
    -moz-transition: opacity 150ms;
    -ms-transition: opacity 150ms;
    -o-transition: opacity 150ms;
    transition: opacity 150ms;
    z-index: 110;
    display: flex;
    justify-content: center;
    align-items: center
}

body section.search-lang .search-bar {
    width: 100%;
    margin-top: 250px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    opacity: 0
}

body section.search-lang .search-field {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    outline: none;
    width: 100%;
    height: 50px;
    padding: 15px 0;
    color: #fff;
    font-size: 18px;
    -webkit-transition: opacity 150ms;
    -moz-transition: opacity 150ms;
    -ms-transition: opacity 150ms;
    -o-transition: opacity 150ms;
    transition: opacity 150ms
}

body section.search-lang .search-submit {
    border: none;
    background-color: #ed2e21;
    outline: none;
    width: 100%;
    height: 50px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 150ms;
    -moz-transition: all 150ms;
    -ms-transition: all 150ms;
    -o-transition: all 150ms;
    transition: all 150ms
}

body section.search-lang .search-submit:hover,
body section.search-lang .search-submit:focus {
    background-color: #cb1c10
}

body section.search-lang a.lang {
    display: block;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #00314c;
    text-align: center;
    font-weight: 700;
    position: relative;
    color: #fff
}

body section.search-lang a.lang img {
    position: absolute;
    left: 25px;
    top: 16px;
    width: 25px;
    overflow: hidden;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}

body section.search-lang a.lang:hover {
    background-color: #002133
}

header {
    position: relative
}

header .top-header {
    background: rgba(0, 0, 0, .8);
    padding-bottom: 20px;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100px
}

header .top-header .logo {
    margin-top: 22px;
    display: block
}

header #main-menu {
      margin: 0;
    float: inherit;
    position: relative;
    width: "103%";
    justify-content: center;
}

header #main-menu li {
    margin: 0 5px;
    position: relative
}

header #main-menu li a {
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    display: block;
    padding: 20px 0;
    position: relative
}

header #main-menu li a.active,
header #main-menu li a:hover {
    color: #f7a822
}

header #main-menu li a span {
    pointer-events: none
}

header #main-menu li:last-child {
    margin-right: 0
}

header #main-menu li.menu-item-has-children>a>span {
    position: relative;
    display: inline-block;
    padding-right: 20px;
    width: 100%
}

header #main-menu li.menu-item-has-children>a>span:before {
    content: "";
    width: 8px;
    height: 2px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f7a822;
    position: absolute;
    top: 9px;
    right: 4px;
    z-index: 1;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

header #main-menu li.menu-item-has-children>a>span:after {
    content: "";
    width: 8px;
    height: 2px;
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f7a822;
    position: absolute;
    top: 9px;
    right: 0;
    z-index: 3;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms
}

header #main-menu li .sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    position: absolute;
    list-style: none;
    width: 100%;
    min-width: 260px;
    text-align: left;
    padding-left: 0;
    pointer-events: none;
    z-index: 100
}

header #main-menu li .sub-menu a {
    text-transform: initial;
    font-size: 12px;
    display: block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    background-color: #f7a822;
    border-bottom: 1px solid #f8b23b
}

header #main-menu li .sub-menu a:hover {
    background-color: #f69e09
}

header #main-menu li .sub-menu li {
    width: 100%;
    margin: 0
}

header #main-menu li .sub-menu li:hover>.sub-menu {
    pointer-events: all;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    opacity: 1;
    visibility: visible;
    left: 260px;
    transform: rotateX(0deg);
    top: 0
}

header #main-menu li .sub-menu li:last-child a {
    border: none
}

header #main-menu li .sub-menu .sub-menu {
    left: 0;
    top: 0;
    margin-top: 0;
    padding: 0;
    z-index: 90
}

header #main-menu li:hover>.sub-menu {
    pointer-events: all;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg)
}

header #main-menu>li {
    padding-top: 20px
}

header #main-menu>li .sub-menu a>span:before,
header #main-menu>li .sub-menu a>span:after {
    background-color: #ed2e21
}

header #main-menu .menu-sliding {
    height: 100%;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 2;
    background: #ed2e21
}

header #main-menu .menu-sliding.type-line {
    height: 6px;
    background: #ed2e21;
    margin-top: 0
}

header .menu-container {
    position: relative;
    padding-right: 70px
}

header .menu-container .search-button {
    width: 2em;
    height: 2em;
    transition: all .3s ease-in-out;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: -4px;
    top: 34px
}

header .menu-container .search-button::before {
    content: "";
    position: absolute;
    top: .45em;
    right: 23.5%;
    width: 0;
    height: .12em;
    margin-top: -0.14em;
    background-color: #fff;
    transform: rotate(-45deg);
    transform-origin: right top
}

header .menu-container .search-button::after {
    content: "";
    position: absolute;
    bottom: .45em;
    right: .47em;
    width: .5em;
    height: .12em;
    margin-top: -0.14em;
    background-color: #fff;
    transform: rotate(45deg);
    transform-origin: right bottom
}

header .menu-container .search-button .search-icon {
    position: absolute;
    display: block;
    top: .4em;
    left: .4em;
    width: 1em;
    height: 1em;
    border-radius: 1em;
    border-width: .12em;
    border-style: solid;
    border-color: #fff
}

header .menu-container .search-button.active::before,
header .menu-container .search-button.active::after {
    width: 1.55em
}

header .menu-container .search-button.active .search-icon {
    width: 0;
    height: 0;
    border-color: rgba(0, 0, 0, 0)
}

header .menu-container .search-button::before,
header .menu-container .search-button::after,
header .menu-container .search-button .search-icon {
    transition: all .3s ease-in-out
}

header .menu-container .search-button.lang {
    right: 24px
}

header .menu-container .search-button.lang .world {
    font-size: 10px;
    fill: #fff;
    width: 2em;
    height: 2em;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    white-space: nowrap;
    border: .18em solid #fff;
    box-sizing: border-box;
    background-image: url(#icon-world);
    margin-top: 2px
}

header .menu-container .search-button.lang .world svg {
    font-size: 18px;
    width: 4em;
    height: 1em;
    margin-top: -0.68px;
    display: inline;
    margin-left: -2.75em
}

header .menu-container .search-button.lang .world:hover svg {
    animation: world-scroll 3s linear infinite
}

header .menu-container .search-button.lang::after {
    width: 0
}

header .menu-container .search-button.lang.active::after {
    width: 1.55em
}

header .menu-container .search-button.lang.active .world {
    width: 0;
    height: 0;
    border-color: rgba(0, 0, 0, 0)
}

@keyframes world-scroll {
    from {
        margin-left: -2.75em
    }

    to {
        margin-left: -1em
    }
}

header .menu-mobile-button {
    margin-top: 20px;
    width: 28px;
    display: block
}

header .menu-mobile-button span,
header .menu-mobile-button::before,
header .menu-mobile-button::after {
    display: block;
    background-color: #fff;
    height: 2px;
    width: 100%;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
    margin-top: 5px;
    overflow: hidden;
    text-indent: -9999px
}

header .menu-mobile-button::before {
    content: ""
}

header .menu-mobile-button::after {
    content: ""
}

header .main-header {
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative
}

header .main-header .header-content {
    position: relative;
    z-index: 20;
    max-width: 600px;
    margin-top: 30px
}

header .main-header .header-content h1 {
    color: #fff;
    font-size: 28px;
    margin-bottom: 0
}

header .main-header .header-content h2 {
    font-size: 18px;
    margin-bottom: 10px
}

header video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

header .header-mask {
    background-color: #ed2e21;
    opacity: .4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

section.chiffres {
    position: relative;
    z-index: 100;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

section.chiffres .content {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fef8dc
}

section.chiffres .annee {
    background-color: #ed2e21;
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 24px
}

section.chiffres .annee .libelle {
    text-align: center;
    font-size: 20px
}

section.chiffres .annee .value {
    display: inline-block;
    font-weight: 900;
    /* border-bottom: 12px solid #f7a822; */
    height: 24px;
    font-size: 28px;
    padding: 0 2px
}

section.chiffres .annee .slick-prev,
section.chiffres .annee .slick-next {
    top: inherit;
    bottom: 15px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: .8
}

section.chiffres .annee .slick-prev::before,
section.chiffres .annee .slick-prev::after,
section.chiffres .annee .slick-next::before,
section.chiffres .annee .slick-next::after {
    background-color: #fff
}

section.chiffres .annee .slick-prev {
    left: 40px
}

section.chiffres .annee .slick-next {
    right: 40px
}

section.chiffres .chiffre {
    padding: 30px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

section.chiffres .chiffre svg {
    width: 40px;
    height: auto
}

section.chiffres .chiffre .icone {
    margin-right: 20px
}

section.chiffres .chiffre .details {
    color: #000;
    line-height: 20px;
    margin-right: 10px
}

section.chiffres .chiffre .details span {
    display: block
}

section.chiffres .chiffre .details .libelle {
    font-size: 14px;
    margin-bottom: 5px;
    text-align: right
}

section.chiffres .chiffre .details .value {
    font-weight: 900;
    font-size: 18px
}

section.chiffres .chiffre .details .value small {
    font-weight: 900
}

section.chiffres .row-table {
    overflow: hidden;
    margin-left: -30px
}

section.chiffres .row-table>.col-lg-4 {
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-left: 1px solid rgba(0, 0, 0, .2);
    margin-top: -1px;
    margin-left: -1px
}

section.chiffres .row-table>div:nth-of-type(7),
section.chiffres .row-table>div:nth-of-type(8),
section.chiffres .row-table>div:nth-of-type(9) {
    border-left: none
}

section.chiffres .row-table>div:nth-of-type(8) .chiffre {
    justify-content: center
}

section.home-content {
    margin-bottom: 20px;
    margin-top: 56px;
}

section.home-content .content-one {
    margin-bottom: 50px
}

section.home-content .content-one .presentation {
    position: relative;
    z-index: 10;
    padding: 15px 35px 15px 25px;
    margin: 20px auto 30px -100px;
    color: #ed2e21;
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
    box-shadow: 9px 10px 20px -5px rgba(152, 163, 210, .3);
    -webkit-box-shadow: 9px 10px 20px -5px rgba(152, 163, 210, .3);
    -moz-box-shadow: 9px 10px 20px -5px rgba(152, 163, 210, .3);
    text-align: right;
    right: -110px
}

section.home-content .content-one .presentation .image {
    position: absolute;
    display: block;
    width: auto;
    height: 100px;
    left: 100%;
    bottom: 100%;
    -webkit-transform: translate(-25px, 50px);
    -moz-transform: translate(-25px, 50px);
    -ms-transform: translate(-25px, 50px);
    -o-transform: translate(-25px, 50px);
    transform: translate(-25px, 50px)
}

section.home-content .content-two {
    padding-bottom: 70px
}

section.home-content .content-two .content {
    position: relative
}

section.home-content .content-two .content .presentation {
    font-weight: 700;
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 30px;
    left: -700px;
    top: 50%;
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    background-color: #fff;
    box-shadow: 9px 10px 20px -5px rgba(152, 163, 210, .3);
    -webkit-box-shadow: 9px 10px 20px -5px rgba(152, 163, 210, .3);
    -moz-box-shadow: 9px 10px 20px -5px rgba(152, 163, 210, .3);
    border: 2px solid #e6e9f4
}

section.home-content hr {
    border: none;
    width: 50%;
    height: 8px;
    background-color: #ed2e21;
    display: block;
    margin: 20px 0
}

section.actualites {
    background-color: #00314c;
    padding: 70px 0
}

section.actualites .actualites-item {
    margin-bottom: 20px
}

section.actualites h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px
}

section.actualites h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    text-align: right
}

section.actualites .date {
    color: #f7a822;
    font-size: 12px;
    margin-bottom: 10px;
    text-align: right
}

section.actualites p {
    font-size: 12px;
    color: #fff;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

section.actualites .btn-ensavoirplus {
    display: flex;
    width: 100px;
    padding: 5px 10px;
    border: 2px solid #fff;
    font-size: 12px;
    color: #fff;
    align-items: center;
    justify-content: center
}

section.actualites .slider-controls {
    display: flex;
    position: relative;
    padding: 10px 15px;
    margin: 0 30px
}

section.actualites .btn-toutelactualite {
    display: flex;
    padding: 10px 30px;
    color: #00314c;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 12px;
    width: 131px
}

section.sites-production {
    background: url("../img/map-bg.png") center center no-repeat;
    background-size: cover;
    padding: 70px 0
}

section.sites-production h2 {
    color: #00314c;
    text-align: center
}

section.sites-production .content {
    border: 1px solid #98a3d2;
    border-top: none;
    padding: 50px;
    position: relative;
    margin-top: 25px;
    text-align: center
}

section.sites-production .content .content-head {
    width: 100%;
    height: 25px;
    top: -24px;
    left: 0;
    overflow: hidden;
    position: absolute
}

section.sites-production .content .content-head:before,
section.sites-production .content .content-head:after {
    content: "";
    width: 50%;
    height: 1px;
    bottom: 0;
    position: absolute;
    background-color: #98a3d2
}

section.sites-production .content .content-head:before {
    left: -25px
}

section.sites-production .content .content-head:after {
    right: -25px
}

section.sites-production .content .content-head .arrow {
    display: block;
    width: 36px;
    height: 36px;
    border-top: 1px solid #98a3d2;
    border-right: 1px solid #98a3d2;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: -18px
}

section.sites-production .content .site {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 0 30px
}

section.sites-production .content .site .icone {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #e6e9f4;
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: center;
    align-items: center
}

section.sites-production .content .site .icone svg {
    width: 24px;
    height: auto
}

section.sites-production .content .site p {
    font-size: 14px;
    text-align: center
}

section.sites-production .content>.row>div {
    border-right: 2px solid rgba(152, 163, 210, .3)
}

section.sites-production .content>.row>div:first-child {
    border: none
}

section.sites-production .content .btn-voircarte {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background-color: #f38026;
    line-height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 0 20px
}

section.sites-production .content .btn-voircarte:hover {
    background-color: #df673c
}

#page .page-header {
    background-color: #d2d1d1;
    padding: 170px 0 80px 0;
    text-align: center;
    position: relative;
    z-index: 10
}

#page .page-header .page-parent {
    text-transform: uppercase;
    color: #ed2e21;
    font-weight: 400;
    font-size: 15px
}

#page .page-header h1 {
    margin-bottom: 0;
    color: #000;
    font-weight: 900;
    font-size: 28px;
    line-height: 34px
}

#page .page-sub-header {
    position: relative;
    z-index: 15;
    margin-top: -60px
}

#page .page-sub-header .page-image-container {
    background-color: #df673c;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 300px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    position: relative;
    overflow: hidden
}

#page .page-sub-header .page-image-container .header-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    font-size: 24px;
    color: #fff;
    font-weight: 700
}

#page .page-sub-header .page-image-container .header-content>.row {
    height: 100%
}

#page .page-content {
    padding: 50px 0
}

#page .page-content article {
    margin-bottom: 50px
}

#page .page-actions {
    margin-bottom: 50px
}

#page .page-actions .page-actions-container {
    box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    -webkit-box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    -moz-box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    padding: 30px;
    border: 2px solid #ebf0f4
}

#page .page-actions .page-actions-container .action {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    flex-direction: column;
    text-align: center
}

#page .page-actions .page-actions-container .action>div {
    height: 100%
}

#page .page-actions .page-actions-container .action .titre {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px
}

#page .page-actions .page-actions-container .action .description {
    font-size: 14px
}

#page .page-actions .page-actions-container .row-actions>div:last-child {
    border-right: 2px solid #ebf0f4
}

#page .page-actions .page-actions-container .col-action-2 .ms-btn {
    background-color: #f7a822
}

#page .page-actions .page-actions-container .col-action-2 .ms-btn:hover {
    background-color: #ad6f06
}

#page .page-actions .page-actions-container .col-action-3 .ms-btn {
    background-color: #00314c
}

#page .page-actions .page-actions-container .col-action-3 .ms-btn:hover {
    background-color: #000
}

#page .page-galerie .container {
    position: relative
}

#page .page-galerie .slick-prev,
#page .page-galerie .slick-next {
    width: 30px;
    height: 30px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    z-index: 50;
    padding-left: 2px
}

#page .page-galerie .slick-next {
    right: 25px
}

#page .page-galerie .slick-prev {
    left: 25px;
    padding-left: 7px
}

#page .page-galerie .slick-disabled {
    opacity: .5
}

#page .page-galerie .galerie-slider {
    max-height: 250px;
    overflow: hidden;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

#page .page-galerie .galerie-slider .row {
    margin-left: -5px;
    margin-right: -5px
}

#page .page-galerie .galerie-slider .row .col-md-3 {
    padding-right: 5px;
    padding-left: 5px
}

#page .page-galerie .galerie-slider .galerie-item {
    margin-bottom: 30px;
    display: block
}

#page .page-galerie .header-content {
    margin-top: 50px;
    font-weight: 700;
    color: #00314c
}

#page .sub-pages .row>div {
    margin-bottom: 30px
}

#page .sub-pages .sub-page {
    border: 2px solid #ebf0f4;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    -webkit-box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    -moz-box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    display: flex;
    flex-direction: column
}

#page .sub-pages .sub-page .titre {
    height: 150px;
    min-height: 150px;
    width: 100%;
    background-color: #00314c;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background-size: cover;
    background-position: center center;
    position: relative
}

#page .sub-pages .sub-page .titre>span {
    position: relative;
    z-index: 10;
    padding-left: 25px
}

#page .sub-pages .sub-page .titre .ms-arrow {
    display: inline-block
}

#page .sub-pages .sub-page .titre .texte {
    display: inline-block;
    margin-left: 10px
}

#page .sub-pages .sub-page .titre .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient(90deg, rgba(0, 49, 76, 0.8) 0%, rgba(0, 49, 76, 0) 80%);
    background: -webkit-linear-gradient(90deg, rgba(0, 49, 76, 0.8) 0%, rgba(0, 49, 76, 0) 80%);
    background: linear-gradient(90deg, rgba(0, 49, 76, 0.8) 0%, rgba(0, 49, 76, 0) 80%)
}

#page .sub-pages .sub-page .sub-page-content {
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

#page .sub-pages .sub-page .sub-page-content a {
    font-size: 14px;
    outline: none
}

#page .sub-pages .sub-page .sub-page-content a.sub-page-child {
    color: #00314c;
    line-height: 30px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ebf0f4;
    padding: 5px 0
}

#page .sub-pages .sub-page .sub-page-content a.sub-page-child:last-child {
    border: none
}

#page .sub-pages .sub-page .sub-page-content a.sub-page-child:hover {
    color: #ed2e21
}

#page .sub-pages .sub-page .sub-page-content a.voir-leproduit {
    display: inline-block;
    margin: auto;
    color: #fff;
    background-color: #ed2e21;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 500
}

#page .sub-pages .sub-page .sub-page-content a.voir-leproduit:hover {
    background-color: #9b160d
}

#page .sub-pages .sub-page .sub-page-content .description {
    font-size: 14px
}

#page .sub-pages .sub-page .sub-page-content .controls {
    width: 100%;
    text-align: right
}

#page.gouvernance h2.titre {
    color: #ed2e21;
    border-bottom: 2px solid #ebf0f4;
    padding-bottom: 10px;
    font-size: 20px;
    margin-bottom: 40px;
    text-align: right
}

#page.gouvernance h2.titre .ms-organigramme {
    color: #6998b1;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    float: right
}

#page.gouvernance h2.titre .ms-organigramme:hover {
    color: #ed2e21
}

#page.gouvernance h2.titre .ms-organigramme:hover .gg-software-download {
    border-color: #ed2e21
}

#page.gouvernance h2.titre .ms-organigramme:hover .gg-software-download:after {
    border-color: #ed2e21
}

#page.gouvernance h2.titre .ms-organigramme:hover .gg-software-download:before {
    background: #ed2e21
}

#page.gouvernance h3.titre {
    color: #00314c;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: right
}

#page.gouvernance .administrateurs {
    margin-bottom: 40px
}

#page.gouvernance .administrateurs .row>div {
    margin-bottom: 30px
}

#page.gouvernance .administrateurs .administrateur {
    background-color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 25px;
    min-height: 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #ebf0f4;
    box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    -webkit-box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    -moz-box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15)
}

#page.gouvernance .administrateurs .administrateur .nom {
    font-size: 15px;
    color: #000;
    font-weight: 700
}

#page.gouvernance .administrateurs .administrateur .poste {
    color: #00314c;
    font-size: 13px
}

#page.gouvernance .directeurs {
    margin-bottom: 40px
}

#page.gouvernance .directeurs .row>div {
    margin-top: 20px;
    margin-bottom: 30px
}

#page.gouvernance .directeurs .directeur {
    border: 2px solid #fad1d0;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: #fdf4f4;
    position: relative;
    padding: 40px 30px 30px 30px;
    min-height: 120px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    -webkit-box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    -moz-box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    text-align: center
}

#page.gouvernance .directeurs .directeur .photo {
    position: absolute;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fad1d0;
    left: 50%;
    top: 0;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#page.gouvernance .directeurs .directeur .nom {
    font-size: 15px;
    color: #000;
    font-weight: 700
}

#page.gouvernance .directeurs .directeur .poste {
    color: #00314c;
    font-size: 13px
}

#page.gouvernance .comites {
    margin-bottom: 40px
}

#page.gouvernance .comites .comite-header {
    outline: 0;
    margin-bottom: 15px
}

#page.gouvernance .comites .comite-header a {
    background-color: #3073ba;
    color: #fff;
    padding: 15px 25px;
    font-size: 14px;
    text-decoration: none;
    outline: 0;
    border: 1px solid #ebf0f4;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    box-shadow: 5px 5px 10px -5px rgba(152, 163, 210, .1);
    -webkit-box-shadow: 5px 5px 10px -5px rgba(152, 163, 210, .1);
    -moz-box-shadow: 5px 5px 10px -5px rgba(152, 163, 210, .1);
    position: relative
}

#page.gouvernance .comites .comite-header a .ms-arrow {
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transform-origin: 10px 5px;
    -moz-transform-origin: 10px 5px;
    -ms-transform-origin: 10px 5px;
    -o-transform-origin: 10px 5px;
    transform-origin: 10px 5px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms
}

#page.gouvernance .comites .comite-header a .ms-arrow:before,
#page.gouvernance .comites .comite-header a .ms-arrow:after {
    background-color: #fff
}

#page.gouvernance .comites .comite-header a.no-description {
    cursor: default
}

#page.gouvernance .comites .comite-header a.no-description .ms-arrow {
    display: none
}

#page.gouvernance .comites .comite-header a.collapsed {
    background-color: #f8fbfd;
    color: #00314c;
    text-align: right !important;
    padding-right: 50px
}

#page.gouvernance .comites .comite-header a.collapsed .ms-arrow {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

#page.gouvernance .comites .comite-header a.collapsed .ms-arrow:before,
#page.gouvernance .comites .comite-header a.collapsed .ms-arrow:after {
    background-color: #ed2e21
}

#page.gouvernance .comites .comite-body {
    padding-bottom: 30px
}

#page.gouvernance .gg-software-download {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 6px;
    border: 2px solid #6998b1;
    border-top: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-top: 8px;
    margin-right: 6px
}

#page.gouvernance .gg-software-download:after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid #6998b1;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    left: 2px;
    bottom: 4px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms
}

#page.gouvernance .gg-software-download:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    border-radius: 3px;
    width: 2px;
    height: 10px;
    background: #6998b1;
    left: 5px;
    bottom: 5px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms
}

#page.notre-histoire .timeline-container {
    overflow: hidden;
    background: #f6f6f6 url("../img/bg-timeline.jpg") center center no-repeat;
    background-size: cover;
    padding: 50px 0
}

#page.notre-histoire .timeline-container h3.titre {
    text-align: center;
    font-size: 22px
}

#page.produits .bloc-catalogue {
    background-color: #242424;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    -webkit-box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    -moz-box-shadow: 8px 8px 15px -5px rgba(152, 163, 210, .15);
    overflow: hidden;
    margin-top: 20px
}

#page.produits .bloc-catalogue .image {
    min-height: 240px;
    width: 100%;
    background-size: cover;
    background-position: center center
}

#page.produits .bloc-catalogue .catalogue-content {
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px
}

#page.produits .bloc-catalogue .catalogue-content .titre {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px
}

#page.produits .bloc-catalogue .catalogue-content .description {
    color: #fff;
    margin-bottom: 20px
}

#page.produits .bloc-catalogue .catalogue-content a {
    display: inline-block;
    color: #fff;
    background-color: #f7a822;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 500
}

#page.produits .bloc-catalogue .catalogue-content a:hover {
    background-color: #ad6f06
}

#page.contact .sites-production {
    background: url("../img/map-bg.png") center center no-repeat;
    background-size: cover;
    padding: 70px 0
}

#page.contact .sites-production .site {
    background-color: #182d4c;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    text-align: left;
    padding: 30px
}

#page.contact .sites-production .site h5 {
    color: #f7a822;
    margin-bottom: 10px;
    text-align: right
}

#page.contact .sites-production .site p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px
}

#page.contact .sites-production .site p.adresse {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    width: 100%;
    padding-bottom: 10px
}

#page.contact .sites-production .site p.telephone,
#page.contact .sites-production .site p.fax {
    margin-bottom: 0
}

#page.contact .sites-production .actions {
    text-align: right;
    margin-top: 10px
}

#page.contact .sites-production .btn-voircarte {
    font-weight: 700;
    font-size: 14px;
    color: #00314c;
    background-color: #fff;
    line-height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 0 20px 0 36px;
    position: relative
}

#page.contact .sites-production .btn-voircarte:hover {
    background-color: #f7a822
}

#page.contact .sites-production .btn-voircarte svg {
    width: 11px;
    height: auto;
    display: block;
    position: absolute;
    left: 15px;
    top: 6px
}

#page.rechercher article {
    margin-bottom: 20px
}

#page.rechercher .pagination {
    margin-top: 20px
}

#page.rechercher .pagination .nav-links {
    position: relative;
    margin: auto
}

#page.rechercher .pagination .nav-links span.current {
    padding: 10px 12px;
    background: #777;
    display: block;
    line-height: 1;
    border-radius: 4px;
    color: #fff
}

#page.rechercher .pagination .nav-links .page-numbers {
    padding: 10px 12px;
    background: #f7a822;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    display: block;
    line-height: 1;
    list-style: none;
    margin: 0 10px 0 0;
    float: left;
    font-size: 14px
}

#page.rechercher .pagination .nav-links .page-numbers:hover {
    background: #de8f08;
    color: #fff
}

footer {
    background-color: #e6e9f4;
    padding: 30px 0 70px 0
}

footer ul {
    margin: 0 auto 20px auto;
    text-align: center
}

footer ul li {
    margin: 0 10px;
    position: relative
}

footer ul li a {
    font-size: 14px;
    color: #00314c;
    font-weight: 500;
    display: inline-block
}

footer ul li a.active,
footer ul li a:hover {
    color: #ed2e21
}

footer ul li:last-child {
    margin-right: 0
}

footer ul li .sub-menu {
    display: none
}

@media(max-width: 767.98px) {

    body h1,
    body h2,
    body h3,
    body h4,
    body h5,
    body h6 {
        font-weight: 700;
        margin-bottom: 24px
    }

    body h1 {
        font-size: 22px;
        line-height: 26px
    }

    body h2 {
        font-size: 20px;
        line-height: 24px
    }

    body h3 {
        font-size: 18px;
        line-height: 22px
    }

    body h4 {
        font-size: 16px;
        line-height: 20px
    }

    body h5 {
        font-size: 14px;
        line-height: 18px
    }

    body h6 {
        font-size: 12px;
        line-height: 18px
    }

    header .top-header {
        min-height: 60px
    }

    header .top-header .logo {
        margin-top: 10px;
        text-align: center
    }

    header .top-header .logo img {
        width: 200px
    }

    header .menu-container .search-button {
        top: 13px
    }

    section.chiffres .annee .libelle {
        font-size: 16px
    }

    section.chiffres .annee .value {
        height: 22px;
        font-size: 22px;
        margin-bottom: 20px
    }

    section.chiffres .chiffre {
        min-height: 130px
    }

    section.home-content {
        overflow: hidden
    }

    section.home-content .content-one {
        margin-bottom: 30px
    }

    section.home-content .content-one .presentation {
        padding: 15px 25px 15px 15px;
        margin: -50px 10px 20px -15px;
        font-size: 13px
    }

    section.home-content .content-one .presentation .image {
        height: 60px;
        left: 100%;
        top: -90px
    }

    section.home-content .content-two .img-rounded {
        margin-bottom: 20px
    }

    section.home-content .content-two .content .presentation {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        position: relative;
        z-index: 10;
        padding: 20px;
        left: inherit;
        top: inherit;
        margin: -100px 20px 20px 20px;
        width: auto;
        font-size: 14px
    }

    section.sites-production .content {
        padding: 30px
    }

    section.sites-production .content>.row>div {
        border-left: none;
        border-top: 2px solid rgba(152, 163, 210, .3);
        margin-top: 30px;
        padding-top: 30px
    }

    section.sites-production .content>.row>div:first-child {
        border: none;
        margin-top: 0;
        padding-top: 0
    }

    section.actualites .slider-controls {
        margin-bottom: 30px
    }

    section.search-lang .search-field {
        margin-bottom: 20px
    }

    section.search-lang .search-submit {
        max-width: 240px;
        margin: auto;
        display: block
    }

    section.search-lang a.lang {
        margin-bottom: 20px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto
    }

    #page .page-header {
        padding: 94px 0 60px 0
    }

    #page .page-header h1 {
        font-size: 22px;
        line-height: 26px
    }

    #page .page-sub-header {
        margin-top: -40px
    }

    #page .page-sub-header .page-image-container {
        height: 200px
    }

    #page .page-sub-header .page-image-container .header-content {
        font-size: 14px;
        padding: 20px
    }

    #page .page-actions .page-actions-container .row-actions>div {
        border-right: none;
        border-bottom: 2px solid #ebf0f4
    }

    #page.contact .sites-production {
        padding: 30px
    }

    #page.contact .sites-production .row>div {
        margin-bottom: 30px
    }

    #page.contact .sites-production .row>div:last-child {
        margin-bottom: 0
    }
}

.cd-main-content {
    position: relative;
    z-index: 10
}

.cd-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s .6s;
    transition: visibility 0s .6s;
    z-index: 20
}

.cd-panel::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    -webkit-transition: background .3s .3s;
    transition: background .3s .3s
}

.cd-panel.cd-panel--is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    transition: visibility 0s 0s
}

.cd-panel.cd-panel--is-visible::after {
    background: rgba(0, 0, 0, .6);
    -webkit-transition: background .3s 0s;
    transition: background .3s 0s
}

.cd-panel__header {
    position: fixed;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #00314c;
    z-index: 2;
    -webkit-transition: -webkit-transform .3s 0s;
    transition: -webkit-transform .3s 0s;
    transition: transform .3s 0s;
    transition: transform .3s 0s, -webkit-transform .3s 0s;
    -webkit-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px)
}

.cd-panel__header h6 {
    padding-left: 5%;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 50px
}

.cd-panel--from-right .cd-panel__header {
    right: 0
}

.cd-panel--from-left .cd-panel__header {
    left: 0
}

.cd-panel--is-visible .cd-panel__header {
    -webkit-transition: -webkit-transform .3s .3s;
    transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
    transition: transform .3s .3s, -webkit-transform .3s .3s;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px)
}

@media only screen and (min-width: 768px) {
    .cd-panel__header {
        width: 70%
    }

    .cd-panel__header h6 {
        font-size: 28px
    }
}

@media only screen and (min-width: 1170px) {
    .cd-panel__header {
        width: 50%
    }
}

.cd-panel__close {
    position: absolute;
    top: 0;
    right: 5%;
    height: 50px;
    width: 60px;
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-color: #ebf0f4;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.cd-panel__close::before,
.cd-panel__close::after {
    content: "";
    position: absolute;
    top: 22px;
    left: 19px;
    height: 3px;
    width: 24px;
    background-color: #00314c;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-panel__close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cd-panel__close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cd-panel__close:hover {
    background-color: #fff
}

.cd-panel__close:hover::before,
.cd-panel__close:hover::after {
    background-color: #ed2e21;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.cd-panel__close:hover::before {
    -webkit-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    transform: rotate(220deg)
}

.cd-panel__close:hover::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.cd-panel--is-visible .cd-panel__close::before {
    -webkit-animation: cd-close-1 .6s .3s;
    animation: cd-close-1 .6s .3s
}

.cd-panel--is-visible .cd-panel__close::after {
    -webkit-animation: cd-close-2 .6s .3s;
    animation: cd-close-2 .6s .3s
}

@-webkit-keyframes cd-close-1 {

    0%,
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@keyframes cd-close-1 {

    0%,
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@-webkit-keyframes cd-close-2 {

    0%,
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

@keyframes cd-close-2 {

    0%,
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.cd-panel__container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #00314c;
    padding: 50px;
    color: #fff;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s .3s;
    transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
    transition: transform .3s .3s, -webkit-transform .3s .3s
}

.cd-panel--from-right .cd-panel__container {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.cd-panel--from-left .cd-panel__container {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.cd-panel--is-visible .cd-panel__container {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

@media only screen and (min-width: 768px) {
    .cd-panel__container {
        width: 70%
    }
}

@media only screen and (min-width: 1170px) {
    .cd-panel__container {
        width: 50%
    }
}

.cd-panel__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 100px 5% 50px 5%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.cd-panel__container ul li a {
    color: #fff;
    display: block;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    text-transform: uppercase
}

.cd-panel__container ul li:first-child a {
    border-top: none
}
.margin-container {
    padding: 0 92px;
}

/*# sourceMappingURL=master.ar.css.map */