:root {
    --text-primary-color: #000000;
    --primary-color: #01b9fb;
    --secondary-color: #10eb9c;
    --third-color: #eeedfe;
    --wht: #ffffff;
    --light-grey:#f7f7f9;
    --light-purple:rgba(238, 237, 254, .2);
    --footer-color: #1b1f2e;
    --border-color: #58548b;
    --placeholder-color:#58548b;
    --green:#4AD382;
    --card-bg:rgba(17, 31, 98,.85);
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
    color: var(--text-primary-color);
    font-weight: 400;
    overflow-x: hidden;
    visibility: hidden;
}

*:is(h1, h2, h3, h4, h5, h6) {
    margin-top: 0px;
    font-family: 'Archivo', sans-serif;
}


/*iframe {
    visibility: hidden;
}*/

.accent{
    color:var(--primary-color);
}

.main-tt {
    color: #fff;
    font-size:2.9rem;
    font-weight: bold;

}

.sub-main-tt {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 48px;
    margin-bottom:25px;
    text-shadow: 2px 4px 4px rgba(52,57,64,0.5);
}

.elt .sub-main-tt:last-child {
    margin-bottom: 0px;
}

.main-title-pr {
    font-weight: bold;
    font-size: 3.8rem;
}

.main-sub-title-pr {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
}



