@import url(http://fr.allfont.net/allfont.css?fonts=arial-black);

body, h1, h2, ul, li, p, form, input, a{
    margin: 0;
    padding: 0;
    font-weight: normal;
    list-style-type: none;
    text-decoration: none;
}

body{
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: #FFFFFF;
    font-family: Arial;
    font-size: 12pt;
}

#stickyButton{
    position: fixed;
    top: 0;
    right: 13.397%;
    width: 73.206%;
    display: none;
    z-index: 99;
}

.wrapper{
    width: 73.206%;
}

.wrapperBis{
    width: 100%;
}

.flex{
    display: flex;
}

.column{
    flex-flow: row;
}

.pink{
    color: #d91c63;
}

.georges{
    font-family: 'Georges';
}

.col-100{
    width: 100%;
}

.row-center{
    align-items: center;
}

.toRight{
    text-align: right;
}

header{
    margin-bottom: 65px;
}

svg{
    width: 100%;
    height: 112px;
}

header h1{
    width: 26%;
    height: 130px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

header div{
    width: 74%;
    background-color: #d91c63;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 40px;
    font-family: 'RickysHand';
    font-size: 1.8em;
}

header div p{
    color: #FFFFFF;
}

.col-80{
    width: 75%;
}

nav{
    display: flex;
    flex-flow: row;
}

nav ul{
    background-color: #ddeaf6;
    display: flex;
    flex-flow: wrap;
    padding: 25px 15px;
    justify-content: center;
    box-sizing: border-box;
    width: 74.5%;
 }

nav>a{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d91c63;
    color: #FFFFFF;
    text-transform: uppercase;
    width: 25.5%;
    font-weight: bold;
    font-size: 1.5em;
    font-family: 'Arial Black', 'arial black', Arial, sans-serif;
}

nav ul li{
    border-right: 1px solid #058ecc;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.5em;
}

nav ul li:last-child{
    border-right: 0px solid #058ecc;
}

nav ul li a{
    color: #000000;
}

article{
    padding: 30px 60px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

article#conviction{
    background-color: #d91c63;
    display: flex;
    flex-flow: column;
    align-items: center;
    color: #FFFFFF;
    margin-top: -5px;
}

article h1{
    text-transform: uppercase;
    font-family: 'Arial Black', 'arial black', Arial, sans-serif;
    margin-bottom: 30px;
    font-size: 1.5em;
}

article div{
    font-size: 1.75em;
    width: 83%;
}


#photo_prez{
    width: 17%;
    margin-right: 15px;
}

#photo_prez img{
    width: 100%;
}

.blocSign{
    margin-bottom: 55px;
}

.signature{
    width: 20%;
}

article#jagis{
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: -65px;
    padding: 30px 0px;
}

article#jagis>h1{
    display: inline-block;
    background-color: #FFFFFF;
    text-align: center;
    padding: 20px 55px;
    margin-bottom: 20px;
}

.itemDon{
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    cursor: pointer;
}

.itemDon img{
    width: 100%;
}

article#jagis>ul>li.itemDon:first-child{
    padding-left: 0px;
}

article#jagis>ul>li.itemDon:last-child{
    padding-right: 0px;
}

.itemDon>h2{
    color: #d91c63;
    font-weight: bold;
    font-size: 1.2em;
    text-transform: uppercase;
    margin-top: 20px;
}

.itemDon>p{
    font-weight: bold;
}

.mtDon{
    font-size: 1.5em;
    font-family: 'Arial Black', 'arial black', Arial, sans-serif;
}

