.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
img,
li,
ol,
p,
table,
ul {
    margin: 0;
    padding: 0;
}
.h1,
.h6,
h1,
h6,
section,
ul li {
    position: relative;
}
#svg-droite,
#svg-gauche {
    width: 300px;
    height: 300px;
    opacity: 1;
}
#copyright,
#social {
    bottom: 25px;
}
#copyright,
#legende,
#ville {
    text-align: right;
    right: 30px;
}
#ajax,
#loading,
body {
    background: #133058;
}
.text-center,
form .msg {
    text-align: center;
}
.vertical-center section:after,
.vertical-center section:before,
form .msg {
    display: none;
}
#menu .appel,
.vertical-center section > div > div > :first-child {
    padding-top: 0;
}
.carte,
.onglet,
body,
section {
    overflow: hidden;
}
#legende,
#ville,
.btn,
.h1,
.h2 strong,
.h6,
.sousmenu li a,
h1,
h2 strong,
h6,
ul li {
    text-transform: uppercase;
}
#copyright a,
#menu ul li a,
#social ul li a,
.btn,
.sousmenu li a {
    text-decoration: none;
}
::placeholder {
    color: #fff;
}
body,
html {
    font-family: Montserrat;
    font-weight: 300;
    width: 100%;
    height: 100%;
}
body {
    position: fixed;
    font-size: 14px;
    line-height: 28px;
    color: #ecf0f5;
}
body.mce-content-body {
    height: auto;
    position: relative;
    overflow: auto;
}
section:after,
section:before {
    z-index: 2;
    left: 0;
    right: 0;
    height: 1px;
    content: "";
}
.h1,
h1 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 8px;
    margin: 0 0 30px;
}
.h1.large,
h1.large {
    text-align: center;
    font-size: 48px;
    line-height: 60px;
    font-weight: 200;
    padding-top: 95px;
    letter-spacing: 20px;
}
.h1.large:before,
h1.large:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 90px / 2);
    width: 90px;
    height: 90px;
    background: url(../images/picto-diamant.svg) center center/90px auto no-repeat;
}
.h2,
h2 {
    font-size: 14px;
    font-weight: 700;
}
.h2 strong,
h2 strong {
    font-size: 20px;
    line-height: 32px;
    margin: 15px 0 5px;
}
.h3,
h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}
#ville,
.h6,
.sousmenu li a,
h6,
strong,
ul li {
    font-weight: 700;
}
.h3 + h2,
.h3 + h2 strong,
h3 + h2,
h3 + h2 strong {
    margin: 0 0 5px;
}
.h6,
h6 {
    font-size: 20px;
    padding-bottom: 15px;
    margin: 15px 0 30px;
}
#menu ul li ul,
#social ul,
form p,
p:last-child,
section {
    margin: 0;
}
.h6:after,
h6:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    border-bottom: 1px solid #133058;
}
p,
ul {
    margin: 0 0 30px;
}
ul li {
    list-style: none;
    padding-left: 25px;
}
ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(../images/picto-ul.svg) center center/100% no-repeat;
}
.onglet .btn,
form .msg {
    margin-top: 30px;
}
.image,
form .form-group {
    margin-bottom: 30px;
}
a {
    color: #fff;
    transition: color 0.25s;
}
#menu .appel .btn span,
#menu ul li a:hover,
#menu ul li a:hover:before,
#menu ul li.current-menu-item > a,
#menu ul li.current-menu-item > a:before,
.btn-primary.active,
.btn-primary.active span,
.btn-primary.active span:nth-child(2) a:hover,
.btn-primary:hover,
.btn-primary:hover span,
.menu #burger:hover,
.menu #copyright a:hover,
.menu #social ul li a:hover,
.sousmenu li a.active,
.sousmenu li a:hover,
a:hover {
    color: #ff905a;
}
#burger.active,
#menu,
#menu ul li a,
.menu #burger,
.menu #copyright a,
.menu #social ul li a {
    color: #133058;
}
section {
    height: calc(100% - 0px);
}
section:before {
    position: absolute;
    top: 0;
}
section:after {
    position: absolute;
    bottom: 0;
}
#menu ul li a,
.background,
.container-fluid,
.onglet,
.slider,
form .form-group {
    position: relative;
}
section > div {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    padding: 0 45px 0 0;
}
section > div > div > :first-child {
    padding-top: 75px;
}
section > div > div > :last-child {
    padding-bottom: 75px;
}
section .scroll-content {
    padding: 180px 90px;
}
@-moz-document url-prefix() {
    section {
        height: 65vh;
    }
}
form .form-group .form-control {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid #fff;
    line-height: 40px;
    height: 40px;
    padding: 0;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
    width: 100%;
    transition: border-color 0.25s;
}
form .form-group .form-control:active,
form .form-group .form-control:focus {
    outline: 0;
    border-bottom-color: #ff905a;
}
form .form-group .form-control.erreur {
    border-bottom-color: #ff5a5a;
}
form .form-group textarea.form-control {
    height: 150px;
    resize: none;
}
form .btn:disabled {
    opacity: 0.1;
}
form .btn span {
    padding: 15px 25px;
}
form .msg p {
    color: #5aff94;
}
#burger,
#copyright,
#logo,
#menu,
#social,
#svg-droite,
#svg-gauche {
    position: absolute;
    z-index: 9;
}
#logo {
    width: 220px;
    height: 110px;
    top: 30px;
    left: calc(50% - 110px);
}
#logo img {
    width: 100%;
    height: auto;
}
#social {
    left: 30px;
}
#social ul li {
    float: left;
    padding: 0;
    margin: 0 20px 0 0;
    font-weight: 400;
}
#menu ul li:before,
#social ul li:before,
.slick-dots li:before,
.sousmenu li:before {
    content: none;
}
#social ul li a {
    font-size: 18px;
}
#svg-gauche {
    z-index: 8;
    bottom: -150px;
    left: -100px;
    transform: rotate(170deg);
}
#svg-droite {
    z-index: 8;
    bottom: -170px;
    right: -50px;
    transform: rotate(-185deg);
    transform: scaleY(-1);
}
#copyright a {
    font-size: 10px;
}
#navigation .precedent,
#navigation .suivant {
    position: absolute;
    z-index: 9;
    top: calc(50% - 18px);
    cursor: pointer;
    float: left;
    margin: 0 0 0 30px;
    transition: color 0.25s;
}
#menu .appel .btn,
#navigation .precedent:hover:not(.inactive) i,
#navigation .suivant:hover:not(.inactive) i {
    border-color: #ff905a;
}
#navigation .precedent.inactive i,
#navigation .suivant.inactive i {
    border-color: rgba(255, 255, 255, 0);
}
#navigation .precedent i,
#navigation .suivant i {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 18px;
}
#legende:after,
.appel:before {
    border-bottom: 1px solid #fff;
}
#navigation .precedent {
    left: 15px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