.cst-btn,
.cst-btn2,
.cst-btn3 {
    text-decoration: none;
    font-size: 18px;
    border: none;
    color: #fff;
    padding: 14px 30px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.cst-btn {
    background-color: #E94E1B;
}

.cst-btn2 {
    background-color: #009FE3;
}

.cst-btn3 {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 15px 50px;
}

.cst-btn:hover {
    background-color: #009FE3;
    transform: translateY(-3px);
}

.cst-btn2:hover {
    background-color: #E94E1B;
    transform: translateY(-3px);
}

.cst-btn3:hover {
    color: #28306d;
    background-color: #fff;
    transform: translateY(-3px);
}

.vertical img {
    height: 90px;
}

@keyframes gradAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.crd-wrp {
    margin-top: -170px;
    background-image: linear-gradient(90deg,#12eb9b 0,#00b4fc 100%);
    position: relative;
}

.crd-wrp-2 {
    margin:50px 0px;
    background-image: linear-gradient(90deg,#12eb9b 0,#00b4fc 100%);
    position: relative;
    animation: gradAnimation 10s infinite;
    background-size: 200% 200%;

}

.bl-card-shape {
    height:110px;
    margin-bottom:15px;
}

.bl-card {
 
    padding:30px 30px;
    color: var(--wht);
}

.bl-card h3 {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom:0px;
    font-size: 21px;
}

.bl-card p {
    font-size: 18px;
    line-height: 1.5em;
}


.brd {
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    border-left: 1px solid rgba(255, 255, 255, 0.10);
}


.logo,.logo-footer {
    height: 65px;
    margin-bottom:20px;
}

.hero {
    padding:30px 0px 13em 0px;
    background: linear-gradient(rgba(52, 57, 64, .98), rgba(52, 57, 64, 0.45)), url('../img/hero_bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.hero:after {
    content: url(/img/curve-gr.svg);
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 95px;
}

.form-step-wrapper {
    background: #fff;
    padding: 40px 20px;
    position: relative;
    margin-top: -120px;
    border-radius: 15px;
}

.accroche {
    font-family: 'Archivo', sans-serif;
    font-size: 3.5rem;
    padding: 0px 5%;
    color: #fff;
    line-height: 1.25;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
}

h2 {
    font-family: 'Archivo', sans-serif;
    color: #000029;
    line-height: 1.25;
    font-weight: 700;
    margin-top: 0px;
    font-size: 3.5rem;
}

.pd-bloc-card {
    padding:0px;

  

}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.grad {
    background-image: radial-gradient(circle, #10eb9c, #01b9fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 200%;
    animation: gradientAnimation 5s linear infinite;
}


.cst-u {
    text-decoration: underline;
    text-decoration-color: transparent; 
    background-image: radial-gradient(circle, #10eb9c, #01b9fb); 
    background-size: 100% 0.2em; 
    background-position: 0% 90%; 
    background-repeat: no-repeat; 
}

.c-check {
    color:var(--secondary-color);
}

.bloc-audit-img {
    position: relative;
    padding: 80px 0px 80px 0px;
}



.last-sub-pr {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.last-title-pr {
    font-size: 6rem;
    margin-bottom: 50px;
}

.gr-bloc-av {
    position: relative;
    padding: 50px 0px 80px 0px;
}

.gr-bloc-av:after {
    content: url(/img/curve-gr-reverse.svg);
    width: 100%;
    position: absolute;
    bottom: -1.5%;
    height: 95px;
}

.certif-wrp {
    background: ;
    padding: 30px 20px;
    position: relative;
    margin-top: -146px;
    border-radius: 100px;
    border: 2px solid #28306d;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.certif-wrp img {
    height: 60px;
}

.wrapper-acc {
    color: #fff;
}

.wrapper-acc p {
    font-size: 18px;
    margin-bottom: 20px;
}

.text-wrapper {
    background-color: #fff;
    padding: 40px 45px;
    border-radius: 20px;
    color:var(--text-primary-color);
}

.text-wrapper h1 {
    color:var(--text-primary-color);
    font-weight: bold;
    margin-bottom: 25px;
    font-size:2.9rem;
}

.text-wrapper p,.text-wrapper ul {
    font-size: 17px;
    line-height: 1.7em;
}

.elt-hd{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.tr {
    text-align: right;
}

.elt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rev {
    display: flex;
    flex-wrap: wrap-reverse;
}

.elt2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.elt2 .square-box {
    flex-basis: 30%;
}

.a-right {
    text-align: right
}

.b1 {
    border: 1px solid #ffffff;
}

.b2 {
    border: 1px solid red;
}

.b3 {
    border: 1px solid yellow;
}

.m-auto {
    margin: auto;
}

.single-item-slider {
    display: none;
}


/*Formation*/

.formation-wrapper .thumb-img img {
    border-radius: 2rem 2rem 0px 0px;
    width: 100%;
}

.formation-content {
    border-radius: 0px 0px 2rem 2rem;
    background-color: #fff;
    color: #000029;
    padding: 24px;
}

.formation-content h4 {
    font-family: 'Archivo', sans-serif;
    line-height: 1.5em;
    margin-top: 0px;
}

.formation-content ul {
    line-height: 2em;
    margin: 0px 0px 20px 0px;
}

.formation-content span {
    font-weight: bold;
    font-size: 17px;
    margin-right: 5px;
    color: #009fe3;
}



/* Block3 */

.w-100 {
    width: 100%;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-25-mob {
    margin-bottom: 25px;
}

.mb-20-mob {
    margin-bottom: 20px;
}

.pd-hero {
    padding: 50px 0px 0px 0px;
}

.pd-50 {
    padding: 50px 0px;
}

.pd-80 {
    padding: 80px 0px;
}

.light-grey {
    background-color:var(--light-grey);
}

.light-grey-2 {
    background-color: #FAFAFF;
}

.acc-bl {
    color: #000029;
}

.bg-dark {
    background-color: #000029;
    background-image: url(../img/ptrn.png);
    color: #fff;
}

.grn-ic {
    color: #00d9a6;
}

.pk p {
    font-size: 17px;
    line-height: 1.8em;
    margin-bottom: 0px;
}

.step-box {
    padding: 50px 20px 50px 20px;
    border: 1px solid #c9c9c9;
    border-radius: 16px 16px 16px 16px;
    text-align: center;
}

.main-img {
    height: 180px;
    margin: 0 auto;
}

.steps-ic {
    height: 85px;
    margin: 40px 0px;
}

.wht-p-hero {
    font-size:2.5rem;
    color: #fff;
    line-height: 1.7em;
    margin-bottom: 0px;
    background-color:var(--primary-color);
    padding: 0px 10px;
}

.wide-box {
  
    border: none;
    /*background-color: #fff;*/
    border-radius: 5px;
    color: #202020;
    display: flex;
    align-items: center;
    padding:5px 0px;


}

.wide-box-ic img {
    height:99%;
}

.square-box {
    background-color: #fff;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    border-radius: 20px;
    height: 100%;
}

.square-box p {
    margin: 0px;
    font-size: 18px;
    font-weight: bold;
    color: #28306d;
}

.square-clm {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.nbr img {
    height: 60px;
    text-align: center;
}


/*.ic {
    font-size: 55px;
    min-width: 90px;
    text-align: center;
}*/

.ic {
    width: 30%;
    text-align: end;
}

.elg {
    width: 60px !important;
}

.ic img {
    width: 140px;
    margin: 0px;
}

.br1 {
    border: 2px solid #009fe3;
}

.c1 {
    color: #009fe3;
}

.br2 {
    border: 2px solid #6942f5;
}

.c2,
.second {
    color: #6942f5;
}

.br3 {
    border: 2px solid #3eea6f;
}

.c3 {
    color: #3eea6f;
}

.clr-bth {
    margin-bottom: 30px;
}

.tt1 {
    font-weight: bold;
    font-size: 2.2rem;
    font-family: 'Archivo', sans-serif;
}

.navbar-default .navbar-form {
    border: none;
}

.clr {
    clear: both !important;
}

.lh-15 {
    line-height: 1.5em;
}

.fs-15 {
    font-size: 16px;
    line-height: 1.6em;
}

.fs-20 {
    font-size: 17px;
}

.custom-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #009fe3;
    width: 50px;
}

.prp {
    color: #009fe3;
}

::-moz-selection {
    background: #009fe3;
    color: #ffffff;
}

::selection {
    background: #009fe3;
    color: #ffffff;
}

textarea {
    resize: vertical;
}

.mapb .container-fluid {
    padding: 0;
    margin: 0
}

.map-build {
    display: flex;
}

.hlf {
    width: 50%;
}

.build {
    background-image: url('../img/building.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

}

.lst a {
    color: #000029 !important;
}

.lst a:hover {
    color: #009fe3 !important;
}



.footer-title {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
    padding-bottom: 2px;
}

.footer-title-border {
    border-color: #009fe3;
    border-style: solid;
    width: 25%;
    border-width: 1px;
    display: block;
    margin-bottom: 20px
}

.footer-text {
    color: #fff;
    line-height: 33px;
    font-size: 16px;
    margin-bottom: 0px;
}

.social-ic {
    display: flex;
    gap: 40px;
}

.social-ic p {
    font-size: 19px;
}

footer {
    color: #fff;
    font-size: 14px;
    background:var(--footer-color);
    padding: 30px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

footer a {
    color: #fff;
    text-decoration: underline;
    transition: all 0.4s;
}

footer a:hover,
footer a:focus {
    color: var(--secondary-color);
}