<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****************END RESET***************/

html{
    font-size: 62.5%;
}

body{
    background-color: #151a1e;
    background-image: url('../img/bg.jpg');
    background-size: cover;
    text-align: center;
    margin-top : 2.0rem;
    font-size: 1.6rem;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-weight: 100;
    line-height: 1.2;
}

strong{
    font-weight: 700;
}

header img {
    height : 100px;
}

.container{
    display: flex;
    flex-direction: row; /* sur une ligne de gauche Ã&nbsp; droite */
    flex-wrap: nowrap; /* sur une ligne */
    align-items: stretch;
    justify-content: space-around;
    max-width: 1000px;
    margin: 2rem auto;
    position: relative;
    z-index: 2;
    -webkit-transform: translate3d(0,0,0);
}

.cardContainer {
    position: relative;
    flex-grow: .8;
    flex-basis: 0;
    /* -webkit-perspective: 1000px;
    perspective: 1000px; */
    margin: 10px;
}

.card .side {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* position: absolute; */
}

.card{
    -moz-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: translateZ(-100px);
            transform: translateZ(-100px);
    transition: all 0.4s;
    height: 100%;
}

.card .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
}


.card .front {
    z-index: 2;
}
.back {
    position: relative;
} 

.active {
    -webkit-transform: rotateY(180deg) scale(1.05) translateZ(0px) !important;
    transform: rotateY(180deg) scale(1.05) translateZ(0px) !important;
  }
.active:after {
    display: none;
}

.card:hover {
    transform: scale(1.05);
}

.avantage{
    background: rgba(33,41,47,.8);
    border-top: 8px solid #ffcc00;
    padding: 3rem;
    border-radius: 10px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    transition: box-shadow 200ms;
    height: 100%;
    width: 100%;    
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between
}

.avantage:hover{
    box-shadow: 0 0 50px 0 rgba(255, 255, 255, .05);
}

.avantage--red{
    border-color: #cc0000;
}

.avantage--green{
    border-color: #40f827;
    background-image: linear-gradient(to right top, rgba(47,148,33,.8), rgba(52, 226, 29, 0.8));
}

.avantage--green:hover{
    box-shadow: 0 0 50px 0 rgba(47,148,33, .4);
}


.avantage--red2{
    border-color: #CA333A;
    background-image: linear-gradient(to right top, rgba(147,18,24,.8), rgba(255,0,12, 0.8));
}

.avantage--red2:hover{
    box-shadow: 0 0 50px 0 rgba(255,0,12, .4);
}


.avantage--purple{
    border-color: #01b3a6;
    background-image: linear-gradient(to right top, #00b0a7, #00746f);
}

.avantage--purple:hover{
    box-shadow: 0 0 50px 0 #01b3a6;
}


.avantage__button{
    padding: 2rem;
    background-color: #151a1e;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 4rem;
    display: inline-block;
    text-transform: uppercase;
    transition: all .4s;
    font-weight: bold;
}
.avantage__button:hover{
    background-color: #0b0d0f;
}

.avantage__emphasis{
    background: rgb(0,0,0,.1);
    border-radius: 5px;
    padding: 2rem;
    margin-bottom: 1rem;
}

.avantage__argent{
    font-size:10.5rem;
    font-weight: bold;
    line-height: 1;
}

.avantage__argent sup{
    font-size: 50%;
    vertical-align: top;
}

.avantage__date{
    font-size: 2rem;
    margin-bottom: 3rem;
}

.avantage__logo{
    margin-bottom: 2rem; 
}

.avantage__title{
    font-size: 2rem;
}

.avantage__title--tall {
    line-height: 1.8;
}

.avantage__list{
    margin-top: 2rem;
}
.avantage__list li{
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding: 1rem;
    text-align: left;
    display: flex;
    align-items: center;
}

.avantage__list li strong{
    margin-right : 1rem;
}

.avantage__list li .number{
    display: inline-block; 
    background-color: rgba(0,0,0,.1);
    font-weight: bold;
    border-radius: 5px;
    padding: 1rem;
    margin-right: 1rem;
}
.avantage__partenaire{
    display: block;
    margin: auto;
    margin-top: 1rem;
}

.deco {
    height: 100%;
    position: absolute;
    width: 100%;
    overflow: hidden;
    top: 0;
    z-index: -1;
    -webkit-transform: translate3d(0,0,0);
}

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

.deco__element img{    
    position: absolute;
}

.deco__element--billet1 img{
    top: 80%;
    left: 53%;
}

.deco__element--billet2 img{
    top: 75%;
    left: 22%;
}

.deco__element--billet3 img{
    top: 10%;
    left: 60%;
}
.deco__element--ballon1 img{
    top: 50%;
    left: 15%;
}
.deco__element--ballon2 img{
    top: 75%;
    left: 68%;
}
.deco__element--ballon3 img{
    top: 20%;
    left: 73%;
}

@media (max-width: 765px){
    html{
        font-size: 40%;
    }
    body{
        background-image: none;
    }
    header img{
        width : 112px;
        height: auto;
    }
    .avantage__partenaire{
        max-width : 104px;
    }
    .avantage__logo{
        width : 75px ;
    }
	.avantage__list{
		font-size: 2rem;
	}
    .container{
        flex-direction: column; /* sur une ligne de gauche Ã&nbsp; droite */
        flex-wrap: wrap ; /* sur une ligne */
        margin: 3rem auto;
    }
    .first_mobile{
        order: -1;
    }
    .avantage__button{
        margin-top: 2rem;
		font-size: 2rem;
    }

    .deco__element img{    
        max-width: 150px;
        max-height: 100px;
    }

    .deco__element--billet1 img{
        top: 80%;
        left: -32px;
    }
    
    .deco__element--billet2 img{
        top: 62%;
        left: initial;
        right: -24px;
    }
    
    .deco__element--billet3 img{
        top: 13%;
        left: -3%;
    }
    .deco__element--ballon1 img{
        top: 50%;
        left: -10%;
    }
    .deco__element--ballon2 img{
        top: 75%;
        left: 86%;
    }
    .deco__element--ballon3 img{
        top: -6%;
        left: 87%;
    }
}</pre></body></html>