.roundedBox{
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.rounded{
    width: 39px;
    height: 39px;
    border-radius: 100%;
    border: 1px solid #000000;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}

.rounded:hover{
    background-color: #E1E1E1;
}

.rounded>.rounde_pink{
    opacity: 0;
    width: 23px;
    height: 23px;
    border-radius: 100%;
    background-color: #d91c63;
}

.mtLibre{
    cursor: pointer;
    display: flex;
    flex-wrap: row;
    justify-content: flex-end;
    align-items: center;
    margin-top: 25px;
}

input[type="text"]{
    width: 100%;
    border: 1px solid #000000;
    box-sizing: border-box;
    padding: 15px 25px;
    color: #000000;
    font-size: 0.5em;
}

.calculMontant{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 55px - 33% - 35px - 14.9%);
    padding-left: 13px;
    padding-right: 13px;
    box-sizing: border-box;
    background-color: #ddeaf6;
    font-size: 0.8em;
    height: 62px;
    font-weight: bold;
}

.btValid{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

input[type="button"]{
    font-family: 'Arial Black', 'arial black', Arial, sans-serif;
    font-size: 0.8em;
    color: #FFFFFF;
    background-color: #d91c63;
    border:none;
    cursor: pointer;
    text-transform: uppercase;
    padding: 17px 25px;
    -webkit-appearance: none;
}

input[type="submit"]{
    font-family: 'Arial Black', 'arial black', Arial, sans-serif;
    font-size: 0.8em;
    color: #FFFFFF;
    background-color: #d91c63;
    border:none;
    cursor: pointer;
    text-transform: uppercase;
    padding: 17px 25px;
    -webkit-appearance: none;
}

div.bgImg{
    background: url('images/bgimg.jpg') no-repeat center top #058ecc;
    background-size: 100%;
    color: #FFFFFF;
    display: flex;
    flex-flow: column;
    align-items: center;
}

div.bgWhite{
    color: #000000;
    display: flex;
    flex-flow: column;
    align-items: center;
}

div.bgBlue{
    background-color: #008ecc;
    background-size: 100%;
    color: #FFFFFF;
    display: flex;
    flex-flow: column;
    align-items: center;
}


#raisonetre, #actions, .other{
    padding-left: 0px;
    padding-right: 0px;
}

.raisonetre{
    color: #FFFFFF;
    text-align: justify;
    font-size: 1.2em;
    margin-bottom: 50px;
}

.raisonetre img{
    width: 100%;
}

.black{
    font-family: 'Arial Black', 'arial black', Arial, sans-serif;
}

#containerSlider{
    position: relative;
    height: 25.31vw;
    background-color: #eb6b0a;
    margin-bottom: 90px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.slider{
    position: absolute;
    width: 100%;
    height: 100%;
}

#slider1{
    left: 0;
    top: 0;
}

#slider2{
    left: 100%;
    top: 0;
}

#slider3{
    left: 200%;
    top: 0;
}

#slider4{
    left: 300%;
    top: 0;
}

#slider1 .sliderImg{
    background: url('images/slider1.jpg');
    background-size: cover;
}

#slider2 .sliderImg{
    background: url('images/slider2.jpg');
    background-size: cover;
}

#slider3 .sliderImg{
    background: url('images/slider3.jpg');
    background-size: cover;
}

#slider4 .sliderImg{
    background: url('images/slider4.jpg');
    background-size: cover;
}

.sliderImg{
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
}

.sliderText{
    position: absolute;
    top: 0;
    left: 55%;
    width: 45%;
    height: 100%;
    box-sizing: border-box;
    padding: 40px;
    background-color: #eb6b0a;
}

.sliderText h1{
    margin-bottom: 40px;
    font-family: 'Arial Black', 'arial black', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.5em;
}

#containerMove{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#bulletSlider{
    position: absolute;
    bottom: 40px;
    right: 10px;
}

#bulletSlider ul{
    display: flex;
    flex-flow: row;
}

#bulletSlider ul li div{
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border-radius: 100%;
    cursor: pointer;
    margin-left: 5px;
}

#bulletSlider ul li.active div{
    background-color: #000000;
}

