body, div, ul, li, a
{
    z-index: 0;
}

body
{
    letter-spacing: 0;
}

h3
{
    letter-spacing: -0.5px;
    line-height: 50px !important;
}

h4
{
    margin-bottom: 40px !important;
}

.cursor
{
    cursor: pointer;
}

@media (max-width: 1220px)
{


    
    h4
    {
        margin-bottom: 20px !important;
    }
}

@media (max-height: 800px)
{


    #carousel .desc h3 {
        font-size: 26px !important;
    }
    
    #carousel .desc {
        width: 30% !important;
    }
    
    #carousel .desc p {
        margin-top: 20px !important;
    }
    
    #carouselExampleFade
    {
        margin-top: 0 !important;
    }
    
    #carousel_ctrl
    {
        margin-top: 5px !important;
    }
    
    #square
    {
        padding: 10px 20px !important;
    }
    
    #start h4 {
        margin-bottom: 0 !important;
    }
    
    #choice
    {
        transform: translateY(0%) !important;
    }
    
    #choice h4
    {
        margin-bottom: 0 !important;
    }
    
    #footer .content
    {
        margin-top: 10px;
    }
    
    .ligne
    {
        bottom: -60px !important;
    }
    
    #carousel .desc h3 {
        font-size: 50px !important;
        margin-top: 0 !important;
    }
    
    .desc {
        width: 40% !important;
    }
}

button
{
    background-color: transparent !important;
    border: none !important;
}

#fp-nav
{
    display: none;
}





.up
{
    position: fixed;
    background: #19777d 0% 0% no-repeat padding-box;
    border: 1px solid #FFF;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    z-index: 20;
    
}

.color-up
{
    color: #FFF;
}

.up:hover
{
    background-color: #19777d;
}

.color-up:hover
{
    color: #FFF;
}

.btn
{
    width: 100% !important;
    border-radius: 0% !important;
    font-weight: 300 !important;
}

.btn-valide
{
    background-color: #fff !important;
    color: #19777d !important;
}

.bg-grey
{
    background-color: #ececec;
}



/*****************************************/
/****************** Nav ******************/
/*****************************************/
.navs
{
    z-index: 15;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 63px;
    height: 100%;
    background: #19777d 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px;
}

.nav-item
{
    position: relative;
    top: 0;
    left: -15px;
    width: 93px;
    height: 63px;
    text-align: center;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.nav-item a
{
    border-top: 2px solid transparent;
    transition: 0.5s all;
}

.nav-link
{
    padding: 14px 0 21px 0 !important;
    margin: 35px 0 !important;
}

.nav-item a:hover
{
    border-top: 2px solid #fff;
    transition: 0.5s all;
}

.logo-nav
{
    position: absolute;
    top: 0 !important;
    z-index: 16 !important;
}

.menu
{
    width: 63px;
    position: absolute;
    height: 100%;
    top: 45%;
    margin-top: -265px;
    z-index: 15;
    
    font-size: 16px;
    font-family: 'Lato' !important;
    font-weight: 300;
}

#undernav
{
    position: absolute;
    top: 0;
    left: 63px;
    width: 282px;
    height: 100%;
    
    background-color: #fff;
    box-shadow: 7px 0px 10px #0000001A;
}

#undernav .collapsing
{
    transition: all 1s ease-out !important;
}

#undernav a:hover,
#undernav a button:hover
{
    color: #19777d !important;
}



#unfond,
#unval,
#unserv
{
    display: none;
}

.cross
{
    position: fixed;
    top:0;
    left: 0;
    width: 63px;
    height: 62px;
    padding: 20px 25px;
    
    background-color: #fff !important;
    cursor: pointer;
    z-index: 20;
}

.burger
{
    cursor: pointer;
}


/******************************************/
/****************** Home ******************/
/******************************************/
#popup
{
    position: fixed;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95) 0% 0% no-repeat padding-box;
    z-index: 30;
    font-weight: 100 !important;
}

#popup .middle
{
    margin-top: 50vh;
    transform: translateY(-63%);
}

#popup .custom-select
{
    background: #fff url("../img/arrow-down.svg") no-repeat right .75rem center/20px 30px; 
}





#popup2
{
    position: fixed;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95) 0% 0% no-repeat padding-box;
    z-index: 30;
    font-weight: 100 !important;
}

