@charset "UTF-8";
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}
[dir="rtl"] .slick-slide {
    float: right
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}
.slick-loading .slick-list {
    background: #fff url('ajax-loader.gif') center center no-repeat
}
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}
.slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
    opacity: 1
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25
}
.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg')
}
.slick-prev {
    left: -25px
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}
.slick-prev:before {
    content: "←"
}
[dir="rtl"] .slick-prev:before {
    content: "→"
}
.slick-next {
    right: -25px
}
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}
.slick-next:before {
    content: "→"
}
[dir="rtl"] .slick-next:before {
    content: "←"
}
.slick-dotted .slick-slider {
    margin-bottom: 30px
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
    color: black;
    opacity: .75
}
.animation {
    transition: all .25s ease-in-out 0s;
    -webkit-transition: all .25s ease-in-out 0s;
    visibility: hidden
}
.animation.anime {
    visibility: visible
}
.animation.anime.rebondir {
    -webkit-animation: rebondir .6s;
    -moz-animation: rebondir .6s;
    animation: rebondir .6s
}
.animation.anime.translation-gauche-droit-grand {
    -webkit-animation: translation_gauche_droit_grand .6s;
    -moz-animation: translation_gauche_droit_grand .6s;
    animation: translation_gauche_droit_grand .6s
}
.animation.anime.translation-gauche-droit-grand.lent {
    -webkit-animation: translation_gauche_droit_grand 1s;
    -moz-animation: translation_gauche_droit_grand 1s;
    animation: translation_gauche_droit_grand 1s
}
.animation.anime.translation-droit-gauche-grand {
    -webkit-animation: translation_droit_gauche_grand .6s;
    -moz-animation: translation_droit_gauche_grand .6s;
    animation: translation_droit_gauche_grand .6s
}
.animation.anime.translation-droit-gauche-grand.lent {
    -webkit-animation: translation_droit_gauche_grand 1s;
    -moz-animation: translation_droit_gauche_grand 1s;
    animation: translation_droit_gauche_grand 1s
}
.animation.anime.translation-gauche-droit-moyen {
    -webkit-animation: translation_gauche_droit_moyen .6s;
    -moz-animation: translation_gauche_droit_moyen .6s;
    animation: translation_gauche_droit_moyen .6s
}
.animation.anime.translation-droit-gauche-moyen {
    -webkit-animation: translation_droit_gauche_moyen .6s;
    -moz-animation: translation_droit_gauche_moyen .6s;
    animation: translation_droit_gauche_moyen .6s
}
.animation.anime.translation-bas-haut-petit {
    -webkit-animation: translation_bas_haut_petit .6s;
    -moz-animation: translation_bas_haut_petit .6s;
    animation: translation_bas_haut_petit .6s
}
@-webkit-keyframes rebondir {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@keyframes rebondir {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}
@-webkit-keyframes translation_gauche_droit_grand {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes translation_gauche_droit_grand {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}
@-webkit-keyframes translation_droit_gauche_grand {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes translation_droit_gauche_grand {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}
@-webkit-keyframes translation_gauche_droit_moyen {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes translation_gauche_droit_moyen {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-1000px);
        -ms-transform: translateX(-1000px);
        transform: translateX(-1000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}
@-webkit-keyframes translation_droit_gauche_moyen {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes translation_droit_gauche_moyen {
    0% {
        opacity: 0;
        -webkit-transform: translateX(1000px);
        -ms-transform: translateX(1000px);
        transform: translateX(1000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}
@-webkit-keyframes translation_bas_haut_petit {
    0% {
        opacity: 0;
        -webkit-transform: translateY(150px);
        -ms-transform: translateY(150px);
        transform: translateY(150px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes translation_bas_haut_petit {
    0% {
        opacity: 0;
        -webkit-transform: translateY(150px);
        -ms-transform: translateY(150px);
        transform: translateY(150px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
* {
    margin: 0;
    padding: 0
}
*:focus {
    outline: none
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0
}
body {
    min-height: 100%;
    overflow-x: hidden;
    position: relative
}
body::-webkit-scrollbar-track {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none
}
body::-webkit-scrollbar {
    width: 6px;
    background: #fff
}
body::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #0D3B5F
}
a img {
    border: none
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    margin: 0;
    width: auto
}
table {
    width: 100%
}
table .entete-mobile {
    display: none
}
table thead td {
    font-size: 20px;
    font-size: 2rem;
    line-height: 23px;
    line-height: 2.3rem;
    background: #0D3B5F;
    color: #fff;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle
}
table thead td+td {
    border-left: #fff solid 1px
}
table td.s-thead, table td[colspan="2"], table td[colspan="3"], table td[colspan="4"], table td[colspan="5"], table td[colspan="6"], table td[colspan="7"], table td[colspan="8"] {
    font-size: 20px;
    font-size: 2rem;
    line-height: 23px;
    line-height: 2.3rem;
    background: #F6A121;
    color: #fff;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 700;
    text-transform: uppercase
}
table td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem;
    background: #edecea;
    padding: 15px
}
table td+td {
    border-left: #707070 solid 1px
}
table tr:nth-child(even) td {
    background: #f5f5f5
}
@media screen and (max-width:920px) {
    table .entete-mobile {
        display: block
    }
    table thead {
        display: none !important
    }
    table td {
        display: block !important;
        padding: 8px 15px
    }
    table td+td {
        border-left: 0
    }
    table tr td:first-child {
        border-top: #707070 solid 1px;
        padding-top: 15px
    }
    table tr td:last-child {
        padding-bottom: 15px
    }
}
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%
}
body {
    font-size: 22px;
    font-size: 2.2rem;
    color: #000;
    font-family: 'Manrope', sans-serif
}
section a {
    transition: color .25s ease-in-out 0s;
    -webkit-transition: color .25s ease-in-out 0s;
    color: #0066B9;
    text-decoration: none
}
section a:hover {
    color: #F6A121
}
sup, sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative
}
sup {
    font-size: .6em;
    bottom: 1ex
}
sub {
    top: .5ex
}
section p, section li {
    line-height: 38px;
    line-height: 3.8rem
}
section ul {
    list-style: square;
    padding-left: 20px
}
section ul li {
    line-height: 30px;
    line-height: 3rem
}
section ul>li+li {
    margin-top: 5px
}
@media screen and (max-width:1024px) {
    body {
        font-size: 17px;
        font-size: 1.7rem
    }
    section p, section ul li {
        line-height: 25px;
        line-height: 2.5rem
    }
}
h1, h2, h3, h4, h5, .titre_h, .titre-h {
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 70px;
    line-height: 7rem;
    color: #0D3B5F;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 500;
    position: relative
}
h1.majuscule, h2.majuscule, h3.majuscule, h4.majuscule, h5.majuscule, .titre_h.majuscule, .titre-h.majuscule {
    text-transform: uppercase
}
h1.gras, h2.gras, h3.gras, h4.gras, h5.gras, .titre_h.gras, .titre-h.gras {
    font-weight: 700
}
h1.extra-bold, h2.extra-bold, h3.extra-bold, h4.extra-bold, h5.extra-bold, .titre_h.extra-bold, .titre-h.extra-bold {
    font-weight: 800
}
h1.font-texte, h2.font-texte, h3.font-texte, h4.font-texte, h5.font-texte, .titre_h.font-texte, .titre-h.font-texte {
    font-family: 'Manrope', sans-serif
}
h1.font-titre, h2.font-titre, h3.font-titre, h4.font-titre, h5.font-titre, .titre_h.font-titre, .titre-h.font-titre {
    font-family: 'Maven Pro', sans-serif
}
h1.orange, h2.orange, h3.orange, h4.orange, h5.orange, .titre_h.orange, .titre-h.orange, h1 .orange, h2 .orange, h3 .orange, h4 .orange, h5 .orange, .titre_h .orange, .titre-h .orange {
    color: #F6A121
}
h1.blanc, h2.blanc, h3.blanc, h4.blanc, h5.blanc, .titre_h.blanc, .titre-h.blanc, h1 .blanc, h2 .blanc, h3 .blanc, h4 .blanc, h5 .blanc, .titre_h .blanc, .titre-h .blanc {
    color: #fff
}
h1.noir, h2.noir, h3.noir, h4.noir, h5.noir, .titre_h.noir, .titre-h.noir, h1 .noir, h2 .noir, h3 .noir, h4 .noir, h5 .noir, .titre_h .noir, .titre-h .noir {
    color: #000
}
h1.beige, h2.beige, h3.beige, h4.beige, h5.beige, .titre_h.beige, .titre-h.beige, h1 .beige, h2 .beige, h3 .beige, h4 .beige, h5 .beige, .titre_h .beige, .titre-h .beige {
    color: #9D958B
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, .titre_h strong, .titre-h strong {
    font-weight: 700
}
h1.h1, h2.h1, h3.h1, h4.h1, h5.h1, .titre_h.h1, .titre-h.h1 {
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 70px;
    line-height: 7rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 500
}
h1.h2, h2.h2, h3.h2, h4.h2, h5.h2, .titre_h.h2, .titre-h.h2 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 50px;
    line-height: 5rem
}
h1.h2.font-titre, h2.h2.font-titre, h3.h2.font-titre, h4.h2.font-titre, h5.h2.font-titre, .titre_h.h2.font-titre, .titre-h.h2.font-titre {
    font-family: 'Maven Pro', sans-serif
}
h1.h3, h2.h3, h3.h3, h4.h3, h5.h3, .titre_h.h3, .titre-h.h3 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
    line-height: 4.2rem
}
h1.h3.font-titre, h2.h3.font-titre, h3.h3.font-titre, h4.h3.font-titre, h5.h3.font-titre, .titre_h.h3.font-titre, .titre-h.h3.font-titre {
    font-family: 'Maven Pro', sans-serif
}
h1.h4, h2.h4, h3.h4, h4.h4, h5.h4, .titre_h.h4, .titre-h.h4 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 38px;
    line-height: 3.8rem
}
h1.h5, h2.h5, h3.h5, h4.h5, h5.h5, .titre_h.h5, .titre-h.h5 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    line-height: 3.4rem
}
h1 {
    font-family: 'Manrope', sans-serif;
    font-weight: 500
}
h2 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 50px;
    line-height: 5rem
}
h3 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 42px;
    line-height: 4.2rem
}
h4 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 38px;
    line-height: 3.8rem
}
h5 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 34px;
    line-height: 3.4rem
}
@media screen and (max-width:1024px) {
    h1, h2.h1, h3.h1, h4.h1, h5.h1, .titre-h.h1 {
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 57px;
        line-height: 5.7rem
    }
    h2, h1.h2, h3.h2, h4.h2, h5.h2, .titre-h.h2 {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 40px;
        line-height: 4rem
    }
    h3, h1.h3, h2.h3, h4.h3, h5.h3, .titre-h.h3 {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 34px;
        line-height: 3.4rem
    }
    h4, h1.n4, h2.n4, h3.n4, h5.n4, .titre-h.h4 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 32px;
        line-height: 3.2rem
    }
    h5, h1.n5, h2.n5, h3.n5, h5.n5, .titre-h.h5 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 32px;
        line-height: 3.2rem
    }
}
@media screen and (max-width:768px) {
    h1, h2.h1, h3.h1, h4.h1, h5.h1, .titre-h.h1 {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 44px;
        line-height: 4.4rem
    }
    h2, h1.h2, h3.h2, h4.h2, h5.h2, .titre-h.h2 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 36px;
        line-height: 3.6rem
    }
    h3, h1.h3, h2.h3, h4.h3, h5.h3, .titre-h.h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 32px;
        line-height: 3.2rem
    }
    h4, h1.n4, h2.n4, h3.n4, h5.n4, .titre-h.h4 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 26px;
        line-height: 2.6rem
    }
    h5, h1.n5, h2.n5, h3.n5, h5.n5, .titre-h.h5 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 26px;
        line-height: 2.6rem
    }
}
h1+p, h1+ul, h1+table, h1+h2, h1+h3, h1+h4, h2+p, h2+ul, h2+table, h2+h3, h2+h4, h3+p, h3+ul, h3+table, h4+p, h4+ul, h4+table, p+h2, p+h3, p+h4, ul+h2, ul+h3, ul+h4, .titre-h+p, .titre-h+ul, .titre-h+table, p+p, p+ul, p+table, p+.conteneur-video, .conteneur-video+p, table+p, table+ul, .conteneur-table+p, p+.conteneur-table, .conteneur-table+ul, ul+.conteneur-table, table+h2, table+h3, table+h4, ul+p, ul+ul, ul+table, p+.wpcf7, ul+.wpcf7, h1+.wpcf7, h2+.wpcf7, h3+.wpcf7, .bande-titre+p {
    margin-top: 25px
}
h1+p.mt-0, h1+ul.mt-0, h1+table.mt-0, h1+h2.mt-0, h1+h3.mt-0, h1+h4.mt-0, h2+p.mt-0, h2+ul.mt-0, h2+table.mt-0, h2+h3.mt-0, h2+h4.mt-0, h3+p.mt-0, h3+ul.mt-0, h3+table.mt-0, h4+p.mt-0, h4+ul.mt-0, h4+table.mt-0, p+h2.mt-0, p+h3.mt-0, p+h4.mt-0, ul+h2.mt-0, ul+h3.mt-0, ul+h4.mt-0, .titre-h+p.mt-0, .titre-h+ul.mt-0, .titre-h+table.mt-0, p+p.mt-0, p+ul.mt-0, p+table.mt-0, p+.conteneur-video.mt-0, .conteneur-video+p.mt-0, table+p.mt-0, table+ul.mt-0, .conteneur-table+p.mt-0, p+.conteneur-table.mt-0, .conteneur-table+ul.mt-0, ul+.conteneur-table.mt-0, table+h2.mt-0, table+h3.mt-0, table+h4.mt-0, ul+p.mt-0, ul+ul.mt-0, ul+table.mt-0, p+.wpcf7.mt-0, ul+.wpcf7.mt-0, h1+.wpcf7.mt-0, h2+.wpcf7.mt-0, h3+.wpcf7.mt-0, .bande-titre+p.mt-0 {
    margin-top: 5px
}
h1+p.mt-2, h1+ul.mt-2, h1+table.mt-2, h1+h2.mt-2, h1+h3.mt-2, h1+h4.mt-2, h2+p.mt-2, h2+ul.mt-2, h2+table.mt-2, h2+h3.mt-2, h2+h4.mt-2, h3+p.mt-2, h3+ul.mt-2, h3+table.mt-2, h4+p.mt-2, h4+ul.mt-2, h4+table.mt-2, p+h2.mt-2, p+h3.mt-2, p+h4.mt-2, ul+h2.mt-2, ul+h3.mt-2, ul+h4.mt-2, .titre-h+p.mt-2, .titre-h+ul.mt-2, .titre-h+table.mt-2, p+p.mt-2, p+ul.mt-2, p+table.mt-2, p+.conteneur-video.mt-2, .conteneur-video+p.mt-2, table+p.mt-2, table+ul.mt-2, .conteneur-table+p.mt-2, p+.conteneur-table.mt-2, .conteneur-table+ul.mt-2, ul+.conteneur-table.mt-2, table+h2.mt-2, table+h3.mt-2, table+h4.mt-2, ul+p.mt-2, ul+ul.mt-2, ul+table.mt-2, p+.wpcf7.mt-2, ul+.wpcf7.mt-2, h1+.wpcf7.mt-2, h2+.wpcf7.mt-2, h3+.wpcf7.mt-2, .bande-titre+p.mt-2 {
    margin-top: 45px
}
h1+p.mt-3, h1+ul.mt-3, h1+table.mt-3, h1+h2.mt-3, h1+h3.mt-3, h1+h4.mt-3, h2+p.mt-3, h2+ul.mt-3, h2+table.mt-3, h2+h3.mt-3, h2+h4.mt-3, h3+p.mt-3, h3+ul.mt-3, h3+table.mt-3, h4+p.mt-3, h4+ul.mt-3, h4+table.mt-3, p+h2.mt-3, p+h3.mt-3, p+h4.mt-3, ul+h2.mt-3, ul+h3.mt-3, ul+h4.mt-3, .titre-h+p.mt-3, .titre-h+ul.mt-3, .titre-h+table.mt-3, p+p.mt-3, p+ul.mt-3, p+table.mt-3, p+.conteneur-video.mt-3, .conteneur-video+p.mt-3, table+p.mt-3, table+ul.mt-3, .conteneur-table+p.mt-3, p+.conteneur-table.mt-3, .conteneur-table+ul.mt-3, ul+.conteneur-table.mt-3, table+h2.mt-3, table+h3.mt-3, table+h4.mt-3, ul+p.mt-3, ul+ul.mt-3, ul+table.mt-3, p+.wpcf7.mt-3, ul+.wpcf7.mt-3, h1+.wpcf7.mt-3, h2+.wpcf7.mt-3, h3+.wpcf7.mt-3, .bande-titre+p.mt-3 {
    margin-top: 60px
}
.texte-droit {
    text-align: right
}
.texte-centre {
    text-align: center
}
.texte-gauche {
    text-align: left
}
.f0 {
    font-size: 0
}
.texte-blanc {
    color: #fff
}
.texte-bleu {
    color: #0D3B5F;
}
.bouton, a.bouton, input[type=submit] {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0 !important;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
    transition: all .75s ease-in-out 0s;
    -webkit-transition: all .75s ease-in-out 0s;
    background: #0066B9 url(../svg/triangle-bouton.svg) left center no-repeat !important;
    -webkit-background-size: 16px auto !important;
    -moz-background-size: 16px auto !important;
    -o-background-size: 16px auto !important;
    background-size: 16px auto !important;
    border: none;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 18px 35px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer !important;
}
.bouton .orange, a.bouton .orange, input[type=submit] .orange {
    color: #F6A121 !important;
}
.bouton:hover, a.bouton:hover, input[type=submit]:hover {
    -webkit-background-size: 200% auto !important;
    -moz-background-size: 200% auto !important;
    -o-background-size: 200% auto !important;
    background-size: 200% auto !important;
    color: #fff !important;
}
.bouton.bouton-orange, a.bouton.bouton-orange, input[type=submit].bouton-orange {
    background-color: #F6A121 !important;
    background-image: url(../svg/triangle-bouton-blanc.svg) !important;
}
.bouton.bouton-orange:hover, a.bouton.bouton-orange:hover, input[type=submit].bouton-orange:hover {
    color: #0066B9 !important;
}
.bouton.bouton-bleu, a.bouton.bouton-bleu, input[type=submit].bouton-bleu {
    background-color: #0D3B5F !important;
}
@media screen and (max-width:1024px) {
    .bouton, a.bouton {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 17px;
        line-height: 1.7rem;
    }
}
.lien-bleu-pale-fleche, .woocommerce-message .restore-item, .showlogin {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
    transition: color .25s ease-in-out 0s;
    -webkit-transition: color .25s ease-in-out 0s;
    color: #0066B9 !important;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    background-color: transparent !important;
}
.lien-bleu-pale-fleche:hover, .woocommerce-message .restore-item:hover, .showlogin:hover {
    color: #F6A121 !important;
}
.lien-bleu-pale-fleche i {
    color: #F6A121 !important;
    margin-right: 10px;
}
.lien-bleu-pale-fleche .orange {
    color: #F6A121 !important;
}
@media screen and (max-width:1024px) {
    .lien-bleu-pale-fleche {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 17px;
        line-height: 1.7rem;
    }
}
.titre-ligne {
    background: #F6A121;
    height: 3px;
    margin: 25px auto;
    width: 40px;
}
.titre-ligne.gauche {
    margin-left: 0;
    margin-right: 0
}
.titre-ligne.large {
    width: 90px
}
.titre-ligne.petit {
    width: 25px
}
.titre-ligne.mt-double {
    margin-bottom: 40px;
    margin-top: 40px
}
.titre-ligne.m-demi {
    margin-bottom: 10px;
    margin-top: 10px
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}
.clear {
    clear: both
}
.centre {
    margin: 0 auto;
    max-width: 1600px;
    width: 94%;
    position: relative
}
@media screen and (max-width:768px) {
    .centre {
        width: calc(100% - 40px)
    }
}
section {
    padding: 75px 0;
    position: relative
}
section.pb0 {
    padding-bottom: 0
}
section.pt0 {
    padding-top: 0
}
section.pt-demi {
    padding-top: 35px
}
section.pb-demi {
    padding-bottom: 35px
}
section.fond-beige {
    background: #9D958B
}
section.fond-bleu {
    background: #0D3B5F
}
section.fond-orange {
    background: #F6A121
}
section.fond-gris-pale {
    background: #f5f5f5
}
section.fond-gris {
    background: #707070
}
@media screen and (max-width:667px) {
    section {
        padding: 60px 0
    }
}
.conteneur-video {
    position: relative
}
.conteneur-video:after {
    padding-top: 56.25%;
    display: block;
    content: ''
}
.conteneur-video iframe, .conteneur-video object, .conteneur-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
#cboxOverlay {
    background: #fff
}
#cboxLoadedContent {
    border: none
}
#cboxClose {
    top: 0
}
#cboxPrevious {
    left: 0
}
#cboxNext {
    right: 0
}
#cboxTitle {
    font-size: 16px;
    font-size: 1.6rem;
    color: #000
}
#cboxCurrent {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    color: #000
}
.flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}
.flex-halign-right {
    justify-content: flex-end;
    -webkit-justify-content: flex-end
}
.flex-halign-space-between {
    justify-content: space-between;
    -webkit-justify-content: space-between
}
.flex-halign-space-around {
    justify-content: space-around;
    -webkit-justify-content: space-around
}
.flex-halign-center {
    justify-content: center;
    -webkit-justify-content: center
}
.flex-halign-left {
    justify-content: flex-start;
    -webkit-justify-content: flex-start
}
.flex-valign-bottom {
    align-items: flex-end;
    -webkit-align-items: flex-end
}
.flex-valign-center, .flex-valign-middle {
    align-items: center;
    -webkit-align-items: center
}
.flex-valign-stretch {
    align-items: stretch;
    -webkit-align-items: stretch
}
.flex-valign-top {
    align-items: flex-start;
    -webkit-align-items: flex-start
}
.flex-wrap {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}
.grecaptcha-badge {
    visibility: hidden
}
#conteneur-navigation {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500
}
#conteneur-navigation .conteneur-menu {
    position: relative;
    z-index: 100
}
#bande-alertes {
    transition: all .25s ease-in-out 0s;
    -webkit-transition: all .25s ease-in-out 0s;
    background: #F6A121;
    max-height: 1000px;
    overflow: hidden;
    text-align: center
}
#bande-alertes a {
    text-decoration: none
}
#bande-alertes i {
    margin-left: 6px
}
#bande-alertes .alerte {
    padding: 5px 20px
}
#bande-alertes .alerte div {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    margin: 5px 10px
}
#bande-alertes .alerte div.titre {
    text-transform: uppercase
}
#bande-alertes .alerte div.date {
    font-weight: 900;
    text-transform: uppercase
}
body.scroll #bande-alertes {
    max-height: 0
}
@media screen and (max-width:960px) {
    #bande-alertes .alerte div {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 16px;
        line-height: 1.6rem
    }
}
@media screen and (max-width:667px) {
    #bande-alertes .alerte div {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 13px;
        line-height: 1.3rem
    }
}
#bande-navigation {
    transition: all .25s ease-in-out 0s;
    -webkit-transition: all .25s ease-in-out 0s;
    background: rgba(255, 255, 255, 0.94);
    height: 100px;
    overflow: hidden;
    position: relative
}
body.scroll #bande-navigation {
    background: #f5f5f5;
    height: 60px
}
@media screen and (max-width:667px) {
    #bande-navigation {
        height: 60px
    }
}
#bande-navigation .logo {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 10
}
#bande-navigation .logo a {
    display: inline-block
}
#bande-navigation .logo img {
    transition: all .25s ease-in-out 0s;
    -webkit-transition: all .25s ease-in-out 0s;
    display: block;
    height: 60px
}
body.scroll #bande-navigation .logo img {
    height: 40px
}
@media screen and (max-width:667px) {
    #bande-navigation .logo img {
        height: 40px
    }
}
#bande-navigation #menu-principal ul {
    list-style: none;
    padding-left: 0
}
#bande-navigation #menu-principal li {
    display: inline-block;
    margin-right: 60px
}
#bande-navigation #menu-principal li:hover a, #bande-navigation #menu-principal li .is-active a {
    color: #F6A121
}
#bande-navigation #menu-principal a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    transition: color .25s ease-in-out 0s;
    -webkit-transition: color .25s ease-in-out 0s;
    color: #707070;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase
}
@media screen and (max-width:1640px) {
    #bande-navigation #menu-principal li {
        margin-right: 30px
    }
}
@media screen and (max-width:1380px) {
    #bande-navigation #menu-principal {
        display: none
    }
}
#bande-navigation #btn-menu-mobile {
    font-size: 32px;
    font-size: 3.2rem;
    transition: all .25s ease-in-out 0s;
    -webkit-transition: all .25s ease-in-out 0s;
    color: #707070;
    cursor: pointer;
    margin: 0 30px 0 15px;
    position: relative
}
#bande-navigation #btn-menu-mobile:after {
    opacity: 0;
    -moz-opacity: 0;
    transition: all .25s ease-in-out 0s;
    -webkit-transition: all .25s ease-in-out 0s;
    background: #9D958B;
    content: '';
    display: block;
    height: 100%;
    left: -30px;
    position: absolute;
    top: 0;
    width: calc(100% + 60px)
}
#bande-navigation #btn-menu-mobile:before {
    content: '\f0c9';
    display: block;
    font-family: 'bceconomique';
    position: relative;
    z-index: 50
}
#bande-navigation #btn-menu-mobile:hover {
    color: #F6A121
}
#bande-navigation #btn-menu-mobile.ouvert {
    color: #fff
}
#bande-navigation #btn-menu-mobile.ouvert:after {
    opacity: 1;
    -moz-opacity: 1
}
#bande-navigation #btn-menu-mobile.ouvert:before {
    content: '\e804'
}
@media screen and (max-width:560px) {
    #bande-navigation #btn-menu-mobile {
        margin-right: 20px
    }
}
#bande-navigation .contact, .personnes-contact .contact, .demarrage .contact {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
    background: #0D3B5F;
    color: #fff;
    font-weight: 700;
    padding: 0 30px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap
}
#bande-navigation .contact:hover i, .personnes-contact .contact:hover i, .demarrage .contact:hover i {
    color: #fff
}
#bande-navigation .contact:hover .triangle, .personnes-contact .contact:hover .triangle, .demarrage .contact:hover .triangle {
    opacity: 1;
    -moz-opacity: 1;
    width: 300%
}
#bande-navigation .contact i, .personnes-contact .contact i, .demarrage .contact i {
    transition: color .75s ease-in-out 0s;
    -webkit-transition: color .75s ease-in-out 0s;
    color: #F6A121;
    margin-right: 12px
}
#bande-navigation .contact span, .personnes-contact .contact span, .demarrage .contact span {
    position: relative;
    z-index: 50
}
#bande-navigation .contact .triangle, .personnes-contact .contact .triangle, .demarrage .contact .triangle {
    opacity: 0;
    -moz-opacity: 0;
    transition: all .75s ease-in-out 0s;
    -webkit-transition: all .75s ease-in-out 0s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../svg/triangle-bouton.svg) left center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    left: -1px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 30
}
#bande-navigation .contact .triangle:before, .personnes-contact .contact .triangle:before, .demarrage .contact .triangle:before {
    padding-top: 78.94736842%;
    display: block;
    content: ''
}
@media screen and (max-width:1640px) {
    #bande-navigation .contact {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 17px;
        line-height: 1.7rem;
        padding: 0 20px
    }
}
@media screen and (max-width:560px) {
    #bande-navigation .contact {
        display: none
    }
}
#conteneur-navigation #menu-secondaire {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #9D958B;
    font-size: 0;
    left: 50%;
    max-height: 0;
    max-width: 1300px;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%
}
#conteneur-navigation #menu-secondaire::-webkit-scrollbar-track {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none
}
#conteneur-navigation #menu-secondaire::-webkit-scrollbar {
    width: 6px;
    background: #9D958B
}
#conteneur-navigation #menu-secondaire::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff
}
#conteneur-navigation #menu-secondaire ul {
    list-style: none;
    padding-left: 0
}
#conteneur-navigation #menu-secondaire a {
    transition: all .25s ease-in-out 0s;
    -webkit-transition: all .25s ease-in-out 0s;
    color: #fff;
    text-decoration: none
}
#conteneur-navigation #menu-secondaire a:hover {
    color: #F6A121
}
#conteneur-navigation #menu-secondaire>ul {
    align-items: stretch;
    -webkit-align-items: stretch;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap
}
#conteneur-navigation #menu-secondaire>ul>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #81786d;
    background: -moz-linear-gradient(-45deg, #8a7d6d 0%, #9e968c 15%);
    background: -webkit-linear-gradient(-45deg, #8a7d6d 0%, #9e968c 15%);
    background: linear-gradient(135deg, #8a7d6d 0%, #9e968c 15%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81786d', endColorstr='#9e968c', GradientType=1);
    padding: 30px 25px;
    width: 25%
}
#conteneur-navigation #menu-secondaire>ul>li>a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    display: inline-block;
    padding-left: 23px;
    position: relative;
    text-transform: uppercase
}
#conteneur-navigation #menu-secondaire>ul>li>a:before {
    background: #F6A121;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 15px
}
#conteneur-navigation #menu-secondaire>ul ul {
    padding-left: 23px
}
#conteneur-navigation #menu-secondaire>ul ul a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13px;
    line-height: 1.3rem;
    display: inline-block;
    padding-left: 13px;
    position: relative
}
#conteneur-navigation #menu-secondaire>ul ul a:before {
    color: #F6A121;
    content: '\f105';
    display: block;
    font-family: 'bceconomique';
    left: 0;
    position: absolute;
    top: -1px
}
#conteneur-navigation #menu-secondaire>ul ul li {
    margin-top: 7px
}
body.menu-ouvert #conteneur-navigation #menu-secondaire {
    max-height: 10000px
}
@media screen and (max-width:860px) {
    #conteneur-navigation #menu-secondaire>ul>li {
        width: 33.33333333%
    }
}
@media screen and (max-width:760px) {
    #conteneur-navigation #menu-secondaire>ul>li {
        width: 50%
    }
    body.menu-ouvert #conteneur-navigation #menu-secondaire {
        overflow: auto;
        max-height: calc(100vh - 220px)
    }
}
@media screen and (max-width:667px) {
    #conteneur-navigation #menu-secondaire {
        display: none
    }
}
@media screen and (max-width:525px) {
    #conteneur-navigation #menu-secondaire>ul>li {
        width: 100%
    }
}
#bandeau {
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 700px;
    position: relative
}
#bandeau.cache-filtre:before {
    display: none
}
#bandeau:before {
    background: rgba(0, 55, 100, 0.75);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50
}
#bandeau .titre {
    padding-top: 141px;
    position: relative;
    z-index: 100
}
#bandeau .icone img {
    height: 220px;
    max-width: 210px
}
#bandeau .texte {
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 65px;
    line-height: 6.5rem;
    color: #fff;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 500;
    margin-left: 30px;
    text-transform: uppercase
}
#bandeau .trame {
    bottom: -130px;
    position: absolute;
    right: 0;
    z-index: 75;
    width: 425px
}
body.mentorat-affaires #bandeau, body.single-mentors #bandeau {
    background-position: center top
}
body.mentorat-affaires #bandeau:before, body.single-mentors #bandeau:before {
    background: rgba(157, 149, 139, 0.67)
}
@media screen and (max-width:1120px) {
    #bandeau {
        height: 550px
    }
    #bandeau .icone img {
        height: 160px
    }
    #bandeau .texte {
        font-size: 45px;
        font-size: 4.5rem;
        line-height: 55px;
        line-height: 5.5rem
    }
    #bandeau .trame {
        bottom: -90px;
        width: 300px
    }
}
@media screen and (max-width:860px) {
    #bandeau {
        height: 400px
    }
    #bandeau .icone img {
        height: 120px
    }
    #bandeau .texte {
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 44px;
        line-height: 4.4rem
    }
    #bandeau .trame {
        bottom: 0;
        width: 200px
    }
}
@media screen and (max-width:667px) {
    #bandeau {
        height: 350px
    }
    #bandeau .icone img {
        height: 90px
    }
    #bandeau .texte {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 36px;
        line-height: 3.6rem;
        margin-left: 15px
    }
    #bandeau .trame {
        width: 150px
    }
}
#fil-ariane {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 18px;
    line-height: 1.8rem;
    background: #f5f5f4;
    padding: 15px 0
}
#fil-ariane, #fil-ariane a {
    color: #000;
    font-weight: 600
}
#fil-ariane a {
    text-decoration: none
}
#fil-ariane a:hover {
    color: #0066B9
}
#menu-mobile {
    transition: left .5s ease-in-out 0s;
    -webkit-transition: left .5s ease-in-out 0s;
    background: #9D958B;
    height: 100vh;
    left: -100%;
    max-width: 450px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500
}
#menu-mobile::-webkit-scrollbar-track {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none
}
#menu-mobile::-webkit-scrollbar {
    width: 6px;
    background: #9D958B
}
#menu-mobile::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff
}
#menu-mobile .spacer {
    height: 90px
}
#menu-mobile .logo {
    padding: 30px 20px;
    position: relative
}
#menu-mobile .logo img {
    display: block;
    max-width: 250px;
    width: 100%
}
#menu-mobile .fermer {
    font-size: 32px;
    font-size: 3.2rem;
    transition: all .25s ease-in-out 0s;
    -webkit-transition: all .25s ease-in-out 0s;
    color: #fff;
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 5px;
    top: calc(50% - 20px);
    width: 40px
}
#menu-mobile .fermer:before {
    content: '\e804';
    display: block;
    font-family: 'bceconomique';
    position: relative;
    z-index: 50
}
#menu-mobile .fermer:hover {
    color: #F6A121
}
#menu-mobile a {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
    transition: all .25s ease-in-out 0s;
    -webkit-transition: all .25s ease-in-out 0s;
    color: #fff;
    text-decoration: none
}
#menu-mobile a:hover {
    color: #F6A121
}
#menu-mobile ul {
    padding-left: 0;
    list-style: none
}
#menu-mobile>ul>li {
    background: #81786d;
    background: -moz-linear-gradient(-45deg, #8a7d6d 0%, #9e968c 15%);
    background: -webkit-linear-gradient(-45deg, #8a7d6d 0%, #9e968c 15%);
    background: linear-gradient(135deg, #8a7d6d 0%, #9e968c 15%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#81786d', endColorstr='#9e968c', GradientType=1);
    padding: 15px 20px
}
#menu-mobile>ul>li>a {
    display: inline-block;
    font-weight: 500;
    padding-left: 23px;
    position: relative;
    text-transform: uppercase
}
#menu-mobile>ul>li>a:before {
    background: #F6A121;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 15px
}
#menu-mobile>ul ul li {
    padding: 0 35px
}
#menu-mobile>ul ul a {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 15px;
    line-height: 1.5rem;
    display: inline-block;
    padding-left: 13px;
    position: relative
}
#menu-mobile>ul ul a:before {
    color: #F6A121;
    content: '\f105';
    display: block;
    font-family: 'bceconomique';
    left: 0;
    position: absolute;
    top: -1px
}
@media screen and (max-width:667px) {
    body.menu-ouvert #menu-mobile {
        left: 0
    }
}
.personnes-contact .personne {
    background: #0D3B5F;
    width: 100%
}
.personnes-contact .personne+.personne {
    margin-top: 45px
}
.personnes-contact .personne .image {
    padding-right: 15px;
    position: relative
}
.personnes-contact .personne .image:before {
    background: #fff;
    content: '';
    display: block;
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 25
}
.personnes-contact .personne .image .fleches {
    width: 60px
}
.personnes-contact .personne .image .photo {
    position: relative;
    width: 300px;
    z-index: 50
}
.personnes-contact .personne .details {
    padding: 30px 45px
}
.personnes-contact .personne .details h3+p {
    margin-top: 5px
}
.personnes-contact .personne .aide {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
    line-height: 3.2rem;
    color: #F6A121;
    font-family: 'Homemade Apple', sans-serif;
    margin-bottom: 30px
}
.personnes-contact .personne .titre {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
    color: #fff
}
.personnes-contact .personne .coordonnees {
    margin-top: 30px
}
.personnes-contact .personne .coordonnees a {
    transition: color .25s ease-in-out 0s;
    -webkit-transition: color .25s ease-in-out 0s;
    color: #fff;
    text-decoration: none
}
.personnes-contact .personne .coordonnees a:hover {
    color: #F6A121
}
.personnes-contact .personne .coordonnees .icone {
    margin-right: 15px
}
.personnes-contact .personne .coordonnees .icone img {
    width: 40px
}
.personnes-contact .personne .coordonnees>div+div {
    margin-top: 15px
}
.personnes-contact .personne .rdv {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    line-height: 3rem;
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
    text-align: center;
    text-transform: uppercase
}
.personnes-contact .personne .contact {
    background: #0066B9;
    padding: 30px 15px;
    text-align: center
}
@media screen and (max-width:1360px) {
    .personnes-contact .personne .image .fleches {
        width: 45px
    }
    .personnes-contact .personne .image .photo {
        width: 240px
    }
    .personnes-contact .personne .details {
        padding: 30px 45px
    }
    .personnes-contact .personne h3 {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 36px;
        line-height: 3.6rem
    }
    .personnes-contact .personne .aide {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 26px;
        line-height: 2.6rem;
        margin-bottom: 30px
    }
    .personnes-contact .personne .titre {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 16px;
        line-height: 1.6rem
    }
    .personnes-contact .personne .coordonnees a {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 18px;
        line-height: 1.8rem
    }
    .personnes-contact .personne .coordonnees .icone {
        margin-right: 10px
    }
    .personnes-contact .personne .coordonnees .icone img {
        width: 30px
    }
    .personnes-contact .personne .coordonnees>div+div {
        margin-top: 10px
    }
    .personnes-contact .personne .rdv {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 28px;
        line-height: 2.8rem
    }
}
#bande-contact {
    background: #F6A121;
    padding: 10px 0
}
#bande-contact .centre>div {
    margin: 5px 22px
}
#bande-contact .retour-haut {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: -10px;
    width: 80px
}
#bande-contact .retour-haut img {
    display: block;
    width: 100%
}
#bande-contact .social>div {
    margin: 5px
}
#bande-contact .social img {
    margin-right: 0
}
#bande-contact a {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    color: #fff;
    display: inline-block;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap
}
#bande-contact img {
    margin-right: 15px;
    width: 50px
}
@media screen and (max-width:1260px) {
    #bande-contact .retour-haut {
        width: 60px
    }
}
@media screen and (max-width:960px) {
    #bande-contact a {
        font-size: 20px;
        font-size: 2rem;
        line-height: 20px;
        line-height: 2rem
    }
    #bande-contact img {
        width: 40px
    }
}
@media screen and (max-width:860px) {
    #bande-contact .retour-haut {
        width: 40px
    }
}
@media screen and (max-width:667px) {
    #bande-contact .centre>div {
        justify-content: center;
        -webkit-justify-content: center;
        margin: 5px 0;
        width: 100%
    }
    #bande-contact a {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 17px;
        line-height: 1.7rem
    }
    #bande-contact img {
        width: 30px
    }
}
#pied-de-page {
    background: #0D3B5F
}
@media screen and (max-width:1040px) {
    #pied-de-page>.centre {
        width: 100%
    }
}
#pied-de-page .infolettre {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    line-height: 2.6rem;
    background: #0066B9;
    color: #fff;
    padding: 45px 30px;
    text-align: center;
    width: 400px
}
#pied-de-page .infolettre img {
    display: block;
    margin: 0 auto 30px;
    width: 75px
}
#pied-de-page .infolettre input[type=text], #pied-de-page .infolettre input[type=email] {
    font-size: 16px;
    font-size: 1.6rem;
    background: transparent;
    border: none;
    color: #fff;
    border-bottom: #a5c9e6 solid 1px;
    padding: 0 10px;
    text-align: center
}
#pied-de-page .infolettre input[type=text] ::-webkit-input-placeholder, #pied-de-page .infolettre input[type=email] ::-webkit-input-placeholder {
    color: #a5c9e6
}
#pied-de-page .infolettre input[type=text]:-moz-placeholder, #pied-de-page .infolettre input[type=email]:-moz-placeholder {
    color: #a5c9e6
}
#pied-de-page .infolettre input[type=text]::-moz-placeholder, #pied-de-page .infolettre input[type=email]::-moz-placeholder {
    color: #a5c9e6
}
#pied-de-page .infolettre input[type=text]:-ms-input-placeholder, #pied-de-page .infolettre input[type=email]:-ms-input-placeholder {
    color: #a5c9e6
}
#pied-de-page .infolettre input[type=text]::-ms-input-placeholder, #pied-de-page .infolettre input[type=email]::-ms-input-placeholder {
    color: #a5c9e6
}
#pied-de-page .infolettre input[type=text]::placeholder, #pied-de-page .infolettre input[type=email]::placeholder {
    color: #a5c9e6
}
#pied-de-page .infolettre .wpcf7 {
    margin-top: 45px
}
@media screen and (max-width:1040px) {
    #pied-de-page .infolettre {
        width: 100%
    }
}
#pied-de-page .coordonnees-partenaires {
    background: url(../svg/texture-a-blanc-trans-15-v2.svg) right calc(100% - 60px) no-repeat;
    -webkit-background-size: 175px auto;
    -moz-background-size: 175px auto;
    -o-background-size: 175px auto;
    background-size: 175px auto;
    width: calc(100% - 490px)
}
#pied-de-page .coordonnees-partenaires .bande-logos .beauce {
    margin-top: 45px;
    padding-right: 30px
}
#pied-de-page .coordonnees-partenaires .bande-logos .beauce img {
    display: block;
    width: 100%
}
#pied-de-page .coordonnees-partenaires .bande-logos .beauce .bce {
    height: 90px
}
#pied-de-page .coordonnees-partenaires .bande-logos .beauce .vb {
    width: 136px
}
#pied-de-page .coordonnees-partenaires .bande-logos .beauce .sep {
    background: #F6A121;
    height: 90px;
    margin: 0 30px;
    width: 3px
}
#pied-de-page .coordonnees-partenaires .bande-logos .partenaires {
    margin-top: 45px
}
#pied-de-page .coordonnees-partenaires .bande-logos .partenaires .titre {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap
}
#pied-de-page .coordonnees-partenaires .bande-logos .partenaires .titre i {
    color: #F6A121;
    font-weight: 500;
    margin-left: 8px
}
#pied-de-page .coordonnees-partenaires .bande-logos .partenaires .logos {
    padding-left: 30px;
    text-align: center
}
#pied-de-page .coordonnees-partenaires .bande-logos .partenaires .logo:nth-child(2) {
    margin-top: 30px
}
#pied-de-page .coordonnees-partenaires .bande-logos .partenaires .logo a {
    display: block
}
#pied-de-page .coordonnees-partenaires .bande-logos .partenaires .logo img {
    display: inline-block;
    height: auto;
    max-height: 100px;
    max-width: 150px;
    width: auto
}
@media screen and (max-width:1040px) {
    #pied-de-page .coordonnees-partenaires {
        margin: 0 auto;
        width: 94%
    }
}
@media screen and (max-width:768px) {
    #pied-de-page .coordonnees-partenaires {
        width: calc(100% - 40px)
    }
}
@media screen and (max-width:667px) {
    #pied-de-page .coordonnees-partenaires .bande-logos.flex-halign-space-between {
        justify-content: center;
        -webkit-justify-content: center
    }
    #pied-de-page .coordonnees-partenaires .bande-logos .partenaires {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap
    }
    #pied-de-page .coordonnees-partenaires .bande-logos .partenaires .titre {
        text-align: center;
        width: 100%
    }
    #pied-de-page .coordonnees-partenaires .bande-logos .partenaires .logos {
        margin: 30px auto 0
    }
}
#pied-de-page .coordonnees {
    margin: 45px 0
}
#pied-de-page .coordonnees .icone {
    text-align: center;
    width: 38px
}
#pied-de-page .coordonnees .icone.adresse img {
    width: calc(100% - 10px)
}
#pied-de-page .coordonnees .icone img {
    display: inline-block;
    width: 100%
}
#pied-de-page .coordonnees .texte {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    width: calc(100% - 38px)
}
#pied-de-page .coordonnees .texte p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    color: #fff
}
#pied-de-page .coordonnees .bloc+.bloc {
    margin-top: 30px
}
#pied-de-page .copyrights {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-size: 1.3rem;
    border-top: rgba(255, 255, 255, 0.25) solid 1px;
    color: #fff;
    height: 60px
}
#pied-de-page .copyrights a {
    color: #fff;
    text-decoration: none
}
#pied-de-page .copyrights a:hover {
    text-decoration: underline
}
#pied-de-page .copyrights strong {
    font-weight: 500;
    text-transform: uppercase
}
@media screen and (max-width:667px) {
    #pied-de-page .copyrights {
        text-align: center
    }
}
input[type=text], input[type=email], textarea, select, input[type=password], input[type=number], input[type=tel], .select2-hidden-accessible {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-size: 1.8rem;
    background: transparent;
    border: none !important;
    border-bottom: #0D3B5F solid 1px !important;
    color: #0D3B5F;
    font-family: 'Manrope', sans-serif;
    height: 30px;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: top;
    width: 100% !important;
}
.select2 {
    display: none;
}
textarea {
    border: #0D3B5F solid 1px !important;
    height: 200px;
    margin-top: 7px;
    padding: 10px
}
select, .select2-hidden-accessible {
    background: transparent url(../images/select.png) calc(100% - 15px) center no-repeat;
    height: 50px !important;
    padding-right: 30px !important;
    padding-left: 15px !important;
    border: #0D3B5F solid 1px !important;
    position: relative !important;
}
label, .legende {
    font-size: 16px;
    font-size: 1.6rem;
    color: #0D3B5F;
    display: block
}
label+label, .legende+label, label+button, .legende+button, label+.wpcf7-response-output+button, .legende+.wpcf7-response-output+button, label+.wpcf7-form-control-wrap, .legende+.wpcf7-form-control-wrap, label+.legende, .legende+.legende, label+span, .legende+span, label .wpcf7-form-control-wrap+button, .legende .wpcf7-form-control-wrap+button, label span+label, .legende span+label {
    margin-top: 45px
}
label .wpcf7-form-control-wrap>select, .legende .wpcf7-form-control-wrap>select {
    margin-top: 5px
}
span+label {
    margin-top: 45px
}
.wpcf7-form-control-wrap {
    display: block
}
.legende {
    margin: 30px 0 0;
}
p+button {
    margin-top: 30px
}
.wpcf7-not-valid-tip {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 13px;
    line-height: 1.3rem;
    margin-top: 5px
}
.wpcf7-list-item {
    margin-left: 0
}
.wpcf7-list-item label {
    padding-left: 24px;
    position: relative
}
.wpcf7-list-item input[type=checkbox] {
    left: 0;
    position: absolute;
    top: 4px
}
.wpcf7-response-output {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    background: #0066B9;
    border: none !important;
    color: #fff;
    margin: 30px 0 !important;
    padding: 15px 20px !important
}
form.invalid .wpcf7-response-output {
    background: #f00
}
.wpcf7 .colonnes {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between
}
.wpcf7 .colonne {
    width: calc(50% - 30px)
}
.wpcf7 label+.titre-h {
    margin-top: 45px
}
.wpcf7 .titre-h+label {
    margin-top: 15px
}
.wpcf7 form.submitting:after {
    display: block
}
.wpcf7 form:after {
    font-size: 15px;
    font-size: 1.5rem;
    color: #0066B9;
    background: url(../images/loading.gif) left center no-repeat;
    content: 'Envoi en cours...';
    display: none;
    font-weight: 500;
    height: 16px;
    line-height: 16px;
    margin-top: 30px;
    padding-left: 26px
}
.wpcf7 p.legende {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    line-height: 2rem
}
.wpcf7 h2+p.legende, .wpcf7 h3+p.legende, .wpcf7 h4+p.legende {
    margin-top: 15px
}
.wpcf7 label+h2, .wpcf7 label+h3, .wpcf7 label+h4 {
    margin-top: 60px
}
@media screen and (max-width:768px) {
    .wpcf7 .colonne {
        width: 100%
    }
    .wpcf7 .colonne.droite {
        margin-top: 45px
    }
}
#entete-video {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 25
}
#entete-video:after {
    padding-top: 49.10714286%;
    display: block;
    content: ''
}
#entete-video .conteneur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}
#entete-video iframe {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -5px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: calc(100% + 10px)
}
#accueil-diaporama {
    overflow: hidden;
    position: relative;
    z-index: 25
}
#accueil-diaporama .slide {
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-height: 100vh;
    min-height: 550px;
    overflow: hidden;
    position: relative;
    z-index: 50
}
#accueil-diaporama .slide:after {
    padding-top: 49.73958333%;
    display: block;
    content: ''
}
#accueil-diaporama .slide:before {
    background: rgba(0, 55, 100, 0.75);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50
}
#accueil-diaporama .fleches-a {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1px;
    height: 230px;
    left: 50%;
    position: absolute;
    z-index: 100
}
#accueil-diaporama .fleches {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    padding: 0 140px;
    position: absolute;
    top: calc(50% + 69px);
    width: 100%;
    z-index: 100
}
#accueil-diaporama .fleches .fleche {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
    line-height: 3.2rem;
    transition: color .25s ease-in-out 0s;
    -webkit-transition: color .25s ease-in-out 0s;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer
}
#accueil-diaporama .fleches .fleche:hover {
    color: #fff
}
#accueil-diaporama .conteneur-texte {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 230px;
    height: calc(100% - 230px - 138px);
    left: 0;
    padding: 0 170px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100
}
#accueil-diaporama .conteneur-texte .icone {
    display: inline-block;
    max-height: 250px
}
#accueil-diaporama .conteneur-texte .texte {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 32px;
    line-height: 3.2rem;
    color: #fff;
    margin-top: 30px
}
@media screen and (max-width:1630px) {
    #accueil-diaporama .fleches-a {
        height: 190px
    }
    #accueil-diaporama .conteneur-texte {
        bottom: 190px;
        height: calc(100% - 190px - 138px)
    }
    #accueil-diaporama .conteneur-texte .icone {
        max-height: 200px
    }
    #accueil-diaporama .conteneur-texte .texte {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 28px;
        line-height: 2.8rem
    }
}
@media screen and (max-width:1380px) {
    #accueil-diaporama .fleches-a {
        height: 130px
    }
    #accueil-diaporama .conteneur-texte {
        bottom: 130px;
        height: calc(100% - 130px - 138px)
    }
    #accueil-diaporama .conteneur-texte .icone {
        max-height: 150px
    }
    #accueil-diaporama .conteneur-texte .texte {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 24px;
        line-height: 2.4rem
    }
}
@media screen and (max-width:1120px) {
    #accueil-diaporama .conteneur-texte .icone {
        max-height: 120px
    }
    #accueil-diaporama .fleches {
        padding: 0 70px
    }
    #accueil-diaporama .conteneur-texte {
        padding: 0 100px
    }
}
@media screen and (max-width:960px) {
    #accueil-diaporama .fleches-a {
        height: 90px
    }
    #accueil-diaporama .conteneur-texte {
        bottom: 90px;
        height: calc(100% - 90px - 138px)
    }
    #accueil-diaporama .conteneur-texte .icone {
        max-height: 120px
    }
    #accueil-diaporama .conteneur-texte .texte {
        font-size: 20px;
        font-size: 2rem;
        line-height: 20px;
        line-height: 2rem;
        margin-top: 15px
    }
}
@media screen and (max-width:667px) {
    #accueil-diaporama .fleches-a {
        height: 60px
    }
    #accueil-diaporama .fleches {
        padding: 0 30px;
        top: calc(50% + 58px)
    }
    #accueil-diaporama .conteneur-texte {
        bottom: 60px;
        height: calc(100% - 60px - 116px);
        padding: 0 60px
    }
    #accueil-diaporama .conteneur-texte .icone {
        max-height: 60px
    }
    #accueil-diaporama .conteneur-texte .texte {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 17px;
        line-height: 1.7rem;
        margin-top: 10px
    }
    #accueil-diaporama .slide {
        min-height: 350px
    }
}
@media screen and (max-width:425px) {
    #accueil-diaporama .fleches-a {
        height: 40px
    }
    #accueil-diaporama .conteneur-texte {
        bottom: 40px;
        height: calc(100% - 40px - 116px)
    }
    #accueil-diaporama .conteneur-texte .icone {
        max-height: 60px
    }
}
#accueil-accompagnement .conteneur-texte {
    margin: 25px auto 0;
    max-width: 920px
}
#accueil-accompagnement .etapes {
    margin-top: 70px
}
#accueil-accompagnement .etapes .etape {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #0D3B5F;
    margin: 20px 0 0 20px;
    padding: 45px 30px 75px 30px;
    position: relative;
    width: calc((100% - 60px) / 4)
}
#accueil-accompagnement .etapes .etape:first-child {
    margin-left: 0
}
#accueil-accompagnement .etapes .etape.etape-developper .icone img {
    max-height: 80%
}
#accueil-accompagnement .etapes .icone {
    height: 190px;
    margin-bottom: 25px
}
#accueil-accompagnement .etapes .icone img {
    max-height: 100%
}
#accueil-accompagnement .etapes p {
    display: block;
    margin-bottom: 60px
}
#accueil-accompagnement .etapes a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
    transition: color .75s ease-in-out 0s;
    -webkit-transition: color .75s ease-in-out 0s;
    background: #0066B9;
    bottom: 0;
    color: #F6A121;
    height: 75px;
    left: 0;
    overflow: hidden;
    position: absolute;
    text-decoration: none;
    width: 100%
}
#accueil-accompagnement .etapes a:hover {
    color: #fff
}
#accueil-accompagnement .etapes a:hover .triangle {
    opacity: 1;
    -moz-opacity: 1;
    width: 300%
}
#accueil-accompagnement .etapes a strong {
    color: #fff;
    text-transform: uppercase
}
#accueil-accompagnement .etapes a i {
    margin-right: 10px
}
#accueil-accompagnement .etapes a span {
    position: relative;
    z-index: 100
}
#accueil-accompagnement .etapes a .triangle {
    opacity: 0;
    -moz-opacity: 0;
    transition: all .75s ease-in-out 0s;
    -webkit-transition: all .75s ease-in-out 0s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../svg/triangle-bouton.svg) left center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    left: -1px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 30
}
#accueil-accompagnement .etapes a .triangle:before {
    padding-top: 78.94736842%;
    display: block;
    content: ''
}
@media screen and (max-width:1420px) {
    #accueil-accompagnement .etapes .etape {
        width: calc(50% - 10px)
    }
    #accueil-accompagnement .etapes .etape:nth-child(2n+1) {
        margin-left: 0
    }
}
@media screen and (max-width:960px) {
    #accueil-accompagnement .etapes .icone {
        height: 110px
    }
}
@media screen and (max-width:760px) {
    #accueil-accompagnement .etapes .etape {
        margin-left: 0;
        width: 100%
    }
}
#accueil-mentorat {
    background-image: url(../svg/texture-a-blanc-trans-15.svg);
    background-position: calc(50% - 130px) bottom;
    background-repeat: no-repeat;
    -webkit-background-size: 260px auto;
    -moz-background-size: 260px auto;
    -o-background-size: 260px auto;
    background-size: 260px auto
}
#accueil-mentorat .texte {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 3%;
    width: 50%
}
#accueil-mentorat .texte h2 img {
    margin-right: 30px;
    width: 115px
}
#accueil-mentorat .texte .conteneur-texte {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 800px;
    padding-right: 45px;
    width: 100%
}
#accueil-mentorat .texte .marges-texte {
    margin-top: 25px;
    max-width: 410px
}
#accueil-mentorat .image {
    width: 50%
}
#accueil-mentorat .image img {
    display: block;
    width: 100%
}
@media screen and (max-width:860px) {
    #accueil-mentorat {
        padding-bottom: 0
    }
    #accueil-mentorat .texte {
        background: url(../svg/texture-a-blanc-trans-15.svg) right bottom no-repeat;
        -webkit-background-size: 260px auto;
        -moz-background-size: 260px auto;
        -o-background-size: 260px auto;
        background-size: 260px auto;
        padding-bottom: 35px;
        padding-right: 3%;
        width: 100%
    }
    #accueil-mentorat .image {
        width: 100%
    }
}
@media screen and (max-width:768px) {
    #accueil-mentorat {
        background-image: none;
        padding-bottom: 0
    }
    #accueil-mentorat .texte {
        padding-right: 20px;
        padding-left: 20px
    }
}
#accueil-informations {
    overflow: hidden
}
#accueil-informations article {
    background: #f5f5f5;
    position: relative;
    width: calc(50% - 37px)
}
#accueil-informations .titre {
    background: #F6A121;
    padding: 30px 45px;
    text-transform: uppercase
}
#accueil-informations .image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
#accueil-informations .image:after {
    padding-top: 56.57894737%;
    display: block;
    content: ''
}
#accueil-informations .texte {
    padding: 45px 30px 60px;
    position: relative
}
#accueil-informations .resume {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
    line-height: 2.8rem;
    color: #000
}
#accueil-informations .resume i {
    color: #F6A121
}
#accueil-informations .bouton {
    bottom: 30px;
    position: absolute;
    right: 0
}
@media screen and (max-width:1120px) {
    #accueil-informations article {
        width: calc(50% - 15px)
    }
}
@media screen and (max-width:860px) {
    #accueil-informations article {
        width: 100%
    }
}
#accueil-informations .nouvelle .date {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    color: #F6A121;
    font-weight: 700
}
#accueil-informations .nouvelle .resume {
    width: calc(100% - 260px)
}
@media screen and (max-width:1500px) {
    #accueil-informations .nouvelle .resume {
        width: 100%
    }
    #accueil-informations .nouvelle .texte {
        padding-bottom: 105px
    }
}
#accueil-informations .activite .calendrier {
    position: relative;
    width: 150px
}
#accueil-informations .activite .calendrier img {
    display: block;
    width: 100%
}
#accueil-informations .activite .calendrier .jour, #accueil-informations .activite .calendrier .mois {
    color: #F6A121;
    font-family: 'Maven Pro', sans-serif;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}