.avantages{
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.avantages>div{
    width: 50%;
    font-size: 0.7em;
    box-sizing: border-box;
}

.avantages>div:first-child{
    padding-right: 25px;
    border-right: 4px solid #d91c63;
}

.avantages>div:last-child{
    padding-left: 25px;
}

.avantages h2{
    font-size: 1em;
    margin-bottom: 25px;
    font-weight: bold;
}

#containerNewsletter{
    visibility: hidden;
    position: fixed;
    background-color: rgba(0,0,0, 0.8);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
    color: #FFFFFF;
}

#closeWindow{
    visibility: hidden;
    position: fixed;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    cursor: pointer;
}

#containerNewsletter h1{
    font-family: 'Arial Black', 'arial black', Arial, sans-serif;
    margin-bottom: 50px;
}

.drop_desktop{
    display: none;
}

.drop_mobile{
    display: inline-block;
}

@media only screen and (max-width: 1365px) {
    body{
        font-size: 10pt;
    }
}

@media only screen and (max-width: 1166px) {
    body{
        font-size: 9pt;
    }
}

@media only screen and (max-width: 1066px) {
    body{
        font-size: 8pt;
    }
}

@media only screen and (max-width: 979px) {
    body{
        font-size: 7pt;
    }
}

@media only screen and (max-width: 909px) {
    .drop_desktop{
        display: inline-block;
    }

    .drop_mobile{
        display: none;
    }



    body{
        font-size: 7pt;
    }

    #conviction .column{
        flex-flow: column;
    }

    #photo_prez{
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
        text-align: center;
    }

    #stickyButton nav{
        display: none;
    }

    #photo_prez img{
        width: 30%;
    }

    .mtLibre{
        cursor: pointer;
        display: flex;
        flex-flow: wrap;
        justify-content: flex-end;
        align-items: center;
        margin-top: 25px;
    }


    .calculMontant{
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(100%);
        padding-left: 13px;
        padding-right: 13px;
        box-sizing: border-box;
        background-color: #ddeaf6;
        font-size: 0.8em;
        height: 62px;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: -20px;
    }

    .wrapper{
        width: 100%;
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
    }

    header{
        margin-bottom: 0px;
    }

    header h1{
        width: 20%;
        height: 100px;
        display: flex;
        flex-flow: row;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    header div{
        margin-left: 10px;
        width: 80%;
        background-color: #d91c63;
        display: flex;
        flex-flow: row;
        justify-content: center;
        align-items: flex-end;
        padding-bottom: 40px;
        font-family: 'RickysHand';
        font-size: 1.8em;
        box-sizing: border-box;
        padding-left: 10px;
    }

    nav{
        display: flex;
        flex-flow: wrap;
    }

    nav ul{
        background-color: #ddeaf6;
        display: flex;
        flex-flow: wrap;
        padding: 10px 10px;
        justify-content: center;
        box-sizing: border-box;
        width: 100%;
    }

    nav>a{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #d91c63;
        color: #FFFFFF;
        text-transform: uppercase;
        width: 100%;
        font-weight: bold;
        font-size: 1.5em;
        font-family: 'Arial Black', 'arial black', Arial, sans-serif;
        padding: 10px 10px;
    }

    .sliderImg{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 52%;
    }

    .sliderText{
        position: absolute;
        top: 52%;
        left: 0%;
        width: 100%;
        height: 40%;
        box-sizing: border-box;
        padding: 10px;
        background-color: #eb6b0a;
    }

    .sliderText h1{
        margin-bottom: 10px;
        font-family: 'Arial Black', 'arial black', Arial, sans-serif;
        text-transform: uppercase;
        font-size: 1.5em;
    }

    #bulletSlider{
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

    #containerSlider{
        position: relative;
        height: 98.31vw;
        background-color: #eb6b0a;
        margin-bottom: 90px;
        overflow: hidden;
        margin-left: auto;
        margin-right: auto;
    }

    .toRight{
        text-align: center;
    }

    .signature{
        width: 20%;
        margin-bottom: 20px;
    }
}

.pictos{
    width: 70%;
}