#popup2 .middle
{
    margin-top: 50vh;
    transform: translateY(-63%);
}

#popup2 .custom-select
{
    background: #fff url("../img/arrow-down.svg") no-repeat right .75rem center/20px 30px; 
}

.homesquare
{
    position: relative;
    width: 702px;
    height: auto; 
    background: #19777d url('../img/bg.svg') center;    
    box-shadow: 8px 8px 25px #00000029;
    opacity: 1;
}

.btn-black
{
    background-color: #fff !important;
    color: #000 !important;
}

#pro-btn:checked + .btn-black,
#no-pro-btn:checked + .btn-black
{
    background-color: #000 !important;
    color: #fff !important;
}

/**********************************************/
/****************** Carousel ******************/
/**********************************************/

#carousel .desc h3
{
    font-family: 'Roboto' !important;
    font-size: 65px;
    font-weight: 100;
    line-height: 1 !important;
}

#carousel .desc p
{
    font-family: 'Heebo' !important;
    font-size: 16px !important;
    font-weight: 100;
}

.lang
{
    font-family: 'Lato';
    font-size: 12px;
    font-weight: 300;
}

.lang .active
{
    font-weight: 700 !important;
}

#carousel .desc
{
    text-align: left;
    font-size: 50px;
    color: #19777d;
    position: absolute;
    letter-spacing: -0.5px;
    top: 5%;
    left: 5%;
    width: 25%;
}

.carousel-control-prev
{
    position: relative !important;
    float: left;
    width: 25px !important;
    opacity: 0.8 !important;
}

.carousel-control-next
{
    position: relative !important;
    float: left;
    width: 25px !important;
    opacity: 0.8 !important;
}

.carousel-control-next:hover,
.carousel-control-prev:hover
{
    opacity: 0.5 !important;
}

.carousel-indicators
{
    position: relative !important;
    width: auto !important;
    float: left;
    margin: 0 !important;
    height: 45px !important;
}

.carousel-indicators li
{
    font-size: 34px !important;
    font-weight: 100;
    cursor: pointer !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon
{
    background: none !important;
}

.number
{
    margin-left: 64px;
    padding: 2px 3px 2px 15px;
    height: 58px !important;
    font-size: 34px;
    font-weight: 100;
    letter-spacing: 0;
    color: #19777d;
    border-left: 1px solid #000;
    z-index: 17;
}

.carousel-indicators li
{
    font-size: 30px;
    padding: 2px 10px;
    left: 0;
    position: absolute !important;
    text-indent: 0 !important;
    opacity: 0 !important;
    height: 30px !important;
    color: #19777d !important;
    border: none !important;
    cursor: none !important;
    z-index: 16;
}

.carousel-indicators .active
{
    opacity: 1 !important;
}

.bi-arrow-right
{
    color: #000 !important;
}

.bi-arrow-right:hover
{
    color: #1d1d1d !important;
}

.ligne
{
    position: absolute;
    text-align: center;
    letter-spacing: 0.6px;
    bottom: -40px;
    left: 55%;
    
    color: #19777d;
    font-size: 20px;
    font-weight: 100;
}

.news
{
    font-family: 'Heebo';
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 230px;
    width: 90%;
    background-color: rgba(0, 0, 0, 0.85);
    
    z-index: 30;
}

.news a
{
    cursor: pointer;
}

.rotate
{
    position: relative;
    bottom: 0;
    right: -60px;
    width: 140px;
    height: 100%;
    
    color: #19777d;
    font-size: 18px;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

@media (max-width: 1400px)
{    
    #carousel .desc h3 {
        font-size: 50px !important;
    }
}

@media (max-width: 1450px)
{    
    #carousel .desc h3 {
        font-size: 26px !important;
    }
    
    #carousel .desc {
        width: 30% !important;
    }
    
    #carousel .desc p {
        margin-top: 20px !important;
    }
    
    .news {
        height: 300px;
    }
    
    .rotate {
        right: -90px;
    }
    
}

@media (max-width: 1200px)
{
    .news {
        height: 100%;
        width: 100%;
    }
    
    .rotate {
        right: -300%;
    }
}

.news-right
{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5%;
    height: 100%;
    background-color: rgba(250, 250, 250, 0.9);
    
    z-index: 50;
}

.line_scroll
{
  stroke-dasharray: 1;
  animation: dash 5s linear;
}

