/* ------------------------ override bootstrap ------------------------ */
.popover {
    z-index: 0;
    border-radius: 10px;
}
.popover-body {
    padding: 14px 12px;
    color: #fff;
    font-family: Poppins Regular;
    font-size: 12px;
    line-height: 18px;
    background: #0C4171;
    border-radius: 10px;
    text-align: center;
}
.bs-popover-auto[x-placement^="top"]>.arrow::after,
.bs-popover-top>.arrow::after {
    border-top-color: #0C4171;
}
.bs-popover-auto[x-placement^="right"]>.arrow::after,
.bs-popover-right>.arrow::after {
    border-right-color: #0C4171;
}
.bs-popover-auto[x-placement^="bottom"]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    border-bottom-color: #0C4171;
}
.bs-popover-auto[x-placement^="left"]>.arrow::after,
.bs-popover-left>.arrow::after {
    border-left-color: #0C4171;
}

body {
    padding: 0 !important;
}

input:focus, 
select:focus,
textarea:focus {
    outline: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* ------------------------ Tools ------------------------ */
.hide {
    display: none !important; 
}
.top-100 {
    margin-top: 100px !important; 
}

.color-white{
    color: #fff !important;
}

.box-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
  

/* ------------------------ Title ------------------------ 

    -- usage exemple
    <h1 class="_ttl">how it <strong>works?</strong></h1>
*/

h1._ttl {
    font-family: Poppins Light;
    font-size: 4.2em;
    line-height: 1.10em;
    color: #0c4171;
}
h1._ttl b, h1._ttl strong {
    font-family: Poppins Bold;
}

h2._ttl {
    font-family: Poppins Regular;
    font-size: 24px;
    line-height: 3;
    color: #0c4171;
}

h2._ttl b, h2._ttl strong {
    font-family: Poppins Bold;
}

h3._ttl {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #0c4171;
}
h3._ttl b, h3._ttl strong {
    font-family: Poppins Bold;
}

@media (max-width: 1871px) {
    h1._ttl {
        font-size: 70px;
        line-height: 75px;
    }
}

@media (max-width: 1682px) {
    h1._ttl {
        line-height: 1.10em;
        font-size: 3.2em;
    }
}

@media (max-width: 1545px) {
    h1._ttl {
        line-height: 1.10em;
        font-size: 3em;
    }
}

@media (max-width: 1367px) {
    h1._ttl {
        line-height: 45px;
        font-size: 40px;
    }
    h2._ttl {
        font-size: 20px;
    }
    h3._ttl {
        font-size: 14px;
    }
}

@media (max-width: 1305px) {
    h1._ttl {
        line-height: 1.10em;
        font-size: 3.2em;
    }
}

/* Start media query min 1800 */
@media (min-width: 1800px) {
    h1._ttl {
        font-size: 57px;
    }
}


/* ------------------------ Subtitle ------------------------

    -- usage exemple
    <h1 class="_ttl">How it <strong>works?</strong></h1>
    <p class="_subttl">Description <b>text</b></p>
*/


h1._ttl + p._subttl,
h1._ttl + p._subttl_md,
h1._ttl + p._subttl_xl {
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #0c4171;
}
h1._ttl + p._subttl {
    font-size: 14px;
    margin-top: 30px;
    text-align: center;
}
h1._ttl + p._subttl_md {
    font-size: 23px;
}
h1._ttl + p._subttl_xl {
    font-size: 30px;
}
h1._ttl + p._subttl b, h1._ttl + p._subttl_xl  b,
h1._ttl + p._subttl_md b, h1._ttl + p._subttl_md strong,
h1._ttl + p._subttl_xl b, h1._ttl + p._subttl_xl strong {
    font-family: Poppins Bold;
}

/* ------------------------ Button Stylized ------------------------

    -- usage exemple
    <a class="btn _btn_stylized" href="{{ path('url')}}">
        <span class="_txt">Go</span>
        <span class="_ico"><img src="{{asset('assets/path/image.png')}}"></span>
    </a> 
*/

.btn._btn_stylized {
    width: 160px;
    height: auto;
    background: #0c4171;
    border: none;
    border-radius: 20px;
    box-shadow: none !important;
    box-sizing: content-box;
    padding: 0 !important;
}
.btn._btn_stylized > ._txt {
    font-size: 13px;
    color: #fff;
    padding-top: 11px;
    padding-left: 1.5em;
    padding-bottom: 0;
    display: inline-block;
}
.btn._btn_stylized > ._ico {
    width: 40px;
    height: 40px;
    background: #3e678d;
    border-radius: 50%;
    float: right;
    padding: 5px;
}
.btn._btn_stylized > ._ico img {
    width: 68%;
    padding-top: 4.5px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    border-style: none;
}

.btn._btn_stylized_xl {
    width: 302px;
    height: auto;
    border-radius: 35px;
    background: #0c4171;
    border: none;
    box-shadow: none !important;
    box-sizing: content-box;
    padding: 0 !important;
}
.btn._btn_stylized_xl > ._txt {
    color: #fff;
    display: inline-block;
    font-size: 21px;
    padding-top: 19px;
    padding-left: 32px;
    padding-right: 10px;
    padding-bottom: 0;
}
.btn._btn_stylized_xl > ._ico {
    width: 65px;
    height: 65px;
    padding: 10px 10px;
    background: #3e678d;
    border-radius: 50%;
    float: right;
}
.btn._btn_stylized_xl > ._ico img {
    width: 68%;
    height: auto;
    padding-top: 7px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    border-style: none;
}

@media (max-width: 1799px){
    .btn._btn_stylized_xl {
        width: 227px;
    }
    .btn._btn_stylized_xl > ._ico {
        width: 50px;
        height: 50px;
    }
    .btn._btn_stylized_xl > ._txt {
        font-size: 16px;
        padding-top: 15px;
    }
}


@media (max-width: 786px){

    ._cstep4 ._btn_stylized {
        margin-top: -10% !important;
    }

    ._cstep4{
        margin-bottom: 26px !important;
    }
}
.btn._btn_stylized_white {
    background: #0c417100;
    border: 1.5px solid #fff;
    border-radius: 50px;
    box-shadow: none !important;
    box-sizing: content-box;
    width: 186px;
    padding: 1px 0px !important;
}
.btn._btn_stylized_white > ._ico {
    width: 55px;
    height: 52px;
    background: #a5dbde59;
    border-radius: 50%;
    float: right;
    padding: 5px;
}
.btn._btn_stylized_white > ._txt {
    padding-top: 17px;
}