#accueil-informations .activite .calendrier .jour {
    font-size: 80px;
    font-size: 8rem;
    line-height: 80px;
    line-height: 8rem;
    font-weight: 500;
    top: 64px
}
#accueil-informations .activite .calendrier .mois {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 19px;
    line-height: 1.9rem;
    font-weight: 900;
    text-transform: uppercase;
    top: 34px
}
#accueil-informations .activite .texte {
    padding-bottom: 105px
}
#accueil-informations .activite .details {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 30px;
    width: calc(100% - 150px)
}
@media screen and (max-width:1120px) {
    #accueil-informations .activite .calendrier {
        width: 100%
    }
    #accueil-informations .activite .calendrier img {
        margin: 0 auto;
        width: 150px
    }
    #accueil-informations .activite .details {
        margin-top: 30px;
        padding-left: 0;
        width: 100%
    }
}
@media screen and (max-width:860px) {
    #accueil-informations .activite {
        margin-top: 45px
    }
}
#etape-contenu .colonne.gauche {
    width: calc(100% - 620px)
}
#etape-contenu .colonne.gauche .etapes {
    margin-top: 60px
}
#etape-contenu .colonne.gauche .etapes .etape+.etape {
    margin-top: 60px
}
#etape-contenu .colonne.gauche .etapes .numero {
    width: 120px
}
#etape-contenu .colonne.gauche .etapes .numero .triangle {
    font-size: 80px;
    font-size: 8rem;
    line-height: 80px;
    line-height: 8rem;
    background: url(../svg/triangle-numero-orange.svg) center bottom no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 500;
    height: 110px;
    overflow: hidden;
    width: 92px
}
#etape-contenu .colonne.gauche .etapes .numero .triangle span {
    margin-bottom: -10px
}
#etape-contenu .colonne.gauche .etapes .titre {
    width: calc(100% - 120px)
}
#etape-contenu .colonne.gauche .etapes .conteneur-texte {
    margin-top: 25px;
    padding-left: 120px
}
#etape-contenu .colonne.gauche .etapes .texte {
    overflow: auto
}
#etape-contenu .colonne.gauche .etapes .texte::-webkit-scrollbar-track {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none
}
#etape-contenu .colonne.gauche .etapes .texte::-webkit-scrollbar {
    height: 6px;
    background: #fff
}
#etape-contenu .colonne.gauche .etapes .texte::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #0D3B5F
}
#etape-contenu .colonne.gauche .etapes .texte p, #etape-contenu .colonne.gauche .etapes .texte li {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem
}
#etape-contenu .colonne.gauche .etapes .texte li+li {
    margin-top: 0
}
@media screen and (max-width:1360px) {
    #etape-contenu .colonne.gauche {
        width: calc(100% - 480px)
    }
}
@media screen and (max-width:1120px) {
    #etape-contenu .colonne.gauche {
        width: 100%
    }
}
@media screen and (max-width:1024px) {
    #etape-contenu .colonne.gauche .etapes .texte p, #etape-contenu .colonne.gauche .etapes .texte li {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 28px;
        line-height: 2.8rem
    }
}
@media screen and (max-width:860px) {
    #etape-contenu .colonne.gauche .etapes .numero {
        width: 75px
    }
    #etape-contenu .colonne.gauche .etapes .numero .triangle {
        font-size: 50px;
        font-size: 5rem;
        line-height: 50px;
        line-height: 5rem;
        height: 73px;
        width: 60px
    }
    #etape-contenu .colonne.gauche .etapes .numero .triangle span {
        margin-bottom: -7px
    }
    #etape-contenu .colonne.gauche .etapes .titre {
        width: calc(100% - 75px)
    }
    #etape-contenu .colonne.gauche .etapes .conteneur-texte {
        padding-left: 75px
    }
    #etape-contenu .colonne.gauche .etapes .texte {
        width: 100%
    }
}
#etape-contenu .colonne.droite {
    padding-top: 60px;
    width: 520px
}
#etape-contenu .colonne.droite .demarrage {
    background: #f5f5f5;
    margin-top: 45px
}
#etape-contenu .colonne.droite .demarrage .titre {
    background: #F6A121;
    padding: 15px
}
#etape-contenu .colonne.droite .demarrage .titre .icone {
    width: 90px
}
#etape-contenu .colonne.droite .demarrage .titre .icone img {
    display: block;
    width: 100%
}
#etape-contenu .colonne.droite .demarrage .titre .s-titre {
    margin-left: 15px;
    width: calc(100% - 105px)
}
#etape-contenu .colonne.droite .demarrage .image {
    display: block;
    width: 100%
}
#etape-contenu .colonne.droite .demarrage .details {
    padding: 45px 60px
}
#etape-contenu .colonne.droite .demarrage .date {
    margin-top: 30px
}
#etape-contenu .colonne.droite .demarrage .date .icone {
    width: 50px
}
#etape-contenu .colonne.droite .demarrage .date .icone img {
    display: block;
    width: 100%
}
#etape-contenu .colonne.droite .demarrage .date .texte {
    color: #0D3B5F;
    font-weight: 700;
    margin-left: 15px;
    width: calc(100% - 65px)
}
#etape-contenu .colonne.droite .demarrage .contact {
    background: #0066B9;
    display: block;
    padding: 30px 15px;
    text-align: center
}
@media screen and (max-width:1360px) {
    #etape-contenu .colonne.droite {
        width: 420px
    }
    #etape-contenu .colonne.droite .demarrage .titre .icone {
        width: 60px
    }
    #etape-contenu .colonne.droite .demarrage .titre .s-titre {
        width: calc(100% - 75px)
    }
    #etape-contenu .colonne.droite .demarrage h3.h2 {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 42px;
        line-height: 4.2rem
    }
    #etape-contenu .colonne.droite .demarrage .details {
        padding: 30px 45px
    }
}
@media screen and (max-width:1120px) {
    #etape-contenu .colonne.droite {
        margin-top: 120px;
        padding-top: 0;
        width: 100%
    }
    #etape-contenu .colonne.droite .personnes-contact .personne {
        margin-left: 30px;
        padding-bottom: 80px;
        position: relative;
        width: calc(50% - 15px)
    }
    #etape-contenu .colonne.droite .personnes-contact .personne+.personne {
        margin-top: 0
    }
    #etape-contenu .colonne.droite .personnes-contact .personne:nth-child(2n+1) {
        margin-left: 0
    }
    #etape-contenu .colonne.droite .personnes-contact .contact {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%
    }
}
@media screen and (max-width:860px) {
    #etape-contenu .colonne.droite .personnes-contact .personne {
        margin-left: 0;
        padding-bottom: 0;
        width: 100%
    }
    #etape-contenu .colonne.droite .personnes-contact .personne+.personne {
        margin-top: 45px
    }
    #etape-contenu .colonne.droite .personnes-contact .personne .image .photo {
        width: 190px
    }
    #etape-contenu .colonne.droite .personnes-contact .personne .details {
        padding: 30px
    }
    #etape-contenu .colonne.droite .personnes-contact .contact {
        bottom: auto;
        left: auto;
        position: relative
    }
}
@media screen and (max-width:768px) {
    #etape-contenu .colonne.droite .demarrage h3.h2 {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 38px;
        line-height: 3.8rem
    }
    #etape-contenu .colonne.droite .demarrage .details {
        padding: 30px
    }
    #etape-contenu .colonne.droite .demarrage .date .icone {
        width: 35px
    }
    #etape-contenu .colonne.droite .demarrage .date .texte {
        width: calc(100% - 60px)
    }
}
.s-etapes {
    margin-top: 25px
}
.s-etapes+p {
    margin-top: 30px
}
.s-etapes .s-etape+.s-etape {
    margin-top: 60px
}
.s-etapes .s-etape .s-icone {
    width: 95px
}
.s-etapes .s-etape .s-icone img {
    display: block;
    width: 100%
}
.s-etapes .s-etape .s-texte {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: #707070 solid 3px;
    margin-left: 30px;
    padding: 0 0 30px 30px;
    width: calc(100% - 95px - 30px)
}
.s-etapes .s-etape .s-texte h2, .s-etapes .s-etape .s-texte h3, .s-etapes .s-etape .s-texte h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem
}
.s-etapes .s-etape .s-texte h2+p, .s-etapes .s-etape .s-texte h3+p, .s-etapes .s-etape .s-texte h4+p, .s-etapes .s-etape .s-texte h2+ul, .s-etapes .s-etape .s-texte h3+ul, .s-etapes .s-etape .s-texte h4+ul {
    margin-top: 10px
}
@media screen and (max-width:667px) {
    .s-etapes .s-etape+.etape {
        border-top: #707070 solid 1px;
        padding-top: 60px
    }
    .s-etapes .s-etape .s-icone {
        width: 100%
    }
    .s-etapes .s-etape .s-icone img {
        width: 75px
    }
    .s-etapes .s-etape .s-texte {
        border-left: none;
        margin-left: 0;
        margin-top: 15px;
        padding: 0;
        width: 100%
    }
}
#etape-boite .centre>h2 .icone {
    margin-right: 20px;
    width: 55px
}
#etape-boite .centre>h2 .icone img {
    display: block;
    width: 100%
}
#etape-boite .colonnes {
    margin-top: 45px
}
#etape-boite .colonne {
    width: calc(50% - 60px)
}
#etape-boite .colonne h3, #etape-boite .colonne h4 {
    color: #F6A121;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem
}
#etape-boite .colonne i {
    color: #fff;
    margin-right: 10px
}
#etape-boite .colonne a {
    transition: color .25s ease-in-out 0s;
    -webkit-transition: color .25s ease-in-out 0s;
    color: #fff;
    text-decoration: none
}
#etape-boite .colonne a:hover {
    color: #F6A121
}
#etape-boite .colonne ul {
    padding-left: 0
}
#etape-boite .colonne ul+h2, #etape-boite .colonne ul+h3 {
    margin-top: 60px
}
#etape-boite .colonne ul li+li {
    margin-top: 10px
}
@media screen and (max-width:860px) {
    #etape-boite .colonne {
        width: calc(50% - 30px)
    }
}
@media screen and (max-width:667px) {
    #etape-boite .colonne {
        width: 100%
    }
    #etape-boite .colonne.colonne-2 {
        margin-top: 60px
    }
}
#etape-nouvelle .titre-h {
    margin-bottom: 25px
}
#etape-nouvelle .guillemet {
    position: absolute;
    width: 100px
}
#etape-nouvelle .guillemet.gauche {
    left: 0;
    top: 0
}
#etape-nouvelle .guillemet.droit {
    bottom: 0;
    right: 0
}
#etape-nouvelle .conteneur {
    margin: 0 auto;
    max-width: calc(100% - 300px)
}
#etape-nouvelle .colonne.gauche {
    width: calc(100% - 435px)
}
#etape-nouvelle .colonne.droite {
    width: 390px
}
#etape-nouvelle .colonne.droite .fleches {
    width: 65px
}
#etape-nouvelle .colonne.droite .image {
    padding-right: 25px;
    position: relative;
    width: 300px
}
#etape-nouvelle .colonne.droite .image:before {
    background: #F6A121;
    content: '';
    display: block;
    height: calc(100% - 20px);
    position: absolute;
    right: 0;
    top: 45px;
    width: 325px;
    z-index: 25
}
#etape-nouvelle .colonne.droite .image img {
    display: block;
    margin-right: 25px;
    position: relative;
    width: 100%;
    z-index: 50
}
@media screen and (max-width:1360px) {
    #etape-nouvelle .guillemet {
        width: 60px
    }
    #etape-nouvelle .conteneur {
        margin: 0 auto;
        max-width: calc(100% - 180px)
    }
    #etape-nouvelle .colonne.gauche {
        width: calc(100% - 335px)
    }
    #etape-nouvelle .colonne.droite {
        width: 290px
    }
    #etape-nouvelle .colonne.droite .fleches {
        width: 45px
    }
    #etape-nouvelle .colonne.droite .image {
        padding-right: 25px;
        width: 220px
    }
    #etape-nouvelle .colonne.droite .image:before {
        width: 245px
    }
}
@media screen and (max-width:860px) {
    #etape-nouvelle .colonne.gauche {
        width: 100%
    }
    #etape-nouvelle .colonne.droite {
        display: none;
        margin-top: 60px;
        width: 100%
    }
}
@media screen and (max-width:525px) {
    #etape-nouvelle .guillemet {
        width: 30px
    }
    #etape-nouvelle .conteneur {
        margin: 0 auto;
        max-width: calc(100% - 90px)
    }
}
#etape-partenaires {
    border-top: #F6A121 solid 3px
}
#etape-partenaires .partenaires {
    margin-top: 30px
}
#etape-partenaires .partenaires .partenaire {
    margin: 30px 0 0;
    text-align: center;
    width: 16.66666667%
}
#etape-partenaires .partenaires .partenaire img {
    display: inline-block;
    max-width: 150px;
    width: 75%
}
@media screen and (max-width:960px) {
    #etape-partenaires .partenaires .partenaire {
        width: 33.33333333%
    }
}
@media screen and (max-width:667px) {
    #etape-partenaires .partenaires .partenaire {
        width: 50%
    }
}
@media screen and (max-width:450px) {
    #etape-partenaires .partenaires .partenaire {
        width: 100%
    }
}
.bande-videos {
    background: #0D3B5F
}
.bande-videos .video {
    color: #fff
}
.bande-videos .video+.video {
    margin-top: 60px
}
.bande-videos .video:nth-child(even) .texte {
    order: 2
}
.bande-videos .video:nth-child(even) .conteneur-video {
    order: 1
}
.bande-videos .video .texte, .bande-videos .video .conteneur-video {
    width: calc(50% - 30px)
}
@media screen and (max-width:1024px) {
    .bande-videos .video .texte, .bande-videos .video .conteneur-video {
        width: calc(50% - 15px)
    }
}
@media screen and (max-width:667px) {
    .bande-videos .video:nth-child(even) .texte {
        order: 1
    }
    .bande-videos .video:nth-child(even) .conteneur-video {
        order: 2
    }
    .bande-videos .video+.video {
        border-top: rgba(255, 255, 255, 0.25) solid 1px;
        padding-top: 45px;
        margin-top: 45px
    }
    .bande-videos .video .texte, .bande-videos .video .conteneur-video {
        width: 100%
    }
    .bande-videos .video .conteneur-video {
        margin-top: 30px
    }
}
.etape-innover {
    background: #0066B9;
    color: #fff
}
.etape-innover+.etape-innover {
    margin-top: 30px
}
.etape-innover .texte {
    padding-bottom: 45px;
    width: calc(100% - 350px)
}
.etape-innover .marges {
    padding: 30px 45px
}
.etape-innover .image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    width: 350px
}
.etape-innover .image:after {
    padding-top: 100%;
    display: block;
    content: ''
}
@media screen and (max-width:1460px) {
    .etape-innover .texte {
        width: 100%
    }
    .etape-innover .image {
        width: 100%
    }
    .etape-innover .image:after {
        padding-top: 56.25%;
        display: block;
        content: ''
    }
}
@media screen and (max-width:1120px) {
    .etape-innover .texte {
        width: calc(100% - 350px)
    }
    .etape-innover .image {
        width: 350px
    }
    .etape-innover .image:after {
        padding-top: 100%;
        display: block;
        content: ''
    }
}
@media screen and (max-width:860px) {
    .etape-innover .texte {
        width: 100%
    }
    .etape-innover .image {
        width: 100%
    }
    .etape-innover .image:after {
        padding-top: 56.25%;
        display: block;
        content: ''
    }
}
#qui-intro .colonne {
    width: 50%
}
#qui-intro .colonne.gauche {
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden
}
#qui-intro .colonne.gauche:after {
    padding-top: 69.79166667%;
    display: block;
    content: ''
}
#qui-intro .colonne.droite .texte {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 700px;
    padding: 75px 60px
}
#qui-intro .colonne.droite .texte h2+p, #qui-intro .colonne.droite .texte h3+p {
    margin-top: 15px
}
@media screen and (max-width:1360px) {
    #qui-intro .colonne {
        width: 100%
    }
    #qui-intro .colonne.gauche {
        background-position: left -75px;
        max-height: 500px;
        order: 2
    }
    #qui-intro .colonne.droite {
        order: 1
    }
    #qui-intro .colonne.droite .texte {
        margin: 0 auto;
        max-width: 1600px;
        padding-left: 0;
        padding-right: 0;
        width: 94%
    }
}
@media screen and (max-width:860px) {
    #qui-intro .colonne.gauche {
        background-position: left center;
        max-height: 2000px
    }
}
@media screen and (max-width:768px) {
    #qui-intro .colonne.droite .texte {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%
    }
}
@media screen and (max-width:667px) {
    #qui-intro .colonne.droite .texte {
        padding-bottom: 60px;
        padding-top: 60px
    }
}
#qui-valeurs .valeur {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    margin-top: 60px;
    padding: 0 10px;
    width: 20%
}
#qui-valeurs .valeur img {
    display: inline-block;
    height: 160px;
    margin-bottom: 30px
}
#qui-valeurs .valeur p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
    line-height: 2.6rem
}
@media screen and (max-width:1260px) {
    #qui-valeurs .valeur {
        padding: 0 20px;
        width: 33.33333333%
    }
}
@media screen and (max-width:860px) {
    #qui-valeurs .valeur {
        padding: 0 20px;
        width: 50%
    }
    #qui-valeurs .valeur img {
        height: 120px
    }
}
@media screen and (max-width:525px) {
    #qui-valeurs .valeur {
        padding: 0;
        width: 100%
    }
    #qui-valeurs .valeur img {
        height: 90px
    }
}
#qui-documents:before {
    background: #f5f5f5;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%
}
#qui-documents .colonne {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 75px;
    padding-top: 75px;
    width: 50%
}
#qui-documents .colonne.gauche {
    background: url(../svg/a-fleches-vertical-jaune.svg) right bottom no-repeat;
    -webkit-background-size: 200px auto;
    -moz-background-size: 200px auto;
    -o-background-size: 200px auto;
    background-size: 200px auto
}
#qui-documents .colonne.gauche .document {
    background: url(../images/rapport-annuel.png) right top no-repeat;
    -webkit-background-size: auto 90%;
    -moz-background-size: auto 90%;
    -o-background-size: auto 90%;
    background-size: auto 90%;
    padding-bottom: 220px;
    position: relative
}
#qui-documents .colonne.gauche .document.action {
    background-image: url(../images/plan-action.png);
    margin-top: 30px;
    padding-top: 30px
}
#qui-documents .colonne.gauche .document.action:before {
    background: #707070;
    content: '';
    display: block;
    height: 3px;
    left: 0;
    max-width: 90%;
    position: absolute;
    top: -30px;
    width: 500px
}
#qui-documents .colonne.droite {
    padding-left: 75px
}
@media screen and (max-width:960px) {
    #qui-documents {
        overflow: hidden
    }
    #qui-documents:before {
        display: none
    }
    #qui-documents .colonne {
        width: 100%
    }
    #qui-documents .colonne.gauche {
        padding-bottom: 0;
        position: relative
    }
    #qui-documents .colonne.gauche:before {
        background: #f5f5f5;
        content: '';
        display: block;
        height: 100%;
        left: -10000px;
        position: absolute;
        top: 0;
        width: 20000px
    }
}
@media screen and (max-width:667px) {
    #qui-documents .colonne {
        padding-bottom: 60px;
        padding-top: 60px
    }
    #qui-documents .colonne.droite {
        padding-left: 0
    }
    #qui-documents .colonne.gauche .document {
        -webkit-background-size: auto 75%;
        -moz-background-size: auto 75%;
        -o-background-size: auto 75%;
        background-size: auto 75%;
        background-position: right 50px
    }
}
#qui-developpement {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
#qui-developpement:before {
    background: rgba(0, 55, 100, 0.75);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50
}
#qui-developpement .centre {
    z-index: 100
}
#qui-developpement .texte {
    color: #fff;
    margin: 30px auto;
    max-width: 650px
}
#qui-developpement .texte p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    line-height: 2.4rem
}
#equipe-membres .membre {
    margin: 60px 0 0 60px;
    width: calc(50% - 30px)
}
#equipe-membres .membre:nth-child(2n+1) {
    margin-left: 0
}
#equipe-membres .image {
    width: 300px
}
#equipe-membres .image img {
    -webkit-box-shadow: 0 0 9px 1px #787878;
    box-shadow: 0 0 9px 1px #787878;
    display: block;
    width: 100%
}
#equipe-membres .details {
    margin-left: 30px;
    padding-top: 30px;
    width: calc(100% - 330px)
}
#equipe-membres .details p, #equipe-membres .details a {
    color: #0D3B5F;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem
}
#equipe-membres .details .titre-h+p {
    margin-top: 10px
}
#equipe-membres .coordonnees {
    margin-top: 30px
}
#equipe-membres .coordonnees>div+div {
    margin-top: 15px
}
#equipe-membres .coordonnees .icone {
    width: 40px
}
#equipe-membres .coordonnees .icone img {
    display: block;
    width: 100%
}
#equipe-membres .coordonnees .coord {
    margin-left: 15px;
    text-overflow: ellipsis;
    width: calc(100% - 55px);
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto
}
#equipe-membres .coordonnees a {
    font-weight: 700
}
#equipe-membres .coordonnees a:hover {
    color: #0066B9
}
@media screen and (max-width:1420px) {
    #equipe-membres .image {
        width: 220px
    }
    #equipe-membres .details {
        padding-top: 15px;
        width: calc(100% - 250px)
    }
}
@media screen and (max-width:1120px) {
    #equipe-membres .membre {
        margin-left: 0;
        width: 100%
    }
}
@media screen and (max-width:768px) {
    #equipe-membres .image {
        width: 120px
    }
    #equipe-membres .details {
        padding-top: 0;
        width: calc(100% - 150px)
    }
    #equipe-membres .coordonnees>div+div {
        margin-top: 10px
    }
    #equipe-membres .coordonnees .icone {
        width: 20px
    }
    #equipe-membres .coordonnees .coord {
        margin-left: 15px;
        width: calc(100% - 35px)
    }
}
@media screen and (max-width:667px) {
    #equipe-membres .membre+.membre {
        border-top: rgba(0, 55, 100, 0.25) solid 1px;
        margin-top: 45px;
        padding-top: 45px
    }
    #equipe-membres .image {
        display: none
    }
    #equipe-membres .details {
        margin-left: 0;
        width: 100%
    }
}
#equipe-ca .membres {
    margin-top: 60px
}
#equipe-ca .categorie-1 {
    width: calc(66% - 30px)
}
#equipe-ca .categorie-2 {
    width: calc(34% - 30px)
}
#equipe-ca .categorie-2 .colonne-secteur {
    width: 100%
}
#equipe-ca .secteurs {
    margin-top: 30px
}
#equipe-ca .colonne-secteur {
    width: calc(50% - 30px)
}
#equipe-ca ul {
    color: #fff;
    list-style: none;
    padding-left: 0
}
#equipe-ca ul+h3 {
    margin-top: 45px
}
#equipe-ca li+li {
    margin-top: 15px
}
@media screen and (max-width:1260px) {
    #equipe-ca .categorie-1 {
        width: 100%
    }
    #equipe-ca .categorie-2 {
        border-top: rgba(255, 255, 255, 0.25) solid 1px;
        margin-top: 60px;
        padding-top: 60px;
        width: 100%
    }
}
@media screen and (max-width:860px) {
    #equipe-ca .colonne-secteur {
        width: 100%
    }
    #equipe-ca .colonne-secteur+.colonne-secteur {
        margin-top: 45px
    }
}
#actualites-liste .intro {
    margin: 0 auto;
    max-width: 1000px
}
#actualites-liste .nouvelles article {
    background: #f5f5f5;
    border-top: #F6A121 solid 12px;
    margin: 60px 0 0 60px;
    padding-bottom: 56px;
    position: relative;
    width: calc(50% - 30px)
}
#actualites-liste .nouvelles article:nth-child(2n+1) {
    margin-left: 0
}
#actualites-liste .nouvelles article .image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
#actualites-liste .nouvelles article .image:after {
    padding-top: 56.57894737%;
    display: block;
    content: ''
}
#actualites-liste .nouvelles article .details {
    padding: 45px
}
#actualites-liste .nouvelles article .date {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    color: #F6A121;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 700
}
#actualites-liste .nouvelles article .bouton {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: -16px center;
    bottom: 0;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}