@keyframes dash
{
    to
    {
        stroke-dashoffset:1000;
    }
}


/*******************************************/
/****************** start ******************/
/*******************************************/
#start .fp-tableCell
{
    display: table-cell !important;
    vertical-align: middle !important;
}

#start h4
{
    font-family: 'Heebo' !important;
    font-size: 35px;
    font-weight: 300;
    color: #19777d;
}

#start p
{
    font-family: 'Heebo';
    font-size: 16px;
    font-weight: 100;
}

#start p b
{
    font-family: 'Heebo';
    font-size: 16px;
    font-weight: 400;
}

#start a
{
    font-family: 'Ubuntu';
    font-size: 16px;
    font-weight: 100;
}

.square
{
    padding: 25px 25px 5px;
    background-color: #19777d;
    color: #fff;
    font-weight: 100;
}

.square span
{
    font-weight: 400;
}


.square .smallText
{
    font-weight: 100;
}


/********************************************/
/****************** choice ******************/
/********************************************/
#choice
{
    margin-top: 52vh;
    transform: translateY(15%);
}

#choice h4
{
    font-family: 'Heebo' !important;
    font-size: 35px;
    font-weight: 300;
    color: #19777d;
}

#choice p
{
    font-family: 'Heebo';
    font-size: 16px;
    font-weight: 100;
}

#choice h5
{
    font-family: 'Heebo';
    font-weight: 100;
    font-size: 26px;
}

#choice .left-choice a
{
    margin: 50px 0;
    padding: 16px 50px;
    border-left: 1px solid #19777d;
    cursor: pointer;
    
    font-family: 'Heebo';
    font-weight: 100;
    font-size: 22px;
    
    color: #19777d !important;
}

#choice .left-choice .collapsed
{
    color: #000 !important;
    border-left: 1px solid #000 !important;
}

#choice .left-choice a:hover
{
    color: #19777d !important;
    text-decoration: none !important;
    border-left: 1px solid #19777d !important;
}

.right-choice p
{
    border-left: 1px solid #1d1d1d;
    padding: 0 35px;
    width: 70%;
    margin-left: 10px;
}



/***********************************************/
/****************** Promesses ******************/
/***********************************************/
#promesse
{
    background-color: #19777d;
    color: #FFFFFF;
}

#promesse .fp-tableCell
{
    display: table-cell !important;
    vertical-align: middle !important;
}

#promesse h4
{
    font-family: 'Heebo' !important;
    font-size: 35px;
    font-weight: 300;
}

#promesse p
{
    font-family: 'Heebo';
    font-size: 16px;
    font-weight: 100;
}

#promesse p span
{
    font-family: 'Heebo';
    font-size: 16px;
    font-weight: 400;
}


/***********************************************/
/****************** Bénéfices ******************/
/***********************************************/
#benefice .fp-tableCell
{
    display: table-cell !important;
    vertical-align: middle !important;
}

#benefice h4
{
    font-family: 'Heebo';
    font-size: 35px;
    font-weight: 300;
    color: #19777d !important;
}

#benefice h5
{
    font-family: 'Heebo';
    font-size: 26px;
    font-weight: 100;
    color: #19777d !important;
}

#benefice p
{
    font-family: 'Heebo';
    font-size: 16px;
    font-weight: 100;
}
    
    

/*******************************************/
/****************** SICAV ******************/
/*******************************************/
#sicav h5
{
    font-size: 26px;
    font-weight: 400;
    color: #19777d;
    letter-spacing: 0;
}

#sicav a span:hover
{
    font-weight: 400;
    font-size: 15.3px;
}

#sicav p
{
    color: #574a50;
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 0 !important;
}

#sicav p span
{
    color: #19777d;
    font-size: 16px;
}

#sicav .middle
{
    margin-top: 50vh;
    transform: translateY(-50%);
}

#sicav .border-left
{
    border-left: 1px solid #574a50 !important;
}

#sicav .border-left span
{
    padding: 0 10px 0 20px;
}


.bubble
{
    height: 537px;
    background-image: url('../img/bubble.svg');
    background-size: cover;
    background-position: 50% 30%;
    opacity: 0.1;
}
.fond-section{
    background: #19777d;
}
.fond-title{
    font-family: 'Heebo';
    font-size: 35px;
    font-weight: 300;
    color: white !important;
}
.fond-background{
    background-image: url('../img/bubble.svg');
    background-size: cover;
    background-position: 50% 30%;
}
.price-content
{
    width: 400px;
}

