/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(73,22): run-time error CSS1039: Token not allowed after unary operator: '-purple'
(95,25): run-time error CSS1039: Token not allowed after unary operator: '-blue'
(628,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(928,12): run-time error CSS1036: Expected expression, found '.'
 */

/*@font-face {
    font-family: 'Raleway-VariableFont_wght';
    src: url('../fonts/Raleway-VariableFont_wght.ttf') format('truetype');
}*/


section.padding-y {
    /*border-bottom: 30px solid #e9ecef;*/
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.section-header, .section-footer {
    position: relative;
}

.icon-lg {
    width: 72px;
    height: 72px;
    font-size: 32px;
}

.box {
    padding: .8rem;
    border-radius: .35rem;
    border: 1px solid #dee2e6;
}

.icon-xs, .icon-sm, .icon-md, .icon-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-shrink: 0;
    flex-grow: 0;
}

pre {
    max-height: 30rem;
    overflow: auto;
    width: 100%;
    white-space: pre-wrap;
    white-space: pre-line;
}

.slogan {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.2;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.btn-purple {
    background-color: #5D3C90;
    color: #fff;
}

    .btn-purple:hover {
        background-color: #654598;
        color: #fff;
    }


.aside-header {
    height: 53px;
    background: var(--purple);
    padding: 7px 15px;
    color: #fff;
}

    .aside-header .title {
        line-height: 1.2
    }

.menu-aside {
    list-style: none;
    padding: 0;
    margin-top: 7px;
}

    .menu-aside li a {
        padding: 10px 15px;
        display: block;
        color: #333;
    }

        .menu-aside li a.active {
            color: var(--blue);
            font-weight: 500
        }

        .menu-aside li a:hover {
            background-color: #f2f2f2;
        }

.main-content {
    padding: 15px;
    margin-left: auto;
    margin-right: auto
}

.aside-content {
    overflow-y: auto;
    height: 100%;
    background: #fff;
}

.title-doc {
    font-size: 36px;
    margin-top: 60px;
    font-weight: 300;
    margin-bottom: 0;
}

.subtitle-doc {
    font-size: 13px;
    color: #999;
    font-weight: 400;
    display: inline-block;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 25px;
    margin-top: 45px;
}

    .subtitle-doc a {
        padding-left: 10px;
        color: #666;
    }

        .subtitle-doc a:hover {
            color: blue;
        }

.btn-getcode {
    padding: 3px 7px;
    font-size: 12px;
    background-color: orange;
    color: #fff;
    float: right;
}

.aside-wrap {
    background-color: #fff;
    border-right: 1px solid rgba(0,0,0,.05);
}

@media (min-width:768px) {


    .carousel-caption h1 {
        font-size: 33px !important;
    }

    .carousel-caption p {
        font-size: 29px !important;
    }

    .aside-content {
        display: block !important;
    }

    .aside-wrap {
        position: -webkit-sticky;
        position: sticky;
        height: calc(100vh - 53px);
        z-index: 1000;
        top: 0;
    }

    .main-content {
        padding: 60px;
        max-width: 1280px;
    }
}

@media (max-width: 768px) {

    .carousel-caption h1 {
        font-size: 19px !important;
    }

    .carousel-caption p {
        font-size: 17px !important;
    }

    .carousel-indicators li {
        position: relative;
        flex: 0 1 auto;
        width: 6px;
        height: 6px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(255,255,255,0.5);
        border-radius: 50px;
    }
}

@media (max-width: 950px) {

    .carousel-caption h1 {
        font-size: 20px !important;
    }

    .carousel-caption p {
        font-size: 17px !important;
    }
}

@media (max-width:436px) {

    h2, .h2 {
        font-size: 20px;
    }

    h1, .h1 {
        font-size: 25px;
    }

    h4, .h4 {
        font-size: 18px;
    }
}

@media (max-width:306px) {

    .btn {
        display: block;
        width: 100%;
        margin-top: 5px;
    }
}

@media (max-width:767px) {

    .carousel-caption h1 {
        font-size: 14px !important;
        font-weight: 700 !important;
    }
    
    .carousel-caption p {
        font-size: 13px !important;
        font-weight: 500 !important;
    }

    .mt-36 {
        margin-top: 0 !important;
    }

    .navbar {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: .5rem 1rem;
        background-color: #001f5f;
    }

    .text-center-767px {
        text-align: center;
    }
}


.border-jaune {
    border: 1px solid #d49f0b !important;
}

.br-0 {
    border-radius: 0px !important;
}

.fw-100 {
    font-weight: 100 !important
}

.fw-200 {
    font-weight: 200 !important
}

.fw-300 {
    font-weight: 300 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

.fw-800 {
    font-weight: 800 !important
}

.fw-900 {
    font-weight: 900 !important
}

.text-jaune {
    color: #d49f0b;
}

.text-blue {
    color: #001f5f !important
}

.bg-blue {
    background-color: #001f5f !important
}

.bg-jaune {
    background-color: #d49f0b !important
}

.bg-white {
    background-color: #fff !important;
}

/* .shadow {
            box-shadow: 0 .15rem .5rem rgba(0,0,0,.1) !important;
        }*/

.bg-jaune-01 {
    background-color: rgba(212,159,11,0.1) !important;
}

.bg-jaune-02 {
    background-color: rgba(212,159,11,0.2) !important;
}

.bg-jaune-007 {
    background-color: rgba(212,159,11,0.07) !important;
}


.text-justify {
    text-align: justify !important;
}

.link-white {
    color: #fff !important
}

    .link-white:hover {
        color: #d49f0b !important
    }

.link-blue {
    color: #001f5f !important
}

    .link-blue:hover {
        color: #d49f0b !important
    }

.btn-primary {
    color: #fff;
    background-color: #001f5f;
    border-color: #133272;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus {
        color: #fff !important;
        background-color: #d49f0b;
        border-color: #d49f0b;
        /*--bs-btn-focus-shadow-rgb: 49, 132, 253;*/
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff !important;
        background-color: #005ac4;
        border-color: #001f5f;
    }

.btn-warning:hover {
    color: white !important;
    background-color: #e0a800 !important;
    border-color: #d39e00;
}

.btn-primary:disabled {
    color: #fff;
    background-color: #ddd;
    border-color: #ddd;
}

.bg-radiant-gris {
    background-image: radial-gradient(circle,#fafafa, #fff, #f7f7f7);
}

.bg-bleu {
    background-color: #001E5F !important;
}

.mt-36 {
    margin-top: 35px
}


.h-40 {
    height: 40px !important;
}

.poligone-droit {
    clip-path: polygon(0 0, 100% 0, 75% 100%,0 100%);
}

.text-jaune {
    color: #d39e10;
}

.text-jaune-shadow {
    color: #d39e10;
    text-shadow: 0px 1px 1px #6F3A02;
}

.text-bleu {
    color: #001E5F !important;
}

.text-bleu-shadow {
    color: #001E5F;
    text-shadow: 1px 1px 1px #000008;
}

.text-white-shadow {
    color: #fff !important;
    text-shadow: 1px 1px 5px #100;
}

.st {
    display: inline-block;
    margin: 0 30px;
    margin-bottom: 5px;
    padding: 0 10px;
    position: relative;
    font-size: 30px;
    font-weight: 900;
    background: transparent;
    border-radius: 50px;
    color: #ebb102;
    padding: 5px 20px 5px 20px;
    /* border: 1px solid #dc9e00; */
    margin-bottom: 0px;
    text-shadow: 1px 1px 1px #100;
}

.img-etape {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border-radius: 0px;
    border: 0px solid #0f245d;
    padding: 5px;
    box-shadow: 0px 1px 0px #cf9b11, 0px 5px 0px #0f245d;
    margin-bottom: 25px;
    /* background: #cf9b11; */
}

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50px
}

.carousel-indicators .active {
    background-color: #d39e10;
}




.section-header, .section-footer {
    /*box-shadow: 0 2px 10px rgb(51 51 51 / 10%);*/
    position: relative;
}

.me-lg-4 {
    margin-right: 1.5rem !important;
}

.section-footer .logo-footer {
    max-height: 40px;
}

.section-footer .title {
    margin-bottom: 10px;
}

.list-icon, .list-bullet, .list-dots, .list-check, .list-menu {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

    .list-icon li, .list-bullet li, .list-dots li, .list-check li, .list-menu li {
        position: relative;
        margin-bottom: 4px;
    }

.list-icon, .list-bullet, .list-dots, .list-check, .list-menu {
    list-style: none;
}

    .list-menu li > a {
        display: block;
        color: #A9B0B6 !important;
        text-decoration: none;
    }

        .list-menu li > a:hover {
            color: #d39e10 !important;
            text-decoration: underline;
        }

.section-footer .title {
    margin-bottom: 10px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    /*    padding: 10px .75rem;*/
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.btn-light {
    background-color: #fff;
    border-color: #dee2e6;
    color: #212529;
}

.btn-icon {
    width: 2.6rem;
    padding-left: 0px;
    padding-right: 0px;
}

.btn i {
    min-width: 16px;
}

.btn-light i {
    color: #9da1a7;
}

.footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}

.justify-content-between {
    justify-content: space-between !important;
}

.dropup, .dropend, .dropdown, .dropstart {
    position: relative;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

.me-2 {
    margin-right: .5rem !important;
}


.dropdown-menu-end {
    --bs-position: end;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #51585e;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .35rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.nav-link.active {
    color: #d39e10 !important;
    background-color: rgba(255,255,255,.1);
    /* border-bottom: 1px solid #d39e10; */
    font-weight: 900;
}

.section-footer .title {
    margin-bottom: 10px;
    color: #fff;
}

.page-header .section-text {
    padding: 0px !important
}

.page-header .section-box {
    padding-top: 200px;
    padding-bottom: 170px;
}

.card.card-product-grid, .card.card-product-list {
    box-shadow: 0 1px 2px rgba(51,51,51,.07);
}

.text-muted {
    color: #9da1a7 !important;
}


.card-product-list {
    margin-bottom: 20px;
}

    .card-product-list .img-wrap {
        height: 220px;
        padding: .5rem;
    }

[class*="card-product"] .img-wrap {
    position: relative;
}

.img-wrap {
    position: relative;
    text-align: center;
    overflow: hidden;
    display: block;
}

[class*="card-product"] .img-wrap img {
    height: 100%;
    max-width: 100%;
    width: auto;
}

.tag {
    display: inline-flex;
    align-items: center;
    padding: 4px 1rem;
    margin-bottom: 5px;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    margin-top: 4px;
    margin-right: 2px;
    font-size: 90%;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 300;
    border-radius: 0px;
    margin-top: -3px;
    color: #001e5f;
}

    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
        border-color: #e9ecef #e9ecef #dee2e6;
        border-radius: 0px !important;
        /* border: 1px solid red !important; */
        border-bottom: none !important;
        font-weight: 900;
    }

a {
    color: #001f5f;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #d39e10 !important;
    }

    a.title, .title a, a .title {
        color: #001f5f;
        text-decoration: none;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
        font-weight: 700
    }

        a.title:hover, .title a:hover, a .title:hover {
            color: #d39e10;
            text-decoration: none;
            font-weight: 700
        }

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 900;
    border-radius: 0px;
    margin-top: -3px;
    color: #001e5f;
}

.steps-vertical {
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 2px solid #001f5f;
    /*border-left: 2px solid #ebb102;*/
    margin-left: 12px;
    position: relative;
}

.steps-vertical li {
    padding-left: 30px;
    position: relative;
    transform: translateY(-4px);
}

.steps-vertical {
    list-style: none;
}

    .steps-vertical .icon {
        position: absolute;
        /* top: 50%; */
        left: -16px;
        content: "";
        background: #001f5f;
        /*background: #ebb102;*/
        width: 30px;
        height: 30px;
        /* border-radius: 100%; */
        display: inline-block;
        font-weight: 100;
    }

        .steps-vertical .icon i {
            line-height: 2 !important;
            /*color: #001f5f !important*/
        }

.gallery-wrap .img-big-wrap img {
    height: 300px !important;
    width: auto;
    display: inline-block;
    cursor: zoom-in;
    /* border-radius: 4px; */
    width: 100% !important;
    border-radius: 0px !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

    .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: rgba(0,31,95,.4);
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,31,95,.5);
    }

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #001f5f;
}

.overlay-grad::before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e83e8c;
    background: -webkit-linear-gradient(left top, #007bff, #e0a911);
    background: -o-linear-gradient(bottom right, #007bff, #e0a911);
    background: -moz-linear-gradient(bottom right, #007bff, #e0a911);
    background: linear-gradient(to bottom right, #007bff, #e0a911);
    opacity: .6;
    transition: .5s;
}


.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next
/*,.owl-carousel .owl-dot*/ {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #001f5f;
    color: #fff;
    padding: 10px;
}

    .owl-carousel .owl-nav .owl-prev:hover,
    .owl-carousel .owl-nav .owl-next:hover
    /*,.owl-carousel .owl-dot:hover*/ {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #c49914;
        color: #fff;
        padding: 10px;
    }


/*.text-shadow
{
    text-shadow: 3px 0px 4px #000 !important;
}*/

.text-shadow {
    text-shadow: 1px 1px 4px #000 !important;
}

.text-shadow-2 {
    text-shadow: 1px 1px 2px #000 !important;
}

.accordion-button:not(.collapsed) {
    color: .accordion-button;
    background-color: #fdfeff;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 16px;
    font-weight: 700;
    color: #001f5f;
    background-color: transparent;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0;
    overflow-anchor: none;
    transition: color .1s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}