#actualites-liste .nouvelles article .bouton:hover i {
    color: #fff
}
#actualites-liste .nouvelles article .bouton i {
    transition: color .25s ease-in-out 0s;
    -webkit-transition: color .25s ease-in-out 0s;
    margin-right: 10px
}
@media screen and (max-width:960px) {
    #actualites-liste .nouvelles {
        margin-top: 30px
    }
    #actualites-liste .nouvelles article {
        margin-left: 30px;
        margin-top: 30px;
        width: calc(50% - 15px)
    }
    #actualites-liste .nouvelles article .details {
        padding: 30px
    }
}
@media screen and (max-width:760px) {
    #actualites-liste .nouvelles {
        margin-top: 15px
    }
    #actualites-liste .nouvelles article {
        margin-left: 0;
        margin-top: 45px;
        width: 100%
    }
    #actualites-liste .nouvelles article .details {
        padding: 30px
    }
}
.pagination {
    color: #0D3B5F;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 700;
    margin-top: 45px;
    text-transform: uppercase
}
.pagination a {
    color: #0D3B5F;
    text-decoration: none
}
.pagination a:hover {
    color: #F6A121
}
.pagination span, .pagination a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    line-height: 2rem;
    display: inline-block;
    margin: 0 7px
}
.pagination span.current, .pagination a.current {
    text-decoration: underline
}
.pagination .page, .pagination .pages {
    margin: 15px 15px 0 15px
}
.pagination .page {
    padding-right: 30px;
    position: relative
}
.pagination .page:before {
    background: #F6A121;
    content: '';
    display: block;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 3px
}
.pagination .retour i {
    color: #F6A121;
    margin-right: 15px
}
@media screen and (max-width:667px) {
    .pagination .page, .pagination .pages {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        width: 100%
    }
    .pagination .page {
        padding-right: 0
    }
    .pagination .page:before {
        display: none
    }
}
#actualite .date {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 24px;
    line-height: 2.4rem;
    color: #F6A121;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 700
}
#actualite .colonne {
    width: calc(50% - 45px)
}
#actualite .conteneur-video {
    margin: 0 auto;
    max-width: 960px
}
#actualite img {
    display: inline-block;
    height: auto !important;
    max-width: 100%
}
#actualite .partage {
    margin: 30px 0
}
#actualite .partage .at-resp-share-element .at-share-btn {
    margin: 0 0 0 5px
}
@media screen and (max-width:1120px) {
    #actualite .colonne {
        width: 100%
    }
    #actualite .colonne.droite {
        margin-top: 60px
    }
}
#membre-intro .centre {
    max-width: 1000px
}
#membre-privileges {
    color: #fff
}
#membre-privileges .intro {
    margin: 25px auto 0;
    max-width: 980px
}
#membre-privileges ul {
    list-style: none;
    padding-left: 0
}
#membre-privileges li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 45px 0 0 30px;
    padding-left: 39px;
    position: relative;
    width: calc((100% - 60px) / 3)
}
#membre-privileges li+li {
    margin-top: 45px
}
#membre-privileges li:nth-child(3n+1) {
    margin-left: 0
}
#membre-privileges li img {
    left: 0;
    position: absolute;
    top: 3px;
    width: 30px
}
#membre-privileges a {
    color: #F6A121
}
#membre-privileges a:hover {
    color: #0066B9
}
@media screen and (max-width:860px) {
    #membre-privileges li {
        padding-left: 33px;
        width: calc(50% - 30px)
    }
    #membre-privileges li:nth-child(3n+1) {
        margin-left: 30px
    }
    #membre-privileges li:nth-child(2n+1) {
        margin-left: 0
    }
    #membre-privileges li img {
        width: 24px
    }
}
@media screen and (max-width:667px) {
    #membre-privileges ul {
        margin-top: 15px
    }
    #membre-privileges li {
        margin-left: 0;
        margin-top: 30px;
        width: 100%
    }
    #membre-privileges li+li {
        margin-top: 30px
    }
    #membre-privileges li:nth-child(3n+1) {
        margin-left: 0
    }
}
#membre-nombre {
    color: #fff
}
#membre-nombre p+p {
    margin-top: 15px
}
#membre-nombre p.phrase-2 {
    font-size: 100px;
    font-size: 10rem;
    line-height: 100px;
    line-height: 10rem;
    font-weight: 700
}
@media screen and (max-width:1024px) {
    #membre-nombre p.phrase-2 {
        font-size: 60px;
        font-size: 6rem;
        line-height: 60px;
        line-height: 6rem
    }
}
@media screen and (max-width:667px) {
    #membre-nombre p.phrase-2 {
        font-size: 50px;
        font-size: 5rem;
        line-height: 50px;
        line-height: 5rem
    }
}
#membre-tarification a {
    transition: color .25s ease-in-out 0s;
    -webkit-transition: color .25s ease-in-out 0s;
    color: #0D3B5F;
    text-transform: uppercase
}
#membre-tarification a:hover {
    color: #F6A121
}
#membre-tarification i {
    color: #F6A121;
    margin-right: 15px
}
#membre-formulaire h2+.wpcf7 {
    margin-top: 60px
}
#membre-formulaire .centre {
    max-width: 760px
}
#etape-contenu.mentorat .punch {
    margin: 60px 0
}
#etape-contenu.mentorat .punch p {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 38px;
    line-height: 3.8rem;
    color: #9D958B
}
#etape-contenu.mentorat .punch .fleche {
    width: 170px
}
#etape-contenu.mentorat .punch .fleche img {
    display: block;
    width: 100%
}
#etape-contenu.mentorat .punch .texte {
    width: calc(100% - 200px)
}
@media screen and (max-width:1024px) {
    #etape-contenu.mentorat .punch p {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 33px;
        line-height: 3.3rem
    }
    #etape-contenu.mentorat .punch .fleche {
        width: 120px
    }
    #etape-contenu.mentorat .punch .texte {
        width: calc(100% - 150px)
    }
}
@media screen and (max-width:667px) {
    #etape-contenu.mentorat .punch p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 30px;
        line-height: 3rem
    }
    #etape-contenu.mentorat .punch .fleche {
        width: 90px
    }
    #etape-contenu.mentorat .punch .texte {
        width: calc(100% - 120px)
    }
}
#mentorat-mentors {
    padding-bottom: 15px
}
#mentorat-mentors .mentor {
    -webkit-box-shadow: 0 0 9px 1px #787878;
    box-shadow: 0 0 9px 1px #787878;
    margin: 0 0 60px 60px;
    width: calc((100% - 120px) / 3)
}
#mentorat-mentors .mentor:nth-child(3n+1) {
    margin-left: 0
}
#mentorat-mentors .mentor .image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}
#mentorat-mentors .mentor .image:after {
    padding-top: 74.22680412%;
    display: block;
    content: ''
}
#mentorat-mentors .mentor a {
    transition: background .25s ease-in-out 0s;
    -webkit-transition: background .25s ease-in-out 0s;
    background: #9D958B;
    color: #fff;
    display: block;
    font-weight: 700;
    padding: 15px 10px;
    text-align: center;
    text-transform: uppercase
}
#mentorat-mentors .mentor a:hover {
    background: #0066B9
}
#mentorat-mentors .mentor a i {
    color: #F6A121;
    margin-left: 10px
}
@media screen and (max-width:1024px) {
    #mentorat-mentors .mentor {
        width: calc(50% - 30px)
    }
    #mentorat-mentors .mentor:nth-child(3n+1) {
        margin-left: 60px
    }
    #mentorat-mentors .mentor:nth-child(2n+1) {
        margin-left: 0
    }
}
@media screen and (max-width:768px) {
    #mentorat-mentors {
        padding-top: 60px
    }
    #mentorat-mentors .mentor {
        margin: 0 0 30px 30px;
        width: calc(50% - 15px)
    }
    #mentorat-mentors .mentor:nth-child(3n+1) {
        margin-left: 30px
    }
    #mentorat-mentors .mentor:nth-child(2n+1) {
        margin-left: 0
    }
}
@media screen and (max-width:667px) {
    #mentorat-mentors {
        padding-bottom: 45px
    }
}
@media screen and (max-width:575px) {
    #mentorat-mentors .mentor {
        margin-left: 0;
        width: 100%
    }
    #mentorat-mentors .mentor:nth-child(3n+1) {
        margin-left: 0
    }
}
#mentorat-mentor {
    background: #9D958B
}
#mentorat-mentor .colonne {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%
}
#mentorat-mentor .colonne.droite {
    background: #f5f5f5
}
#mentorat-mentor .colonne.droite p+.wpcf7, #mentorat-mentor .colonne.droite ul+.wpcf7, #mentorat-mentor .colonne.droite h1+.wpcf7, #mentorat-mentor .colonne.droite h2+.wpcf7, #mentorat-mentor .colonne.droite h3+.wpcf7 {
    margin-top: 60px
}
#mentorat-mentor .colonne.droite .conteneur {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 800px;
    padding: 75px 0 75px 75px;
    width: 94%
}
#mentorat-mentor .colonne.gauche {
    color: #fff
}
#mentorat-mentor .colonne.gauche .texte {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../svg/texture-a-blanc-trans-15.svg) right bottom no-repeat;
    -webkit-background-size: 250px auto;
    -moz-background-size: 250px auto;
    -o-background-size: 250px auto;
    background-size: 250px auto;
    max-width: 800px;
    padding: 75px 75px 75px 0;
    width: 94%
}
#mentorat-mentor .colonne.gauche .conteneur-titre {
    margin-bottom: 25px
}
#mentorat-mentor .colonne.gauche .conteneur-titre .titre {
    width: calc(100% - 270px)
}
#mentorat-mentor .colonne.gauche .conteneur-titre .icone {
    width: 210px
}
#mentorat-mentor .colonne.gauche .conteneur-titre .icone img {
    display: block;
    width: 100%
}
#mentorat-mentor .colonne.gauche .img-mentorat {
    display: block;
    width: 100%
}
@media screen and (max-width:1360px) {
    #mentorat-mentor .colonne.gauche .conteneur-titre .titre {
        width: calc(100% - 210px)
    }
    #mentorat-mentor .colonne.gauche .conteneur-titre .icone {
        width: 150px
    }
}
@media screen and (max-width:1120px) {
    #mentorat-mentor .colonne {
        width: 100%
    }
    #mentorat-mentor .colonne.gauche .texte, #mentorat-mentor .colonne.droite .conteneur {
        margin: 0 auto;
        max-width: 1600px
    }
    #mentorat-mentor .colonne.gauche .texte {
        padding-right: 0
    }
    #mentorat-mentor .colonne.droite .conteneur {
        padding-left: 0
    }
}
@media screen and (max-width:768px) {
    #mentorat-mentor .colonne.gauche .texte, #mentorat-mentor .colonne.droite .conteneur {
        width: calc(100% - 40px)
    }
}
@media screen and (max-width:667px) {
    #mentorat-mentor .colonne.gauche .texte, #mentorat-mentor .colonne.droite .conteneur {
        padding-bottom: 60px;
        padding-top: 60px
    }
}
#mentorat-collaborateurs .logos {
    margin-top: 45px
}
#mentorat-collaborateurs .logos .logo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 33.33333333%;
    padding: 0 60px;
    position: relative
}
#mentorat-collaborateurs .logos .logo:before {
    background: #9D958B;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 3px
}
#mentorat-collaborateurs .logos .logo:last-child:before {
    display: none
}
#mentorat-collaborateurs .logos .logo img {
    max-width: 100%;
    width: 240px
}
@media screen and (max-width:860px) {
    #mentorat-collaborateurs .logos .logo {
        padding: 0 30px
    }
    #mentorat-collaborateurs .logos .logo img {
        width: 160px
    }
}
@media screen and (max-width:667px) {
    #mentorat-collaborateurs .logos .logo {
        padding: 0 15px
    }
    #mentorat-collaborateurs .logos .logo:before {
        width: 1px
    }
}
#mentor+section:not(#mentor-temoignage) {
    padding-top: 0
}
#mentor .intro .image {
    width: 43%
}
#mentor .intro .image img {
    display: block;
    width: 100%
}
#mentor .intro .image img.mobile {
    display: none
}
#mentor .intro .texte {
    width: 57%
}
#mentor .intro .texte .logo {
    margin-bottom: 30px;
    width: 240px
}
#mentor .intro .texte .conteneur {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 900px;
    padding: 75px
}
#mentor .details {
    padding-top: 45px
}
#mentor .details .fleche {
    width: 170px
}
#mentor .details .fleche img {
    display: block;
    width: 100%
}
#mentor .details .texte {
    width: calc(100% - 230px)
}
@media screen and (max-width:860px) {
    #mentor .intro .image {
        width: 100%
    }
    #mentor .intro .image img.desktop {
        display: none
    }
    #mentor .intro .image img.mobile {
        display: block
    }
    #mentor .intro .texte {
        width: 100%
    }
    #mentor .intro .texte .conteneur {
        margin: 0 auto;
        max-width: 1600px;
        padding-left: 0;
        padding-right: 0;
        width: 94%
    }
    #mentor .details {
        padding-top: 0
    }
    #mentor .details .fleche {
        width: 100px
    }
    #mentor .details .texte {
        width: calc(100% - 130px)
    }
}
@media screen and (max-width:768px) {
    #mentor .intro .texte .conteneur {
        width: calc(100% - 40px)
    }
}
@media screen and (max-width:667px) {
    #mentor .details .fleche {
        width: 60px
    }
    #mentor .details .texte {
        width: calc(100% - 90px)
    }
    #mentor .details .texte .conteneur {
        padding-bottom: 60px;
        padding-top: 60px
    }
}
#mentor-temoignage .guillemet {
    position: absolute;
    width: 100px
}
#mentor-temoignage .guillemet.gauche {
    left: 0;
    top: 0
}
#mentor-temoignage .guillemet.droit {
    bottom: 0;
    right: 0
}
#mentor-temoignage .conteneur {
    margin: 0 auto;
    max-width: 900px;
    width: calc(100% - 320px)
}
@media screen and (max-width:1360px) {
    #mentor-temoignage .guillemet {
        width: 60px
    }
    #mentor-temoignage .conteneur {
        margin: 0 auto;
        width: calc(100% - 180px)
    }
}
@media screen and (max-width:667px) {
    #mentor-temoignage .guillemet {
        width: 30px
    }
    #mentor-temoignage .conteneur {
        width: calc(100% - 90px)
    }
}
.pagination.pagination-mentor {
    margin-top: 30px
}
.pagination.pagination-mentor a {
    color: #707070;
    margin: 15px 15px 0
}
.pagination.pagination-mentor a:hover {
    color: #0066B9
}
.pagination.pagination-mentor .retour {
    position: relative
}
.pagination.pagination-mentor .retour:before, .pagination.pagination-mentor .retour:after {
    background: #F6A121;
    content: '';
    height: 20px;
    position: absolute;
    top: 0;
    width: 2px
}
.pagination.pagination-mentor .retour:before {
    left: -15px
}
.pagination.pagination-mentor .retour:after {
    right: -15px
}
.pagination.pagination-mentor .precedent i {
    margin-right: 15px
}
.pagination.pagination-mentor .suivant i {
    margin-left: 15px
}
#membres-liste .intro {
    margin: 0 auto;
    max-width: 960px
}
#membres-liste table tbody tr td:nth-child(2), #membres-liste table tbody tr td:nth-child(3) {
    white-space: nowrap
}
#membres-liste .recherche {
    margin-bottom: 30px;
    margin-top: 30px
}
#membres-liste .recherche .champs select, #membres-liste .recherche .champs input {
    margin: 15px;
    width: calc((100% - 90px) / 3)
}
#membres-liste .recherche .champs input {
    background: #fff url(../images/loupe.png) calc(100% - 15px) center no-repeat;
    border: #0D3B5F solid 1px;
    padding-left: 15px;
    padding-right: 45px;
    height: 50px
}
#membres-liste .tableau {
    margin-top: 60px
}
@media screen and (max-width:920px) {
    #membres-liste table tbody tr td:first-child {
        font-weight: 700
    }
}
@media screen and (max-width:667px) {
    #membres-liste .recherche .champs select input, #membres-liste .recherche .champs input, #membres-liste .recherche .champs select select, #membres-liste .recherche .champs select {
        margin: 7px 0;
        width: 100%
    }
    #membres-liste .recherche .champs select input, #membres-liste .recherche .champs input {
        margin-bottom: 30px
    }
}
#activites-liste .intro {
    margin: 0 auto;
    max-width: 860px
}
#activites-liste .activite {
    background: #f5f5f5;
    border-top: #F6A121 solid 10px;
    margin: 60px 0 0 60px;
    padding-bottom: 60px;
    position: relative;
    width: calc((100% - 120px) / 3)
}
#activites-liste .activite:nth-child(3n+1) {
    margin-left: 0
}
#activites-liste .activite.passe .image {
    opacity: .25;
    -moz-opacity: .25
}
#activites-liste .activite.passe .date {
    opacity: .5;
    -moz-opacity: .5
}
#activites-liste .activite.passe h2.noir {
    color: #999
}
#activites-liste .activite .image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative
}
#activites-liste .activite .image:after {
    padding-top: 55.88235294%;
    display: block;
    content: ''
}
#activites-liste .activite a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: background .25s ease-in-out 0s;
    -webkit-transition: background .25s ease-in-out 0s;
    background: #0066B9;
    bottom: 0;
    color: #fff;
    display: block;
    font-weight: 700;
    left: 0;
    padding: 15px 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    border-radius: 0;
}
#activites-liste .activite a:hover {
    background: #0066B9
}
#activites-liste .activite a .orange {
    color: #F6A121
}
#activites-liste .activite .details {
    padding: 30px
}
#activites-liste .activite .details .date {
    position: relative;
    width: 125px
}
#activites-liste .activite .details .date img {
    display: block;
    width: 100%
}
#activites-liste .activite .details .date .jour, #activites-liste .activite .details .date .mois {
    color: #F6A121;
    font-family: 'Maven Pro', sans-serif;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}