#navigation .suivant {
    right: 45px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.slider .slide:before,
.slider .slide:first-child,
.slider .slide:nth-child(2),
.slider .slide:nth-child(3),
.slider .slide:nth-child(4),
.slider .slide:nth-child(5) {
    transform: translateX(100%);
}
#ajax,
#loading,
#menu.active {
    left: 0;
    bottom: 0;
}
#legende,
#ville {
    position: absolute;
    z-index: 999;
    bottom: 96px;
    font-size: 12px;
    opacity: 1;
}
#legende {
    bottom: 70px;
    padding-bottom: 5px;
}
#legende:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    transition: width 0.5s 2s;
}
#burger {
    top: 30px;
    right: 30px;
}
#menu {
    z-index: 8;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 100%;
    background: #f8f9fb;
    transition: 0.5s 0.4s;
}
#loading,
#loading.on {
    z-index: 99;
    opacity: 1;
}
#menu.active {
    opacity: 1;
    transition: 0.5s;
}
#menu.active > div {
    opacity: 1;
    transition: opacity 0.5s 0.4s;
}
#menu > div {
    opacity: 0;
    transition: opacity 0.5s;
}
#menu ul li {
    padding: 0 0 5px;
    font-weight: 300;
    text-align: left;
}
#menu ul li.menu-item-has-children > a:before {
    content: "\f107";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    top: 1px;
    left: -18px;
    font-size: 20px;
    color: #133058;
    transition: color 0.5s, transform 0.5s;
}
#menu ul li a {
    display: inline-block;
}
#menu ul li ul li {
    text-transform: none;
    padding: 0;
}
#menu .h3,
#menu h3 {
    font-size: 14px;
    color: #ff905a;
}
#menu .appel {
    text-align: left;
    margin-top: 0;
}
#loading {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff905a;
    transition: 1s;
}
#loading.force {
    transition-duration: 0s;
}
#loading.off {
    z-index: -1;
    opacity: 0;
}
#ajax {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
#ajax.on {
    z-index: 4;
}
#ajax.off {
    z-index: -1;
}
.text-right {
    text-align: right;
}
.aligncenter {
    display: block;
    width: 100%;
    height: auto;
}
.vertical-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.vertical-center section {
    background: 0 0;
    margin: 0;
    height: auto;
}
.vertical-center section > div {
    padding: 0 0 50px;
    height: auto;
}
.vertical-center section > div > div > :last-child {
    padding-bottom: 0;
}
.scrollbar-track-x,
.slick-dots {
    display: none !important;
}
.scrollbar-track {
    background: rgba(0, 0, 0, 0.2) !important;
    opacity: 0.3 !important;
}
.scrollbar-track.show {
    opacity: 1 !important;
}
.onglet.active,
body.mce-content-body .onglet {
    opacity: 1;
    height: auto;
}
.scrollbar-thumb {
    background: rgba(255, 255, 255, 0.9) !important;
}
.container-fluid {
    padding: 0;
    height: 100%;
    z-index: 7;
}
.container-fluid > .background {
    height: 100%;
    padding-top: 150px;
}
.container-fluid > .background > .row,
.container-fluid > .background > .row > .col-md-6,
.container-fluid > .background > .row > .col-md-9,
.container-fluid > .row,
.container-fluid > .row > .col-md-6,
.container-fluid > .row > .col-md-9 {
    padding: 0;
    height: 100%;
}
@media all and (max-width: 1200px) {
    .container-fluid > .background {
        padding-top: 135px;
    }
}
@keyframes bg-in {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes bg-out {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-30%);
    }
}
@keyframes overlay-in {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes overlay-out {
    0% {
        opacity: 1;
        transform: translateX(0);
    }
    100% {
        opacity: 0;
        transform: translateX(-100%);
    }
}
.slider {
    width: 300%;
    height: 100%;
}
.slider.bg-step1 .slide:nth-child(2),
.slider.bg-step2 .slide:first-child,
.slider.bg-step3 .slide:nth-child(2),
.slider.bg-step4 .slide:nth-child(3),
.slider.bg-step5 .slide:nth-child(4) {
    animation: 2s 0.5s backwards bg-out;
}
.slider.bg-step1 .slide:nth-child(2):before,
.slider.bg-step2 .slide:first-child:before,
.slider.bg-step3 .slide:nth-child(2):before,
.slider.bg-step4 .slide:nth-child(3):before,
.slider.bg-step5 .slide:nth-child(4):before {
    animation: 1s forwards overlay-out;
}
.slider.bg-step1 .slide:first-child,
.slider.bg-step2 .slide:nth-child(2),
.slider.bg-step3 .slide:nth-child(3),
.slider.bg-step4 .slide:nth-child(4),
.slider.bg-step5 .slide:nth-child(5) {
    animation: 1s 0.5s forwards bg-in;
}
.slider.bg-step1 .slide:first-child:before,
.slider.bg-step2 .slide:nth-child(2):before,
.slider.bg-step3 .slide:nth-child(3):before,
.slider.bg-step4 .slide:nth-child(4):before,
.slider.bg-step5 .slide:nth-child(5):before {
    animation: 1s 1s forwards overlay-in;
}
.slider.step1 .slide:first-child h1,
.slider.step2 .slide:nth-child(2) div[class^="col-"],
.slider.step2 .slide:nth-child(2) h1,
.slider.step3 .slide:nth-child(3) h1,
.slider.step4 .slide:nth-child(4) div[class^="col-"],
.slider.step4 .slide:nth-child(4) h1,
.slider.step4 .slide:nth-child(4) p,
.slider.step5 .slide:nth-child(5) h1 {
    top: 0;
    opacity: 1;
    transition-delay: 1.5s;
}
.slider .slide {
    width: calc(100% / 3);
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.background:before,
.slider .slide:before {
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
}
.slider .slide:first-child h1,
.slider .slide:nth-child(2) h1,
.slider .slide:nth-child(3) h1,
.slider .slide:nth-child(4) h1,
.slider .slide:nth-child(4) p,
.slider .slide:nth-child(5) h1 {
    top: -20px;
    opacity: 0;
    transition: top 1s, opacity 1s;
}
.slider .slide:nth-child(2) div[class^="col-"],
.slider .slide:nth-child(4) div[class^="col-"] {
    top: 20px;
    opacity: 0;
    transition: top 1s, opacity 1s;
}
.slider .slide:before {
    position: absolute;
    top: 0;
    opacity: 0;
    background: rgba(19, 48, 88, 0.6);
}
.slider .slide.active {
    z-index: 3;
}
.rappel-background section,
.slider .slide > div,
.wrapper > div {
    position: relative;
    z-index: 3;
}
.onglet {
    height: 0;
    opacity: 0;
    top: 20px;
    transition: top 0.5s, opacity 0.5s;
}
.onglet.active {
    top: 0;
}
.background:before {
    position: absolute;
    top: 0;
    background: rgba(19, 48, 88, 0.5);
}
@media all and (max-width: 767px) {
    .rappel-background:before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(19, 48, 88, 0.5);
    }
    .rappel-background section {
        background: 0 0;
    }
    .rappel-background section:after,
    .rappel-background section:before {
        content: none;
    }
}
.image {
    padding: 0 50px;
}
.image.rounded img {
    border-radius: 300px;
}
.image img {
    width: 100%;
    height: auto;
    filter: saturate(0.1);
}
.carte {
    width: 100%;
    height: 226px;
    margin: 30px 0;
}
.carte .inner {
    width: 100%;
    height: 250px;
}
.slick-dots {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -80px;
}
.appel,
.btn-primary,
.btn-primary span,
.hamburger-box,
.sousmenu li a {
    position: relative;
}
.btn,
.hamburger,
.hamburger-box,
.slick-dots li,
.sousmenu li a {
    display: inline-block;
}
.slick-dots li {
    list-style: none;
    margin: 0 5px;
    padding: 0;
}
.slick-dots li.slick-active button {
    background: #ff905a;
}
.slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    color: transparent;
    border: 0;
    background: #fff;
}
.slick-slide {
    height: auto;
}
.slick-slide:active,
.slick-slide:focus {
    outline: 0 !important;
}
.btn {
    border: 0;
    font-size: 13px;
    padding: 0;
    background: 0 0;
    letter-spacing: 2px;
    cursor: pointer;
}
.btn-primary {
    border: 1px solid #fff;
    transition: color 0.25s;
}
.btn-primary.active:before,
.btn-primary:hover:before {
    top: -21px;
}
.btn-primary.active:after,
.btn-primary:hover:after {
    bottom: -21px;
}
.btn-primary.active span:before,
.btn-primary:hover span:before {
    right: -21px;
}
.btn-primary.active span:after,
.btn-primary:hover span:after {
    left: -21px;
}
.btn-primary:active,
.btn-primary:focus {
    outline: 0;
}
.btn-primary:before {
    content: "";
    position: absolute;
    top: 100%;
    left: -1px;
    bottom: -1px;
    width: 1px;
    background: #ff905a;
    transition: 0.25s;
}
.btn-primary span:before,
.btn-primary:after {
    top: -1px;
    background: #ff905a;
    transition: 0.25s;
    position: absolute;
    content: "";
}
.btn-primary:after {
    right: -1px;
    bottom: 100%;
    width: 1px;
}
.btn-primary.active span:nth-child(2) a {
    color: #ff905a;
    letter-spacing: 0;
    font-size: 16px;
    text-decoration: none;
}
.btn-primary span {
    display: block;
    padding: 10px 25px;
    color: #fff;
}
.btn-primary span:before {
    left: -1px;
    right: 100%;
    height: 1px;
}
.btn-primary span:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 100%;
    right: -1px;
    height: 1px;
    background: #ff905a;
    transition: 0.25s;
}
@media all and (max-width: 1199px) {
    body {
        font-size: 13px;
        line-height: 23px;
    }
    .h1,
    h1 {
        font-size: 22px;
        line-height: 32px;
        letter-spacing: 5px;
    }
    .h1.large,
    h1.large {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 16px;
    }
    .h1.large:before,
    h1.large:before {
        left: calc(50% - 80px / 2);
        width: 80px;
        height: 80px;
        background: url(../images/picto-diamant.svg) center center/80px auto no-repeat;
    }
    .h2,
    h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .h2 strong,
    h2 strong {
        font-size: 18px;
        line-height: 26px;
    }
    .h3,
    h3 {
        font-size: 14px;
    }
    section {
        margin: 180px 45px;
    }
    @-moz-document url-prefix() {
        section {
            height: 65vh;
        }
    }
    #logo {
        width: 190px;
        left: calc(50% - 95px);
    }
    .background {
        background-size: cover !important;
    }
    .image {
        text-align: center;
    }
    .image img {
        max-width: 250px;
        margin: auto;
        display: block;
    }
    .btn span {
        padding: 5px 15px;
    }
}
.small {
    font-size: 11px;
    line-height: 16px;
}
.sousmenu {
    margin-left: 20px;
}
.sousmenu li {
    list-style: none;
    padding: 0;
}
.sousmenu li a {
    padding: 15px 0;
    transition: color 0.25s;
}
.sousmenu li a.active:before,
.sousmenu li a:hover:before {
    width: 60px;
}
.sousmenu li a:before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 5px;
    width: 0;
    border-bottom: 2px solid #ff905a;
    transition: width 0.25s;
}
.appel {
    text-align: center;
    margin-top: 45px;
    padding-top: 20px;
}
.appel:before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 20px);
    width: 40px;
    height: 1px;
}
.appel .h3,
.appel h3 {
    margin-bottom: 15px;
    font-weight: 700;
    color: #ff905a;
}
.appel .btn {
    width: 190px;
    height: 50px;
    padding: 0;
}
.appel .btn span:nth-child(2),
.appel .btn.active span:first-child {
    opacity: 0;
}
.appel .btn.active span:nth-child(2) {
    opacity: 1;
}
.appel .btn span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    line-height: 48px;
    transition: opacity 0.5s;
}
@media all and (max-width: 991px) {
    .h1,
    .h1.large,
    h1,
    h1.large {
        font-size: 20px;
        line-height: 28px;
    }
    .h1,
    h1 {
        letter-spacing: 4px;
    }
    .h1.large,
    h1.large {
        letter-spacing: 10px;
        padding-top: 45px;
    }
    .h1.large:before,
    h1.large:before {
        left: calc(50% - 40px / 2);
        width: 40px;
        height: 40px;
        background: url(../images/picto-diamant.svg) center center/40px auto no-repeat;
    }
    .h2,
    h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .h2 strong,
    h2 strong {
        font-size: 16px;
        line-height: 24px;
    }
    section {
        margin: 130px 15px;
        height: calc(100% - 230px);
    }
    section:after,
    section:before {
        height: 60px;
    }
    section > div {
        padding: 0 25px 0 0;
    }
    @-moz-document url-prefix() {
        section {
            height: 75vh;
        }
    }
    form .btn {
        margin-top: 30px;
    }
    #logo {
        width: 130px;
        height: 72px;
        left: 30px;
    }
    #legende,
    #menu .vertical-center .contact,
    #menu .vertical-center .h6,
    #svg-droite,
    #svg-gauche,
    #ville,
    .slider .slide .vertical-center > div,
    .slider .slide .vertical-center > p {
        display: none;
    }
    #navigation .precedent,
    #navigation .suivant {
        top: auto;
        bottom: 70px;
    }
    #navigation .precedent i,
    #navigation .suivant i {
        padding: 4px;
    }
    #navigation .precedent {
        left: calc(100% - 100px);
    }
    #navigation .suivant {
        right: 30px;
    }
	#menu{ height:100%; }
	#menu .justify-content-center > div{ height:100%; }
    #menu .vertical-center {
        padding: 120px 0px 70px;
		height:100%;
    }
    #menu .vertical-center > *{
		height:100%;
		overflow-y:auto;
		padding:0 15px;
    }
    #menu ul {
        margin: 0;
    }
    #menu ul li.menu-item-has-children > a:before {
        left: auto;
        right: 0;
    }
    #menu ul li a {
        display: block;
    }
    #menu ul li ul {
        padding-left: 30px;
    }
    .vertical-center {
        text-align: left;
        display: block;
        height: auto;
    }
    .vertical-center section {
        margin: 130px 15px 70px;
        height: calc(100% - 200px);
    }
    .vertical-center section:after,
    .vertical-center section:before {
        display: inherit;
    }
    .vertical-center section > div {
        padding: 0 25px 0 0;
        height: 100%;
    }
    .vertical-center section > div > div > :first-child {
        padding-top: 75px;
    }
    .vertical-center section > div > div > :last-child {
        padding-bottom: 75px;
    }
    .container-fluid > .background {
        padding-top: 0;
    }
    .container-fluid > .background > .row > .col-md-6,
    .container-fluid > .background > .row > .col-md-9 {
        padding: 0 15px;
    }
    .slider .slide .vertical-center {
        text-align: center;
        display: flex;
        height: 100%;
    }
    .slider .slide .vertical-center h1 {
        font-weight: 300;
        padding: 45px 15px 0;
        letter-spacing: 10px;
    }
    .slider .slide .vertical-center h1:before {
        content: "";
        position: absolute;
        top: 0;
        left: calc(50% - 40px / 2);
        width: 40px;
        height: 40px;
        background: url(../images/picto-diamant.svg) center center/40px auto no-repeat;
    }
    .wrapper {
        background: 0 0 !important;
    }
    .scroll-content div[class^="col-"] .card {
        margin-bottom: 45px;
    }
    .scroll-content div[class^="col-"]:last-child .card {
        margin-bottom: 0;
    }
    .appel {
        text-align: left;
    }
    .appel:before {
        left: 0;
    }
}
.actualite:nth-child(odd) .introduction {
    padding: 60px 60px 60px 0;
}
.actualite:nth-child(2n) .introduction {
    padding: 60px 0 60px 60px;
}
.actualite .background {
    border-top: 1px solid #fff;
}
.hamburger {
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}
.hamburger.is-active:hover .hamburger-inner,
.hamburger.is-active:hover .hamburger-inner::after,
.hamburger.is-active:hover .hamburger-inner::before,
.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner::after,
.hamburger:hover .hamburger-inner::before {
    background-color: #ff905a;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
    background-color: #133058;
}
.hamburger-box {
    width: 30px;
    height: 24px;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::after,
.hamburger-inner::before {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger--collapse .hamburger-inner,
.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
.hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