.price
{
    background-color: #fff;
    box-shadow: 8px 8px 25px #00000029;
    height: 300px;
    -webkit-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.price:hover
{
    box-shadow: 14px 14px 0px #19777d;
    -webkit-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.rotation
{
    top: -330px;
    left: 170px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}


.perf-top {
    margin-top: 50px;
}


/********************************************/
/****************** footer ******************/
/********************************************/
#footer
{
    background-color: #19777d;
    color: #fff;
    height: 1080px;
}

#footer .fp-tableCell
{
    display: table-cell !important;
    vertical-align: middle !important;
}

#footer p,
#footer ul,
#footer li,
#footer a
{
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 0 !important;
    list-style: none !important;
}

#footer p b
{
    font-weight: bold;
}

#footer ul
{
    margin-top: 24px;
}

#footer li
{
    padding-right: 15px;
}

#footer h6
{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    margin-bottom: 0 !important;
}

#footer .link h6:hover
{
    font-weight: 500 !important;
}

#footer .abstrait
{
    position: relative;
    transform: translateY(-36%);
}

.abstraitImg
{
    background-image: url('../img/abstrait2.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 60vh;
}

.footer
{
    margin-top: 88px;
}

.content
{
    margin-top: 50px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 30px 0;
}

@media (max-width: 540px)
{
    .content
    {
        padding: 20px 0;
    }



    .carousel-indicators li {
    position: relative !important;
    bottom: -60px !important;
    left: -125px !important;
    opacity: 1 !important;
    margin-right: 5px !important;
    background-color: #19777d !important;
    border: 1px solid #19777d !important;
    border-radius: 50%;
    width: 10px !important;
    height: 10px !important;
    padding: 0 !important;
    }
}


/*******************************************/
/****************** legal ******************/
/*******************************************/
#legal
{
    margin-top: 90px;
    padding-bottom: 220px;
}

#legal h5
{
    text-align: left;
    font: 300 26px/45px Heebo;
    letter-spacing: 0;
    color: #19777d;
}

#legal p
{
    text-align: left;
    font: 100 12px/18px Heebo;
    letter-spacing: 0;
    color: #1D1D1D !important;
}

#lfooter
{
    background-color: #19777d;
    color: #fff;
    height: 1080px;
}

#lfooter .fp-tableCell
{
    display: table-cell !important;
    vertical-align: middle !important;
}

#lfooter p,
#lfooter ul,
#lfooter li,
#lfooter a
{
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 0 !important;
    list-style: none !important;
}

#lfooter p b
{
    font-weight: bold;
}

#lfooter ul
{
    margin-top: 24px;
}

#lfooter li
{
    padding-right: 15px;
}

#lfooter h6
{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    margin-bottom: 0 !important;
}

#lfooter .link h6:hover
{
    font-weight: 500 !important;
}

#lfooter .abstrait
{
    position: relative;
    transform: translateY(-20%);
}

#footer ul li a button
{
    padding: 0 !important;
    color: white !important;
    font-weight: 100 !important;
    text-align: left !important;
}

#footer ul li a button:hover
{
    text-decoration: underline !important;
}



.fp-slidesNav {
    display: none !important;
}

/*******************************************/
/****************** Fonds ******************/
/*******************************************/

#fonds .date-nav {
    background-color: #19777d;
    color: #fff;
}

#fonds .patrimonium {
    background-color: #000;
}

#fonds .infos {
    background-color: #F2F2F2;
}

#fonds .risk {
    background-color: #fff;
    font-size: 14px;
    height: 24px;
    width: 24px;
}

#fonds .list-info{
    border-left: 1px solid #000;
}

#fonds .border-risk,
#fonds .b-bottom {
    border-bottom: 1px solid #000;
}

#fonds .risk-active{
    background-color: #19777d;
    color: #fff;
    font-size: 14px;
    height: 24px;
    width: 24px;
}

#fonds .btn-fonds {
    color: #fff;
    background-color: #19777d;
    border: 1px solid #19777d;
    font-size: 12px;
    margin-left: -1px;
    cursor: pointer;
}

#fonds .collapsed {
    color: #19777d;
    background-color: #fff;
}

#fonds .bg-fonds {
    background-color: #F2F2F2;
}