#activites-liste .activite .details .date .jour {
    font-size: 60px;
    font-size: 6rem;
    line-height: 60px;
    line-height: 6rem;
    font-weight: 500;
    top: 59px
}
#activites-liste .activite .details .date .mois {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 16px;
    line-height: 1.6rem;
    font-weight: 900;
    text-transform: uppercase;
    top: 30px
}
#activites-liste .activite .details .titre {
    width: calc(100% - 155px)
}
@media screen and (max-width:1024px) {
    #activites-liste .activite {
        width: calc(50% - 30px)
    }
    #activites-liste .activite:nth-child(3n+1) {
        margin-left: 60px
    }
    #activites-liste .activite:nth-child(2n+1) {
        margin-left: 0
    }
}
@media screen and (max-width:768px) {
    #activites-liste .activites {
        margin-top: 30px
    }
    #activites-liste .activite {
        margin: 30px 0 0 30px;
        width: calc(50% - 15px)
    }
    #activites-liste .activite:nth-child(3n+1) {
        margin-left: 30px
    }
    #activites-liste .activite:nth-child(2n+1) {
        margin-left: 0
    }
}
@media screen and (max-width:575px) {
    #activites-liste .activite {
        margin-left: 0;
        width: 100%
    }
    #activites-liste .activite:nth-child(3n+1) {
        margin-left: 0
    }
}
#activite-conferenciers .conferenciers {
    margin-top: 60px
}
#activite-conferenciers .conferencier+.conferencier {
    margin-top: 45px
}
#activite-conferenciers .conferencier .image {
    width: 300px
}
#activite-conferenciers .conferencier .image img {
    display: block;
    width: 100%
}
#activite-conferenciers .conferencier .details {
    color: #fff;
    width: calc(100% - 330px)
}
#activite .partage {
    margin: 30px 0
}
#activite .colonne.gauche {
    order: 1;
    width: 260px
}
#activite .colonne.gauche .info+.info {
    margin-top: 45px
}
#activite .colonne.droite {
    order: 2;
    width: calc(100% - 320px)
}
#activite .colonne.droite .conteneur-titre {
    margin-bottom: 45px
}
#activite .colonne.droite .conteneur-titre .image {
    width: 350px
}
#activite .colonne.droite .conteneur-titre .image img {
    display: block;
    max-width: 350px;
    width: 100%
}
#activite .colonne.droite .conteneur-titre .titre {
    width: calc(100% - 410px)
}
@media screen and (max-width:1260px) {
    #activite .colonne.droite .conteneur-titre .image, #activite .colonne.droite .conteneur-titre .titre {
        width: 100%
    }
    #activite .colonne.droite .conteneur-titre .titre {
        margin-top: 45px
    }
}
@media screen and (max-width:768px) {
    #activite .colonne.gauche {
        order: 2;
        margin-top: 30px;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        width: 100%
    }
    #activite .colonne.gauche .info {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 30px;
        padding-right: 45px;
        width: 33.33333333%
    }
    #activite .colonne.gauche .info+.info {
        margin-top: 30px
    }
    #activite .colonne.droite {
        order: 1;
        width: 100%
    }
}
@media screen and (max-width:667px) {
    #activite .colonne.gauche .info {
        width: 50%
    }
}
@media screen and (max-width:525px) {
    #activite .colonne.gauche .info {
        padding-right: 0;
        width: 100%
    }
}
#activite-formulaire .centre.type-1 {
    max-width: 860px
}
#activite-formulaire h2+.wpcf7, #activite-formulaire h3+.wpcf7 {
    margin-top: 60px
}
#contact-coordonnees .centre {
    z-index: 50
}
#contact-coordonnees .contenu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 60px)
}
#contact-coordonnees .coordonnees {
    margin-top: 30px
}
#contact-coordonnees .coordonnees, #contact-coordonnees .coordonnees a {
    color: #0D3B5F
}
#contact-coordonnees .coordonnees a:hover {
    color: #F6A121
}
#contact-coordonnees .coordonnees>div+div {
    margin-top: 15px
}
#contact-coordonnees .icone {
    width: 40px
}
#contact-coordonnees .icone img {
    display: block;
    width: 100%
}
#contact-coordonnees .coord {
    margin-left: 15px;
    width: calc(100% - 55px)
}
#contact-coordonnees .social {
    color: #0D3B5F
}
#contact-coordonnees .social img {
    display: block;
    margin-left: 15px;
    width: 40px
}
#contact-coordonnees .conteneur-carte {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    z-index: 50
}
#contact-coordonnees .conteneur-carte .carte-google {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
@media screen and (max-width:1120px) {
    #contact-coordonnees {
        padding-bottom: 0
    }
    #contact-coordonnees .contenu {
        padding-bottom: 75px;
        width: 100%
    }
    #contact-coordonnees .conteneur-carte {
        height: auto;
        position: relative;
        right: auto;
        top: auto;
        width: 100%
    }
    #contact-coordonnees .conteneur-carte:after {
        padding-top: 56.25%;
        display: block;
        content: ''
    }
}
@media screen and (max-width:667px) {
    #contact-coordonnees .contenu {
        padding-bottom: 60px
    }
}





