@font-face {
    font-family: 'glacial_bold';
    src: url('../fonts/glacialindifference-bold-webfont.woff2') format('woff2'),
         url('../fonts/glacialindifference-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'glacial_regular';
    src: url('../fonts/glacialindifference-regular-webfont.woff2') format('woff2'),
         url('../fonts/glacialindifference-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}





.section-intro

{

    padding: 40px 20px;

    text-align: center;

    font-family: "Poppins";

}


.surligner
{
    position: relative;
    display: inline-block;
    width: fit-content;
    margin: auto;
    z-index: 3;
}

.surligner::before
{
    background-color: #FFB000;
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: 60%;
    left: -2px;
    bottom: 0;
    z-index: -1;
    left: 0;
    height: 10px;
}


.section-intro h1

{

    margin-bottom: 20px;

    font-family: "Poppins";

}



.section-intro p

{

    margin-bottom: 10px;

    font-size: 16px;

    line-height: 22px;

    font-family: "Poppins";

}



.section-titre

{

    padding: 30px 10px;

    padding-top: 50px;

    text-align: center;

}



.section-titre p

{

    margin-bottom: 10px;

}



.section-titre2

{

    padding: 10px;
    text-align: center;

}



.section-titre2 p

{

    margin-bottom: 10px;

}

.section-titre2 h2
{
    text-transform: uppercase;
}

.section-titre2 sup
{
    font-size: 12px;
}



.section-titre2 .ligne

{

    width: 75px;

    height: 1px;

    background-color: #cdd6dc;

    margin: 20px auto;

}



.voir_formation 

{

    display: flex;

    justify-content: center;

    align-items: center;
    margin-bottom: 30px;

}

.cadre-blanc p:last-child
{
    margin-bottom: 0;
}

.ligne
{
    width: 98%;
    padding : 0 18px;
    margin: auto;
    font-family: 'Poppins';
    margin-bottom: 10px;
}

.ligne-titre
{
    width: 98%;
    padding : 0 18px;
    margin: auto;
    font-family: 'Poppins';
    font-size: 40px;
}

.cadre-blanc
{
    padding: 18px;
    padding-bottom: 12px;
    box-shadow: rgb(0 0 0 / 20%) 0px 1px 5px 0px;
    column-gap: 20px;
    margin: 0px 0px 20px;
    border-radius: 5px;
    background-color: white;
    width: 95%;
    margin: 20px auto;
}

.cadre-blanc p, .cadre-blanc b, .cadre-blanc p u,.cadre-blanc ul li
{
    margin-bottom: 21px;
    font-family: 'Poppins';
}

.cadre-blanc ul
{
    padding-left: 20px;
}

.cadre-blanc div
{
    display: block;
    margin: auto;
}

.cadre-blanc div img
{
    width: 100%;
}

.btn-blanc
{
    background-color: rgb(255 255 255);
    color: black;
    font-size: 15px;
    padding: 15px;
    border-radius: 5px;
    /* animation: pulseGlow 2s infinite; */
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    transition: .2s;
    position: relative;
    display: block;
    box-shadow: 0 0 6px 0 #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}



.voir_formation > *

{

    margin: 0 3px;

}

.voir_formation b
{
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 10px
}



.voir_formation a

{

    background-color: rgb(22,22,22);

    color: white;

    font-size: 13px;

    padding: 15px 0px;

    border-radius: 5px;
    display: block;
    width: 100%;
    text-align: center;

}

.voir_formation a
{

}



.product-card .product-card-image {

    position: relative;

    max-width: 450px;

    margin: 0 auto;

    display: block;

    border-radius: 8px;

    background-position: center center;

    background-size: cover;

    box-shadow: 0 10px 20px 0 rgb(26 44 57 / 14%);

    transition-duration: .25s;

    overflow: hidden;

}



.product-image-container

{

    background-color: white;

    border-radius: 10px;

}



.product-card-image{

    background-image: url("https://capitalibre.fr/img/copycash.png");

    width: 100%;

    height: 242px;

    background-size: contain;

    background-repeat: no-repeat;

    background-position-x: center;

    background-size: 90%;

    background-position-y: center;

    margin-bottom: 20px;

}



.achat

{

    border-radius: 4px;

    position: fixed;

    bottom: -80px;

    left: 0;

    right: 0;

    height: 80px;

    background-color: white;

    border : 2px solid rgba(128, 128, 128, 0.068);

    display: flex;

    align-items: center;

    font-family: 'Poppins', sans-serif;
    width: 98%;
    margin: auto;

}

.achat .prenom-client
{
    font-weight: bold;
    color: black;
    font-size: 1em;
}

.achat .prenom-client span
{
    color: grey;
    font-weight: 100;
}





.achat .ville

{

    width : 80px;

    margin-right: 10px;

}

.achat .formation-choisie
{
    font-size: 0.8em;
    font-style: italic;
    color: grey;
    margin-bottom: 10px;
}



.achat .ville img

{
    width: 90%;
    border-radius: 50%;
    display: block;
    margin: auto;

}



.achat h3

{

    font-size: 15px;

    color: rgb(120, 37, 243);

    margin-bottom: 5px;

}

.achat .avis-google
{
    max-height: 15px;
}



.achat h3 span

{

    font-size: 10px;

}



.achat small

{

    color: grey;

}



.achat.show

{

    animation : anim_achat;

    animation-duration: 5s;

}

.frank-mosta
{
    max-width: 300px;
    margin-bottom: 20px;
}

.notif-inscription
{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
    background-color: #b4f3c7;
    padding: 20px;
    font-weight: 100;
    color: #749f81;
    transition-duration: 0.4s;
    opacity: 0;
    display: none;
    animation : disparition 4s forwards;
    height: 50px;
    /* display: flex!important; */
    align-items: center;
    justify-content: center;
}

@keyframes disparition{
    0%{opacity: 1;display: block;}
    80%{opacity: 1;display: block;}
    99%{display: block; opacity: 0;}
    100%{display: none; opacity: 0;}
}




.notif-inscription.active
{
    display: flex;
    opacity: 1;
}


.btn-newsletter
{
    padding: 10px 25px;
    text-transform: uppercase;
    color: white;
    /* background-color: red; */
    background-color: #FFB000;
    font-family: "Poppins";
    border-radius: 5px;
    border: none;
    font-size:20px;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
    border: 1px solid rgba(0,0,0,0.2);
    display: block;
    margin: auto;
    margin-bottom: 5px;
    animation:pulseGlow 2s infinite;
    animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
    transition: .2s;
}

.trustpilot
{
    max-width : 200px;
}

.logo-capitalibre
{
    width: 150px;
}

.input-mail
{
    width: 100%;
    padding: 12px 18px;
    margin-bottom: 20px;
    border-radius: 5px;
    font-size: 16px;
    border: none;
}

@keyframes pulseGlow{
    0%{box-shadow:0px 0px 0px 0px rgba(255,255,255,0)}
    25%{box-shadow:0px 0px 2.5px 1px rgba(255,255,255,0.25)}
    50%{box-shadow:0px 0px 5px 2px rgba(255,255,255,0.5)}
    85%{box-shadow:0px 0px 5px 5px rgba(255,255,255,0)}
    100%{box-shadow:0px 0px 0px 0px rgba(255,255,255,0)}
}

@keyframes rocking
{
    0%
    {
        transform:rotate(0deg)
    }
    25%
    {
        transform:rotate(0deg)
    }
    50%
    {
        transform:rotate(2deg)
    }
    75%
    {
        transform:rotate(-2deg)
    }
    100%
    {
        transform:rotate(0deg)
    }
}



@keyframes anim_achat {

    0%   {bottom: -80px;}

    10%  {bottom : 4px;}

    90%  {bottom : 4px;}

    100% {bottom: -80px;}

  }



