/*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body, html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: hidden;
    position: relative
}

.fp-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0 !important
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0)
}

#fp-nav.fp-right {
    right: 17px
}

#fp-nav.fp-left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important
}

.fp-slidesNav.fp-bottom {
    bottom: 17px
}

.fp-slidesNav.fp-top {
    top: 17px
}

#fp-nav ul, .fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a, .fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px
}

.fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section {
    height: auto !important
}

.fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell, .fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto !important
}

.fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

/*# sourceMappingURL=fullpage.min.css.map */
html {
    box-sizing: border-box;
    font-size: 62.5%;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*, :after, :before {
    box-sizing: inherit
}

body {
    text-align: center;
    margin: 0;
    padding: 0;
    overflow-y: auto
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
    max-width: 100%;
    height: auto
}

.td img.noresize {
    max-width: none
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 400
}

p {
    padding: 0;
    padding-bottom: 1.2rem
}

p, ul {
    margin: 0
}

ul {
    padding: 0
}

li {
    list-style-type: none
}

figure {
    margin: 0
}

.content ul {
    margin-left: 1rem;
    padding-left: 1rem
}

.block {
    display: block
}

.ib {
    display: inline-block;
    vertical-align: top
}

.clear {
    clear: both
}

.rel {
    position: relative
}

.hide {
    display: none
}

.tbl {
    display: table
}

.tr {
    display: table-row
}

.td {
    display: table-cell;
    vertical-align: top
}

.main {
    text-align: justify;
    font-size: 0
}

.main:after {
    content: "";
    display: inline-block;
    width: 100%
}

.grid {
    width: 100%
}

.c1 {
    width: 8.33%
}

.c2 {
    width: 16.667%
}

.c3 {
    width: 25%
}

.c4 {
    width: 33.33%
}

.c5 {
    width: 41.66%
}

.c6 {
    width: 50%
}

.c7 {
    width: 58.33%
}

.c8 {
    width: 66.66%
}

.c9 {
    width: 75%
}

.c10 {
    width: 83.333%
}

.c11 {
    width: 91.66%
}

.c12 {
    width: 100%
}

.left {
    text-align: left
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.vmiddle {
    vertical-align: middle
}

.vbottom {
    vertical-align: bottom
}

.txtwhite {
    color: #fff
}

.nowrap {
    white-space: nowrap
}

.ht100 {
    height: 100%
}

.ht50 {
    height: 50%
}

.ht1 {
    height: 1%
}

.tbllayout {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0
}

.tdbottom, .tdhead {
    display: table-cell;
    vertical-align: bottom;
    height: 1%
}

.tdmain {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0
}

.jaune {
    color: #f6bf0b
}

.bleu {
    color: #1a1c85
}

.container {
    font-family: FuturaStd-Medium, Arial, Helvetica, sans-serif;
    text-align: center;
    border: 0 solid red;
    width: 100%;
    color: #000;
    font-size: 24px;
    font-size: 2.2rem;
    line-height: 1;
    line-height: 1.2;
    background-color: #fff
}

.container, .containerWrap {
    position: relative;
    margin: auto
}

.containerWrap {
    max-width: 1366px;
    width: 100%;
}

.screen {
    height: 100vh;
    overflow: hidden;
    border: 0 solid red;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

header {
    background-color: #fff
}

header .containerWrap {
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 2fr 5fr 2fr;
    grid-template: "a b c" auto/2fr 5fr 2fr;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
    padding: 1rem 0
}

.logoFND {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: a;
    line-height: 0
}

.logoFND img {
    width: 240px;
    width: 24rem
}

.hTexte {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: b;
    text-align: left;
    color: #20508d;
    font-size: 19px;
    font-size: 1.9rem;
    padding-left: 10px;
    padding-right: 10px
}

.hTexte b {
    font-family: FuturaStd-Bold, Arial, Helvetica, sans-serif;
    font-weight: 400
}

.hBtDon {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: c;
    border: 0 solid red;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    Xpadding-left: 15px;
    padding-right: 20px;
    position: relative;
    z-index: 2
}

.btDon {
    margin: auto;
    font-family: FuturaStd-Bold, Arial, Helvetica, sans-serif;
    font-size: 23px
}

.btDon a {
    background-color: #ffd200;
    display: inline-block;
    width: 100%;
    width: 255px;
    max-width: 255px;
    color: #20508d;
    text-decoration: none;
    height: 80px;
    line-height: 80px
}

.btDonRel {
    margin: auto;
    font-family: FuturaStd-Bold, Arial, Helvetica, sans-serif;
    font-size: 2.3rem;
    position: relative;
    z-index: 2
}

.btDonRel a {
    background-color: #ffd200;
    display: inline-block;
    width: 100%;
    width: 25.5rem;
    max-width: 25.5rem;
    color: #20508d;
    text-decoration: none;
    height: 8rem;
    line-height: 8rem
}

.btDonRel a:hover {
    background-color: #20508d;
    color: #ffd200
}

.hBtDon .btDonRel {
    border: 0 solid red;
    margin-right: 0
}

.fond {
    background-repeat: no-repeat;
    /*background-position: 50%;*/
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(i/bg1.jpg?)
}

.fond, .home main.homeMain {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.home main.homeMain {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 20px;
    margin-left: 20px;
    margin-left: 50px;
    margin-right: 50px;
    transform: translateY(10%);
    transition: transform .5s
}

.home main.homeMain, .home main.homeMain .aidez {
    -ms-flex-align: center;
    align-items: center;
    border: 0 solid red
}

.home main.homeMain .aidez {
    height: 30%;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    display: -ms-flexbox;
    display: flex
}

.home h1 {
    font-size: 3.8rem;
    color: #fff;
    line-height: 1.3;
    text-shadow: 0 0 20px #000
}

.home h1 b {
    font-family: FuturaStd-Bold, Arial, Helvetica, sans-serif;
    font-size: 5.5rem;
    color: #ffd200;
    font-weight: 400;
    line-height: 1.1
}

.barre {
    max-width: 1136px;
    width: 100%;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex
}

.bBlock1 {
    width: 260px;
    width: 26rem;
    white-space: nowrap;
    background-color: #f5f5f5;
    text-align: left;
    font-size: 19px;
    font-size: 1.9rem;
    color: #20508d;
    padding: 15px 20px;
    padding: 1.5rem 2rem
}

.bBlock1 b {
    font-family: FuturaStd-Bold, Arial, Helvetica, sans-serif;
    font-weight: 400
}

.bBlock2 {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.9rem;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 1.6rem 2rem;
    border: 0 solid red;
    width: 100%
}

.bBlock2 span {
    font-family: FuturaStd-Bold, Arial, Helvetica, sans-serif;
    color: #20508d
}

.jaugeWrap {
    -ms-flex-align: center;
    align-items: center
}

.jauge, .jaugeWrap {
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.jauge {
    background-color: #ececec;
    height: 12px;
    border-radius: 15px
}

.jaugeInner {
    width: 0;
    background-color: #20508d;
    border-radius: 15px;
    transition: width 1.5s
}

.percent {
    margin-left: 2rem;
    font-size: 1.8rem;
    font-family: FuturaStd-Bold, Arial, Helvetica, sans-serif;
    color: #20508d
}

.sep {
    font-size: 2.4rem;
    position: relative;
    top: .2rem;
    padding-left: .5rem;
    padding-right: .5rem
}

.votreDon {
    font-size: 1.6rem
}

.bBlock3 {
    border: 0 solid red;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 290px;
    width: 29rem;
    margin-right: 1.5rem
}

.bBlock3 .btDonRel {
    width: 245px;
    width: 25.5rem
}

.screen2 .fond {
    background-position: 50%;
    background-image: url(i/bg2.jpg)
}

.screen3 .fond {
    background-position: 50%;
    background-image: url(i/bg3.jpg)
}

.screen4 .fond {
    /*background-position: 50%;*/
    background-image: url(i/bg4.jpg);
    background-size: cover;
}

.screen5 .fond {
    /*background-position: center 33%;*/
    /*background-image: url(i/bg5.jpg)*/
    background-color: #fff;
    background-image: none;
}

main.mainInner {
    width: 41.66%;
    height: 100vh;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
    margin-right: 20px;
    margin-left: 20px;
    margin-left: 50%;
    border: 0 solid red;
    position: relative;
    transform: translateY(10%);
    transition: transform .5s;
    z-index: 1;
    /*min-width: 40vw;*/
}

@media(min-width: 641px){
    .screen2 main.mainInner,
    .screen4 main.mainInner {
        margin-left: 8.33%;
        margin-right: 50%
    }
}



.highlight {
    font-size: 4.7rem;
    line-height: 1.2;
    color: #fff;
    font-family: FuturaStd-Bold, Arial, Helvetica, sans-serif;
    margin-bottom: 40px;
}
.aidez{
    margin-top: 20px;
}

.highlight span {
    background-color: #20508d;
    padding: 0 2rem
}

.screen3 .highlight {
    color: #20508d
}

.screen3 .highlight span {
    background-color: #ffd200
}

.auteur {
    display: block;
    font-family: FuturaStd-Medium, Arial, Helvetica, sans-serif;
    color: #fff;
    padding-top: 1rem
}

.screen2 .para1 {
    min-height: 23vh
}

.screen2 .para1, .screen2 .para2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0 solid red;
    line-height: 1.1
}

.screen2 .para2 {
    height: 33vh
}

.screen3 .para1 {
    min-height: 26vh
}

.screen3 .para1, .screen3 .para2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0 solid red;
    line-height: 1.1
}

.screen3 .para2 {
    height: 22vh
}

.screen4 .para1 {
    min-height: 27vh;
    line-height: 1.2
}

.screen4 .para1, .screen4 .para2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0 solid red
}

.screen4 .para2 {
    height: 24vh;
    line-height: 1.1
}

.screen .btDonRel {
    margin: 0;
    text-align: left
}
.screen .btDonRel a{
    text-align: center;
}

.screen p {
    color: #fff
}

.screen p b {
    font-family: FuturaStd-Bold, Arial, Helvetica, sans-serif;
    font-weight: 400
}

.home p {
    color: #fff;
    text-shadow: 0 0 10px #000, 0 0 20px gray
}

.screen3 .auteur, .screen3 .para1, .screen3 .para2, .screen3 p, .screen4 .para2 {
    /*color: #20508d;*/
    color: #ffffff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.screen4 .para2 {
    margin-top: 20px;
    display: inline
}

.hl {
    background-color: #fff;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 2px 5px;
    line-height: 1.4
}

.screen4 .auteur, .screen4 p {
    /*color: #20508d*/
    color: #ffffff;
}

.soit {
    display: block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.screen5 .mainInner {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.screen5 h1 {
    text-align: center;
    font-size: 5.5rem;
    font-family: FuturaStd-Bold, Arial, Helvetica, sans-serif;
    color: #20508d;
    text-transform: uppercase;
    height: 22vh
}

.twoCol {
    display: -ms-flexbox;
    display: flex;
    max-width: 1150px;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    height: 50vh
}

.col, .twoCol {
    border: 0 solid red
}

.col {
    text-align: center
}

.col img {
    margin: auto;
    padding-left: 13rem
}

.col h2 {
    font-size: 2.4rem;
    height: 8vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.col h2, .col span {
    color: #20508d;
    font-family: FuturaStd-Bold, Arial, Helvetica, sans-serif
}

.col p {
    font-size: 1.9rem;
    color: #000;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.col a {
    color: #20508d;
    font-weight: 700
}

.screen5 .btDonRel {
    margin-bottom: 20px
}

footer {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    padding-top: 2.2rem;
    padding-bottom: 1.3rem
}

footer nav {
    padding-top: 1rem;
    padding-bottom: .4rem
}

footer a {
    color: #000;
    text-decoration: none
}

footer a:hover {
    text-decoration: underline
}

.fixed-bullets {
    display: none;
    position: fixed;
    top: 42%;
    right: 25px;
    z-index: 4;
    border: 0 solid red
}

.fixed-bullets--show {
    display: block
}

.fixed-bullets a {
    display: block;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    margin-bottom: 9px;
    transition: border .5s
}

.fixed-bullets a:hover {
    background-color: hsla(0, 0%, 100%, .3)
}

.fixed-bullets a.fixed-bullet--active {
    background-color: #fff
}

.fixed-bullets--blue a {
    border: 1px solid #2c5089 !important
}

.fixed-bullets--blue a.fixed-bullet--active {
    background-color: #2c5089
}

.fixedDonMobile, .modal {
    display: none
}

/*.modal {*/
/*    font-family: FuturaStd-Medium, Arial, Helvetica, sans-serif;*/
/*    background-color: #fff;*/
/*    max-width: 870px;*/
/*    width: 100%;*/
/*    max-height: 95vh;*/
/*    font-size: 18px;*/
/*    color: #000;*/
/*    line-height: 1.3*/
/*}*/

/*.modal h3 {*/
/*    font-size: 42px;*/
/*    color: #000*/
/*}*/

/*.modal h3, .modal h4 {*/
/*    font-family: FuturaStd-Bold, Arial, Helvetica, sans-serif*/
/*}*/

/*.modal h4 {*/
/*    font-size: 22px;*/
/*    color: #fff;*/
/*    margin-left: -9px*/
/*}*/

/*.modal h4 span {*/
/*    background-color: #20508d;*/
/*    padding: 3px 9px*/
/*}*/

/*.modal a {*/
/*    color: #20508d*/
/*}*/

.scroll_fix {
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    opacity: 0
}

.desktopOnly {
    display: block
}

.mobileOnly {
    display: none
}

@font-face {
    font-family: FuturaStd-Medium;
    src: url(i/fonts/FuturaStd-Medium.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: FuturaStd-Bold;
    src: url(i/fonts/FuturaStd-Bold.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@media (max-aspect-ratio: 683/350) {
    html {
        font-size: .7320644217vw
    }
}

@media (min-aspect-ratio: 683/350) {
    html {
        font-size: 1.4285714286vh
    }
}

@media (min-width: 1366px) and (min-height: 700px) {
    html {
        font-size: 10px
    }
}

@media screen and (max-width: 768px) {
    .fond {
        background-position: 100%;
        background-image: url(i/screen1bg3.jpg?);
        background-size: cover
    }

    .screen2 .fond {
        background-image: url(i/screen2bg.jpg)
    }

    .screen2 .fond, .screen3 .fond {
        background-position: top center;
        background-size: cover
    }

    .screen3 .fond {
        background-image: url(i/screen3bg.jpg);
        background-position: top center;
        background-size: cover;

    }

    .screen4 .fond {
        /*background-position: 50%;*/
        background-image: url(i/screen4bg.jpg);
        background-size: cover;
        background-position: top center;
    }

    /*.screen5 .fond {*/
    /*    background-image: url(i/screen5bg.jpg);*/
    /*    background-size: cover*/
    /*}*/
}

@media (max-width: 640px) {
    html {
        font-size: 1.5625vw
    }
}

@media screen and (max-width: 640px) {
    body {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    .scroll-snap {
        -ms-scroll-snap-type: none;
        scroll-snap-type: none;
        -ms-scroll-snap-points-y: none;
        scroll-snap-points-y: none
    }

    .screen {
        height: auto;
        scroll-snap-align: none;
        transition: height 5s;
        min-height: 100vh;

    }

    header .containerWrap {
        display: -ms-flexbox;
        display: flex;
        padding: 0
    }

    .logoFND img {
        width: 240px
    }

    .hTexte {
        display: none;
        text-align: center;
        width: 90%;
        margin-top: 10px;
        margin-bottom: 30px
    }

    .hBtDon {
        margin-bottom: 15px;
        display: none
    }

    .btDonRel {
        width: 100%
    }

    .btDonRel a {
        width: 100%;
        max-width: 100%;
        font-size: 22px;
        height: 70px;
        line-height: 70px
    }

    .fond, .home main.homeMain {
        height: auto;
        transition: height 999999s;
        min-height: 100vh;

    }
    .home main.homeMain{

    }

    .home main.homeMain {
        padding-top: 20px;
        padding-bottom: 25px;
        margin-left: 20px;
        margin-right: 20px;
        transform: translateY(0);
        min-height: calc(100vh - 120px);
    }

    .screen2 .fond,
    .screen3 .fond,
    .screen4 .fond{
        display: block;
        padding-top: 40px;
    }
    .screen2 .highlight,
    .screen3 .highlight,
    .screen4 .highlight{
        margin-bottom: 40px;
    }
    footer{
        font-size: 15px;
    }
    footer nav{
        margin-top: 15px;
    }

    .home main.homeMain .aidez {
        height: 15vh;
        font-size: 18px
    }

    .home main.homeMain .aidez br {
        display: none
    }

    .home h1 {
        margin-bottom: 15rem;
        transform: translateY(-65px);
    }

    .home h1 b {
        font-size: 4.5rem
    }

    .barre {
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 20px
    }

    .bBlock1 {
        width: 100%;
        font-size: 15px;
        display: -ms-flexbox;
        display: flex
    }

    .bBlock1 .besoin {
        width: 60%
    }

    .bBlock2 {
        padding-right: 40px;
        font-size: 14px
    }

    .percent {
        font-size: 16px
    }

    .votreDon {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 4px
    }

    .bBlock3 {
        width: 100%
    }

    .bBlock3 .btDonRel {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 22px
    }

    .bBlock3 .btDonRel a {
        max-width: 100%;
        width: 100%;
        height: 70px;
        line-height: 70px
    }

    .screen2 .fond {
        background-position: 0 0
    }

    .screen3 .fond {
        background-position: top
    }

    main.mainInner {
        padding: 20px;
        height: auto;
        transition: height 999999s;
        transform: translateY(0)
    }

    .screen3 main.mainInner, main.mainInner {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }

    .screen3 main.mainInner {
        padding-left: 20px;
        padding-right: 20px
    }

    .screen2 .para1 {
        min-height: auto;
        margin-top: 20px;
        margin-bottom: 10px
    }

    .screen2 .para2 {
        height: auto
    }

    .screen2 .para2, .screen3 .para1 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .screen3 .para1 {
        min-height: auto
    }

    .screen3 .para2 {
        height: auto
    }

    .screen3 .para2, .screen4 .para1 {
        margin-top: 20px;
        margin-bottom: 20px
    }

    .screen4 .para1 {
        min-height: auto
    }

    .screen4 .para2 {
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .screen5 .mainInner {
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px
    }

    .screen5 h1, .twoCol {
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .twoCol {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .col {
        margin-bottom: 20px
    }

    footer {
        padding-bottom: 120px
    }

    .btDonRel, .fixed-bullets, .fixed-bullets--show {
        display: none
    }

    .fixedDonMobile {
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        bottom: 0;
        z-index: 3;
        width: 100%;
        /*background-color: #fff;*/
        background: transparent;
        padding: 2rem
    }

    .fixedDonMobile .btDonRel {
        display: inline-block
    }

    .desktopOnly {
        display: none
    }

    .mobileOnly {
        display: block
    }

    .container{
        font-size: 18px;
    }

    .screen2 p br,.screen3 p br,.screen4 p br{
        display: none;
    }
}

@-moz-document url-prefix() {
    html {
        scroll-behavior: auto
    }
}

/*modal*/
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: right;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}
.modal-header:after,
.modal-footer:after {
    clear: both;
}
.close {
    width: 32px;
    height: 32px;
    opacity: 0.3;
    border: none;
    background: transparent;
    display: inline-block;
    transform: scale(0.5);
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 123123;
}
.close:hover {
    opacity: 1;
}
.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
    top: 0;
}
.close:before {
    transform: rotate(45deg);
}
.close:after {
    transform: rotate(-45deg);
}


/*new*/

.flex-wrapper{
    display: -ms-flexbox;
    display: flex;
    max-width: 1150px;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 70vh;
    margin: 0 auto;
}
.flex-wrapper .item:nth-child(2){
    padding: 0 20px;
}

@media(min-width: 1200px) and (max-height: 699px){
    .flex-wrapper{
        max-width: 900px;
    }
    .flex-wrapper .item img{
        max-height: 70vh;
    }
}
@media screen and (max-width: 768px){
    .flex-wrapper{
        height: auto;
        flex-flow: row wrap;
    }
    .flex-wrapper .item{
        width: 100%;
        padding: 0 20px;
        flex: 1 1 100%;
        text-align: center;

    }
    .flex-wrapper .item{
        margin-top: 30px;
    }
}

@media(min-width: 769px){
    .screen2 .para1,
    .screen3 .para1,
    .screen4 .para1{
        margin: 5vh 0;
        min-height: 0;
        padding-bottom: 0;
    }
    .screen2 .highlight,
    .screen3 .highlight,
    .screen4 .highlight{
        margin-bottom: 0;
    }
    /*to test start*/
    .home h1 {
        margin-bottom: 110px;
    }
    .home .aidez{
        display: block!important;
        margin-top: 0;
    }
    /*to test end*/

}
@media(max-width: 640px) {
    .home h1 {
        margin-bottom: 22rem;
    }
    .home .fond, .home main.homeMain {
        min-height: calc(100vh - 120px);
    }
    .home main.homeMain {
        display: block!important;
        padding-top: 120px!important;
        position: relative;
    }
    .btDonRel a {

        height: 50px;
        line-height: 50px;
    }
    .aidez{
        position: absolute;
        bottom: 110px;
        left: 0;
        width: 100%;

    }
}

.highlight span {
    margin: 0;
    padding: 0.6rem 2rem;
    line-height: 1;
    display: inline-block;
    position: relative;
}
.highlight span:after{
    height: 1px;
    /*background: green;*/
    width: 100%;
    display: block;
    content: '';
}