/* New Styles */

#devenirMembreForm {
    margin-top: 60px;
}

.intro-secteurs {
    padding-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
}

.gform-custom input, .gform-custom textarea, .gform-custom .gfield_select {
    outline: none !important;
    border-radius: 0 !important;
    resize: none !important;
    border-color: #0D3B5F !important;
}

.gform-custom input:not([type="checkbox"]) {
    border: none !important;
    box-shadow: none !important;
    border-bottom: 1px solid #0D3B5F !important;
    padding: 0 !important;
}

.gform-custom input:not([type="checkbox"]):focus {
    border-color: #0D3B5F !important;
}

.gform-custom select {
    appearance: none !important;
    -webkit-appearance: none !important; /* Compatibilité Safari */
    -moz-appearance: none !important; /* Compatibilité Firefox */
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    font-size: 16px !important;
    background-image: url('images/down-arrow.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 10px 5px !important;
}

.gform-custom .gform_page_footer .gform_previous_button  {
    display: none !important;
}

.gform-custom .gfield--input-type-calculation .gfield_label, .gform-custom .gfield--input-type-calculation .ginput_product_price_wrapper {
    display: none !important;
}

.gfield_required, .gform_validation_errors {
    display: none !important;
}

.image-wrapper {
    height: clamp(300px, 20vh, 400px) !important;
    position: relative;
}
@media screen and (min-width: 1024px) {
    .image-wrapper {
        height: clamp(350px, 20vh, 450px) !important;
    }
}

.image-wrapper::after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0D3B5F;
    opacity: 0.4;
}

