html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 0px;
}



.skills__product__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    width: 100%;
    color: #3E3D40;
}

.skills__product__sub_title {
    color: #3e3d40;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 19px;
}

.skill__product__show__more {
    padding: 0 10px;
    min-height: 32px;
    display: inline-block;
    margin-left: auto;
    background: #005991;
    border-radius: 5px;
    color: #fff;
    padding: 0 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    max-height: 32px;
    margin-bottom: 7px;
    margin-right: 0px;
}

.skills__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.training_infos {
    display: flex;
    align-items: center;
}

.field {
    margin-right: 15px;
}

.icon__skill {
    margin-right: 10px;
}

.core__skills {
    padding: 20px;
}

.span__nouv {
    background-color: #ff5063;
    font-size: 11px;
    font-weight: 700;
    line-height: 11px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
    margin: 0 10px 10px 0;
    width: 65px;
}

.skills__col {
    margin-top: 20px
}

.span__anc {
    background-color: #f69d35;
    font-size: 11px;
    font-weight: 700;
    line-height: 11px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 5px;
    border-radius: 2px;
    margin: 0 10px 10px 0;
    width: 55px;
}

.mapouter {
    position: relative;
    height: 500px;
    width: 1080px;
    background: #fff;
}

.maprouter a {
    color: #fff !important;
    position: absolute !important;
    top: 0 !important;
    z-index: 0 !important;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.gmap_canvas {
    overflow: hidden;
    height: 500px;
    width: 1080px
}

    .gmap_canvas iframe {
        position: relative;
        z-index: 2
    }