#fonds .kd-right p {
    width: 100%;
    margin: 0 5px 10px 0 !important;
}

#fonds .dropdown-menu {
    border-radius: 0 !important;
    padding: 0 !important;
    background-color: #F2F2F2 !important;
    left: -35px;
    top: 5px !important;
}

#fonds .dropdown-item {
    margin-top: -1px;
    border: 1px solid #000;
    padding: 0.25rem 32px !important;
}

#fonds .dropdown-item:hover {
    background-color: #000 !important;
    color: #fff !important;
}

#fonds .dropdown-item:active,
#fonds .dropdown-item.active {
    background-color: #000 !important;
    color: #fff !important;
}

#fonds .page-link {
    border: 0 !important;
    padding: 0 2px !important;
    color: #000 !important;
}

#fonds .page-link:hover {
    background-color: #fff !important;
    color: #19777d !important;
}

#fonds .page-link:active,
#fonds .page-link.active {
    color: #19777d !important;
}

.page-link:focus {
    box-shadow: none !important;
}

/*******************************************/
/*************** stat circle ***************/
/*******************************************/
#fonds .circle {
    display: flex;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    transform: rotate(-90deg);
    border-radius: 50%;
}

#fonds .info01 {
    fill: none;
    stroke: #9b5b4e;
    stroke-width: 7;
    stroke-dasharray: 101 100;
}

#fonds .info02 {
    fill: none;
    stroke: #7a2413;
    stroke-width: 7;
    stroke-dasharray: 83 100;
}

#fonds .info03 {
    fill: none;
    stroke: #bfbfbf;
    stroke-width: 7;
    stroke-dasharray: 73 100;
}

#fonds .info04 {
    fill: none;
    stroke: #7f7f7f;
    stroke-width: 7;
    stroke-dasharray: 68 100;
}

#fonds .info05 {
    fill: none;
    stroke: #404040;
    stroke-width: 7;
    stroke-dasharray: 60 100;
}
#fonds .info06 {
    fill: none;
    stroke: #000;
    stroke-width: 7;
    stroke-dasharray: 55 100;
}

#fonds .info07 {
    fill: none;
    stroke: #fecdc0;
    stroke-width: 7;
    stroke-dasharray: 36 100;
}

#fonds .info08 {
    fill: none;
    stroke: #fc9b81;
    stroke-width: 7;
    stroke-dasharray: 17 100;
}

#fonds .info09 {
    fill: none;
    stroke: #fb6942;
    stroke-width: 7;
    stroke-dasharray: 8 100;
}

#fonds .info10 {
    fill: none;
    stroke: #19777d;
    stroke-width: 7;
    stroke-dasharray: 4 100;
}

/******************************************/
/****************** span ******************/
/******************************************/

#fonds .col-lg-5.col-md-12.circle-desc {
    margin-top: 80px;
}

@media (max-width:991px) {
    
    #fonds .col-lg-5.col-md-12.circle-desc {
        margin-top: 0px;
    }

    .nav-item {
        position: inherit;
        transform: rotate(0);
        text-align: left;
        height: 45px;
    }
    .nav-link {
        margin: 0 !important;
    }
}

#fonds .circle-desc span {
    margin-top: 8px;
    margin-right: 5px;
    width: 6px;
    height: 6px;
}

#fonds .force span {
    color: #19777d;
    margin-left: 10px;
}

/*****************************************/
/*************** graphique ***************/
/*****************************************/

#fonds .square-graph {
    border: 1px solid #19777d;
    color: #19777d;
    font-size: 8px;
    margin: 0 2px !important;
    padding: 4px 3px;
    height: 22px;
}

#fonds .square-graph.active {
    color: #fff !important;
    background-color: #19777d !important;
    border-top: none !important;
}

/********************************************/
/*************** progress-bar ***************/
/********************************************/

.progress {
    background-color: #a3c9cb !important;
    border-radius: 0 !important;
    height: 8px !important;
    margin-top: 4px !important;
}

.pays {
    border-left: 1px solid #ABABAB;
}

.progress-bar {
    background-color: #19777d !important;
}

.perf th {
    padding: 0 0 5px;
}
.perf td {
    padding: 14px 0 0;
}

.perf th {
    font-weight: 500;
}

.perf td {
    font-weight: 100;
}

.perf-tableau {
    height: 173px;
}