.image-wrapper .fit-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* Swiper */
.swiper-pagination {
    --swiper-pagination-bottom: 50px;
}
.swiper-container {
    position: relative;
    overflow: hidden;
}
.swiper-container .swiper-slide {
    cursor: grab;
}
.swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-container .swiper-slide:active {
    cursor: grabbing;
}
.swiper-container .swiper-pagination {
    pointer-events: none;
}
.description {
    font-size: 1.8rem;
    line-height: 1.4;
}
.next {
    margin-left: 10px;
    cursor: pointer;
    border-radius: 500px;
    overflow: hidden;
}
.prev {
    margin-right: 10px;
    cursor: pointer;
    border-radius: 500px;
    overflow: hidden;
}
.next svg path, .next svg circle, .prev svg path, .prev svg circle {
    transition: all 0.3s ease-in-out;
}
.next:hover svg path, .prev:hover svg path {
    fill: #0066B9;
}
.next:hover svg circle, .prev:hover svg circle {
    stroke: #0066B9;
}




/* Style de l'icône du panier dans le menu */
.menu-item.cart-menu-item {
    position: relative;
    margin: 0 30px 0 15px;
}

.cart-icon-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    margin-top: 10px;
}

.cart-count {
    background-color: rgba(255, 255, 255, 0.94); /* Couleur de fond du badge */
    color: #F6A121; /* Couleur du texte du badge */
    font-size: 12px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: -10px;
    border-radius: 50px;
    border: 1px solid #F6A121;
    transition: all .25s ease-in-out 0s;
    -webkit-transition: all .25s ease-in-out 0s;
}

body.scroll .cart-count {
    background-color: #f5f5f5;
}

.cart-icon-link:hover .cart-icon i {
    color: #ff6600; /* Changer la couleur de l'icône au survol */
}

.compte {
    display: flex;
    padding: 75px 0;
}

.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
    float: none !important;
}
.woocommerce-MyAccount-navigation {
    width: 25%;
}
.woocommerce-MyAccount-content {
    width: 75%;
}

.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100% !important;
    float: none !important;
}

.woocommerce-page form .woocommerce-form-row, .woocommerce-page form fieldset, .woocommerce-page form .bouton  {
    margin-top: 30px !important;
    border: none !important;
}

.woocommerce-page form fieldset .woocommerce-form-row {
    margin-top: 10px !important;
}

.woocommerce-page form fieldset legend {
    padding-right: 10px !important;
    font-size: 2rem !important;
    color: #0D3B5F;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    color: #F6A121;
}

.woocommerce-message, .woocommerce-error {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.panier-content {
    padding: 75px 0;
}

.panier-content .product-thumbnail:before {
    display: none;
}

.panier-content .woocommerce-cart-form {
    width: 100%;
}

.panier-content .cart-collaterals {
    width: 100%;
    margin-top: 75px;
}

@media screen and (min-width: 1024px) {
    .panier-content {
        display: flex;
    }
    .panier-content .woocommerce-cart-form {
        width: 65%;
        padding-right: 75px;
    }
    
    .panier-content .cart-collaterals {
        width: 35%;
    }

    .panier-content .cart-collaterals {
        margin-top: 0;
    }
}

.panier-content .cart-collaterals .cart_totals {
    width: 100%;
}

.panier-content table tr:nth-child(even) td {
    background: #f5f5f5 !important;
}
.panier-content table tr:nth-child(odd) td {
    background: #edecea !important;
}

.cart_totals .shop_table {
    margin: 20px 0 !important;
}

.shop_table.cart .product-quantity .qty  {
    text-align: center;
}

.shop_table.cart th {
    color: #0D3B5F;
    font-size: 1.5rem;
}
.shop_table th.product-name {
    opacity: 0;
}

.cart_totals .wc-proceed-to-checkout {
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    .cart_totals .wc-proceed-to-checkout .bouton {
        width: 100%;
        text-align: center;
    }
}

.variations_form {
    margin-top: 20px;
}

.variations_form select option[value=""], .variations_form .reset_variations {
    display: none;
}

.variations_form table td {
    padding: 0 !important;
    background: transparent;
    border: none !important;
}

.variations_form .woocommerce-variation-price, .variations_form .quantity {
    margin-top: 25px;
}

.variations_form .quantity {
    width: 50%;
}

.woocommerce-info {
    border-top-color: #0066B9;
}
.woocommerce-info::before {
    color: #0066B9;
}

.woocommerce-message {
    border-top-color: #F6A121;
}

.woocommerce-message::before {
    color: #F6A121;
}

.woocommerce-notices-wrapper, .woocommerce-info {
    font-size: 1.5rem;
}




/* Commande */
.commande-content {
    margin-top: 75px;
    margin-bottom: 75px;
}

#customer_details, #order_review_heading, #payment_section {
    margin-top: 50px;
}

abbr {
    text-decoration: none;
}

.shop_table.woocommerce-checkout-review-order-table thead {
    display: none;
}

.shop_table.woocommerce-checkout-review-order-table th {
    color: #0D3B5F;
    font-size: 2rem;
    text-align: left;
}

.woocommerce-billing-fields__field-wrapper, #payment {
    margin-top: 25px;
}

.Block {
    border: 1px solid #0D3B5F !important;
    padding: 5px !important;
}

.Input {
    border-bottom-color: #0D3B5F !important;
}

.woocommerce-table--order-details tfoot:first-of-type, .woocommerce-order-overview {
    display: none;
}


/* Pop up non-connecté */
.login-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.login-popup {
    background: white;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    max-width: 400px;
    width: 100%;
    margin: 20px;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    color: #0D3B5F !important;
}

/*.login .ml-container #login {*/
/*    background: #ffffff !important;*/
/*    border: 1px solid #c3c4c7 !important;*/
/*    box-shadow: 0 1px 3px rgba(0, 0, 0, .04) !important;*/
/*}*/
/*.login .ml-form-container #login>h1 {*/
/*    position: relative !important;*/
/*    margin-top: 40px !important;*/
/*}*/
/*.login .login form {*/
/*    border: none !important;*/
/*    box-shadow: none !important;*/
/*}*/
/*.login .ml-form-container #backtoblog {*/
/*    position: relative !important;*/
/*}*/