@charset "UTF-8";

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

body {
    background: #f5f5f5;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

::-moz-selection {
    color: #fff;
    background-color: #008ec3
}

::selection {
    color: #fff;
    background-color: #008ec3
}

* {
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out
}

.h1, .h2, .h3, h1, h2, h3 {
    letter-spacing: -1px
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Inter,Arial,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
    font-weight: bold;
    line-height: 1em
}

.btn.focus, .btn:focus, a.focus, a:focus, button.focus, button:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0
}

a.btn.disabled {
    opacity: 0.25;
    cursor: not-allowed !important;
    pointer-events: all
}

a.badge {
    font-size: 1em;
    margin: 0.5rem 0.25rem;
    padding-top: 0.45em
}

    a.badge.badge-sm {
        font-size: 0.85em
    }

.navbar-toggler {
    font-size: initial;
    margin: 0 0 0 auto
}

.fa-facebook-square {
    color: #3a559f !important
}

.fa-instagram-square {
    color: #C13584 !important
}

.fa-linkedin {
    color: #28a9e0 !important
}

caption {
    padding-top: 0;
    padding-bottom: 0;
    color: #414042;
    font-weight: bold;
    text-align: left;
    caption-side: top
}

.annonceur {
    display: block
}

    .annonceur:after {
        display: block;
        clear: both;
        content: ""
    }

.intermargins {
    margin-top: 80px;
    margin-bottom: 80px
}

.headingz {
    font-family: Inter,Arial,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
    line-height: 1.4375em
}

.isMinistere {
    background: url("/images/ico-isMinistere.png") no-repeat right bottom;
    background-position-x: 100%;
    background-position-y: 70%
}

.ico-plus-bottom {
    position: absolute;
    bottom: 20px;
    left: 30px
}

.separator-white {
    margin: 40px 0 60px;
    background-color: #fff;
    height: 2px;
    padding: 0
}

.admissionfp {
    background-color: #2e1a46
}

#scrolltotop {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #008ec3;
    box-shadow: 0 0 10px -5px #4d4d4d !important;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    padding-top: 10px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s,-webkit-transform 0.2s
}

    #scrolltotop:hover {
        background: #008ec3 -webkit-gradient(linear,left top,left bottom,from(rgb(0,167,157)),to(rgb(0,142,195)));
        background: #008ec3 -o-linear-gradient(top,rgb(0,167,157) 0%,rgb(0,142,195) 100%);
        background: #008ec3 linear-gradient(180deg,rgb(0,167,157) 0%,rgb(0,142,195) 100%);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,0.25);
        box-shadow: 0 0 10px -5px #4d4d4d !important;
        border: 1px solid #006990;
    }

header .bg-ifptdark {
    min-height: 105px
}

header .ifpt-rightlayout {
    display: block;
    height: auto
}

    header .ifpt-rightlayout p {
        line-height: 1em;
        margin: 0.85em 0 0 0;
        padding: 0
    }

header .ifpt-breadcrumb {
    background-color: #a7a9ac
}

    header .ifpt-breadcrumb a {
        color: #414042
    }

        header .ifpt-breadcrumb a:hover {
            text-decoration: none
        }

    header .ifpt-breadcrumb .breadcrumb {
        background-color: transparent;
        padding: 0;
        margin: 0;
        line-height: 1rem;
        color: #fff;
        text-align: left
    }

        header .ifpt-breadcrumb .breadcrumb .breadcrumb-item {
            padding: 0;
            margin: 0;
            line-height: 1rem;
            text-align: left
        }

            header .ifpt-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
                height: 35px
            }

            header .ifpt-breadcrumb .breadcrumb .breadcrumb-item.active {
                margin-top: 0 !important;
                color: #fff
            }

                header .ifpt-breadcrumb .breadcrumb .breadcrumb-item.active .text {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    margin: 2px 0.45rem 0;
                    line-height: 1em
                }

            header .ifpt-breadcrumb .breadcrumb .breadcrumb-item.text {
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex
            }

                header .ifpt-breadcrumb .breadcrumb .breadcrumb-item.text a {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    margin: 2px 0.45rem 0;
                    line-height: 1em
                }

                    header .ifpt-breadcrumb .breadcrumb .breadcrumb-item.text a:hover {
                        color: #e6e7e8
                    }

footer {
    font-family: Inter,Arial,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
    line-height: 1.4375em
}

    footer .ifpt-footer1 {
        background-color: #d1d3d4
    }

    footer .ifpt-footer2 {
        background-color: #fff
    }

    footer .ifpt-footer3 {
        font-size: 80%
    }

        footer .ifpt-footer3 a {
            color: #fff
        }

.accordion > .card {
    cursor: pointer
}

.second {
    position: absolute;
    top: 15px;
    right: 15px
}

    .second a {
        color: #fff
    }

        .second a:hover {
            color: #e6e7e8
        }

.generaltoprightmenu .btnrechercheavance .btn {
    line-height: 1em
}

.generaltoprightmenu .btn-link {
    color: #e6e7e8
}

    .generaltoprightmenu .btn-link:hover {
        color: #fff
    }

    .generaltoprightmenu .btn-link.active {
        font-weight: bold;
        color: #fff
    }

@media (max-width:767.98px) {
    .generaltoprightmenu .btnrechercheavance .btn {
        padding: 0.185rem 0.75rem;
        font-size: 0.85rem
    }
}

.generaltoprightmenu .border-left {
    border: 0 solid transparent !important
}

.generaltoprightmenu .border-ifptblue {
    border-color: transparent !important
}

.generaltoprightmenu .bluegreen {
    border-bottom: 1px solid #ffffff !important;
    padding-top: 1rem
}

@media (min-width:576px) {
    .generaltoprightmenu .bk-infofpt-01 {
        border-right: 1px solid #ffffff
    }

    .generaltoprightmenu .bk-infofpt-02 {
        border-right: 1px solid #ffffff
    }

    .generaltoprightmenu .bluegreen {
        border-bottom: 1px solid transparent !important
    }
}

@media (max-width:991.98px) {
    .generaltoprightmenu .dropdown-menu {
        border: 0 solid transparent !important
    }

    .generaltoprightmenu header .ifpt-topmenu .nav-link {
        border-top: 1px solid #fff !important;
        padding-top: 0.5rem !important
    }

    .generaltoprightmenu header .ifpt-topmenu .nav-item {
        border-left: none !important
    }

        .generaltoprightmenu header .ifpt-topmenu .nav-item:last-child {
            border-right: none !important
        }

    .generaltoprightmenu header .ifpt-topmenu .nav-link.position {
        position: inherit;
        bottom: inherit
    }

    .generaltoprightmenu .isMinistere {
        background-position-x: 100%
    }
}

.reseausociaux .btnpartage:after {
    content: initial !important
}

.reseausociaux .dropdown-menu {
    letter-spacing: initial
}

.btn {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all
}

@media print {
    .tooltipz {
        display: none !important
    }
}

@media (min-width:992px) {
    header .ifpt-topmenu .nav-item {
        border-left: 1px solid #fff !important
    }

        header .ifpt-topmenu .nav-item:last-child {
            border-right: 1px solid #fff !important
        }
}

@media (min-width:1200px) {
    .intermargins {
        margin-left: 145px;
        margin-right: 145px
    }
}

@media (min-width:1460px) {
    .intermargins {
        margin-left: 145px;
        margin-right: 145px
    }
}

.component-AffinageTri {
    margin-bottom: 3rem
}

    .component-AffinageTri .boutonsOrgOffProg i.fas {
        display: inline-block;
        margin-left: 0.255em;
        border-bottom: 0;
        font-size: 0.85em;
        vertical-align: middle
    }

    .component-AffinageTri .boutonsOrgOffProg .nav-link {
        padding: 0.375rem 0.75rem !important
    }

    .component-AffinageTri .dropdown-toggle:after {
        vertical-align: middle
    }

    .component-AffinageTri .collapseAffinage {
        margin-top: -1px
    }

        .component-AffinageTri .collapseAffinage a {
            display: block;
            font-weight: normal;
            padding-left: 0.5em;
            padding-right: 0.5em;
            -webkit-transition: ease-in-out 0.25s;
            -o-transition: ease-in-out 0.25s;
            transition: ease-in-out 0.25s;
            color: #6d6e71
        }

            .component-AffinageTri .collapseAffinage a.active, .component-AffinageTri .collapseAffinage a:hover {
                font-weight: bold;
                text-decoration: none;
                padding-left: 1.5em
            }

                .component-AffinageTri .collapseAffinage a.active:before, .component-AffinageTri .collapseAffinage a:hover:before {
                    font-family: "Font Awesome 5 Free",serif;
                    content: "\f00c";
                    padding-right: 8px;
                    margin-left: -1.5em;
                    vertical-align: middle;
                    font-weight: 900;
                    font-size: 0.75em
                }

            .component-AffinageTri .collapseAffinage a.active {
                padding-top: 0.25em;
                margin-right: 0.5em;
                background: #6d6e71;
                color: #fff
            }

@media (max-width:991.98px) {
    .dataTables_paginate .paginate_button {
        font-size: 0.9625rem;
        border-radius: 0
    }

        .dataTables_paginate .paginate_button.disabled {
            cursor: not-allowed !important
        }

        .dataTables_paginate .paginate_button .page-link {
            padding: 0.75rem 0.5rem 0.5rem;
            cursor: hand
        }
}

.ifpt-mastertopmenu {
    background-color: #008ec3
}

    .ifpt-mastertopmenu .dropdown-toggle:after {
        content: initial
    }

    .ifpt-mastertopmenu .navbar-dark .navbar-toggler {
        border-color: transparent
    }

    .ifpt-mastertopmenu .navbar-nav li.nav-item a.nav-link {
        font-size: 1.45em;
        line-height: 1.5em;
        font-weight: bold;
        padding: 0 50px 0 10px
    }

        .ifpt-mastertopmenu .navbar-nav li.nav-item a.nav-link.isMinistere {
            background-position: calc(100% - 15px) calc(100% - 6px);
        }

    .ifpt-mastertopmenu .navbar-nav li.nav-item .dropdown-menu {
        border: none;
        font-weight: bold
    }

        .ifpt-mastertopmenu .navbar-nav li.nav-item .dropdown-menu .h5 {
            padding: 6px 24px;
            background-color: #009ACA;
            color: #fff
        }

        .ifpt-mastertopmenu .navbar-nav li.nav-item .dropdown-menu a.dropdown-item {
            color: #fff;
            font-weight: bold
        }

            .ifpt-mastertopmenu .navbar-nav li.nav-item .dropdown-menu a.dropdown-item:hover {
                background-color: #414042
            }

@media (min-width:992px) {
    .ifpt-mastertopmenu .navbar-nav {
        padding: 0.5em;
        min-height: 90px
    }

        .ifpt-mastertopmenu .navbar-nav li.nav-item {
            display: block;
            border-left: 1px solid #fff
        }

            .ifpt-mastertopmenu .navbar-nav li.nav-item.lastmenu {
                border-right: 1px solid #fff
            }

            .ifpt-mastertopmenu .navbar-nav li.nav-item a.nav-link {
                font-size: 1.45em;
                line-height: 1.25em;
                font-weight: bold;
                padding: 0 50px 0 10px;
                bottom: 0;
                width: 100%
            }

                .ifpt-mastertopmenu .navbar-nav li.nav-item a.nav-link.isMinistere {
                    background-position-y: calc(100% - 10px)
                }
}

.accueil h5 {
    margin-top: 40px;
    font-size: 2.1875rem !important;
    line-height: 1em;
    margin-bottom: 0
}

.accueil .block-recherche {
    background-color: #e6e8ea
}

    .accueil .block-recherche .person {
        min-height: 460px
    }

    .accueil .block-recherche .btn-ifptwhite:hover {
        border: 1px solid #414042 !important
    }

    .accueil .block-recherche .btnrechavanClose {
        border: 1px solid #6d6e71
    }

    .accueil .block-recherche .btnrechavanOpen {
        border: 1px solid #6d6e71
    }

    .accueil .block-recherche .rechercheavance .rechercheavanceblock {
        border-left: 1px solid #6d6e71;
        border-right: 1px solid #6d6e71;
        border-bottom: 1px solid #6d6e71;
        background-color: #e6e7e8
    }

    .accueil .block-recherche .radiobutton {
        font-weight: bold
    }

        .accueil .block-recherche .radiobutton .custom-control-inline {
            line-height: 1.75em
        }

    .accueil .block-recherche .strike {
        background: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),color-stop(47%,rgba(255,255,255,0)),color-stop(49%,rgb(255,255,255)),color-stop(51%,rgb(255,255,255)),color-stop(52%,rgba(255,255,255,0)),to(rgba(255,255,255,0)));
        background: -o-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 47%,rgb(255,255,255) 49%,rgb(255,255,255) 51%,rgba(255,255,255,0) 52%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 47%,rgb(255,255,255) 49%,rgb(255,255,255) 51%,rgba(255,255,255,0) 52%,rgba(255,255,255,0) 100%);
        text-shadow: 4px 0 0 #ddd,-4px 0 0 #ddd,0 4px 0 #ddd,0 -4px 0 #ddd,1px 1px #ddd,-2px -2px 0 #ddd,2px -2px 0 #ddd,-2px 2px 0 #ddd
    }

    .accueil .block-recherche.opacity0 {
        opacity: 0
    }

    .accueil .block-recherche.opacity25 {
        opacity: 25%
    }

    .accueil .block-recherche.opacity50 {
        opacity: 50%
    }

    .accueil .block-recherche.opacity75 {
        opacity: 75%
    }

.accueil .boxshadow {
    -webkit-box-shadow: inset 0 3px 3px 0 rgba(0,0,0,0.25);
    box-shadow: inset 0 3px 3px 0 rgba(0,0,0,0.25)
}

.accueil .leftside {
    font-size: 1rem;
    line-height: 1rem
}

    .accueil .leftside p {
        font-size: 1.5em;
        line-height: 1.5rem
    }

        .accueil .leftside p .bigsize {
            display: block;
            margin-top: 15px;
            font-size: 3em;
            letter-spacing: -2px;
            line-height: 0.7em
        }

.accueil .rightside {
    background-color: #2e1a46;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .accueil .rightside a {
        margin: 2rem
    }

.accueil .ifpt-bluegreen {
    background: rgb(0,142,195);
    background: -webkit-gradient(linear,left top,right top,from(rgb(0,142,195)),to(rgb(0,165,159)));
    background: -o-linear-gradient(left,rgb(0,142,195) 0%,rgb(0,165,159) 100%);
    background: linear-gradient(90deg,rgb(0,142,195) 0%,rgb(0,165,159) 100%)
}

    .accueil .ifpt-bluegreen .bk-infofpt-01 {
        background: url("/images/infofpt-01.png") no-repeat bottom right;
        border-bottom: 1px solid #e6e7e8
    }

    .accueil .ifpt-bluegreen .bk-infofpt-02 {
        background: url("/images/infofpt-02.png") no-repeat bottom right;
        border-bottom: 1px solid #e6e7e8
    }

    .accueil .ifpt-bluegreen .bk-infofpt-03 {
        background: url("/images/infofpt-03.png") no-repeat bottom right;
        border-bottom: 0
    }

    .accueil .ifpt-bluegreen .bluegreen {
        min-height: 200px;
        border-bottom: 0 solid transparent;
        padding-top: 20px
    }

        .accueil .ifpt-bluegreen .bluegreen h5 {
            margin-top: 0;
            font-size: 2.1875rem !important;
            line-height: 1em;
            margin-bottom: 0.5rem
        }

        .accueil .ifpt-bluegreen .bluegreen p {
            font-size: 1.4068rem;
            font-weight: bold;
            line-height: 1em
        }

@media (min-width:1200px) {
    .accueil .leftside {
        background: url("/images/accueil-graphique.png") no-repeat right bottom
    }

    .accueil .ifpt-bluegreen .bk-infofpt-01 {
        border-bottom: 0px
    }

    .accueil .ifpt-bluegreen .bk-infofpt-02 {
        border-right: 1px solid #e6e7e8 !important;
        border-bottom: 0px
    }

    .accueil .ifpt-bluegreen .bk-infofpt-03 {
        border-bottom: 0px
    }
}

@media (min-width:992px) {
    .accueil .ifpt-bluegreen .bk-infofpt-01 {
        border-right: 1px solid #e6e7e8
    }

    .accueil .ifpt-bluegreen .bk-infofpt-02 {
        border-right: 0
    }

    .accueil .ifpt-bluegreen .bk-infofpt-03 {
        border-right: 1px solid #e6e7e8
    }
}

@media (min-width:768px) {
    .accueil .person {
        background: url("/images/persons/01.png") no-repeat right bottom
    }
}

.formation .dataTables_wrapper {
    margin-top: 20px
}

    .formation .dataTables_wrapper table tr {
        border-bottom: 1px solid #414042
    }

.formation .bkcolor1 {
    background-color: #00A79D
}

.formation .bkcolor2 {
    background: -webkit-gradient(linear,left top,right top,from(rgb(230,231,232)),color-stop(49.5%,rgb(230,231,232)),color-stop(50.5%,rgb(0,142,195)),to(rgb(0,142,195)));
    background: -o-linear-gradient(left,rgb(230,231,232) 0%,rgb(230,231,232) 49.5%,rgb(0,142,195) 50.5%,rgb(0,142,195) 100%);
    background: linear-gradient(90deg,rgb(230,231,232) 0%,rgb(230,231,232) 49.5%,rgb(0,142,195) 50.5%,rgb(0,142,195) 100%)
}

.formation .bkcolor3 {
    background-color: #E6E7E8
}

.formation .formation-linear-bk1 {
    background: -webkit-gradient(linear,left top,right top,from(rgb(0,167,157)),to(rgb(0,142,195)));
    background: -o-linear-gradient(left,rgb(0,167,157) 0%,rgb(0,142,195) 100%);
    background: linear-gradient(90deg,rgb(0,167,157) 0%,rgb(0,142,195) 100%)
}

.formation .formation-linear-bk1-inverse {
    background-color: #008ec3
}

.formation .table tbody tr {
    border-bottom: 1px solid #414042 !important
}

.formation .table tfoot {
    font-weight: bold;
    color: #00a79e
}

.formation .tblFormDetail .table.h4 {
    padding: 0;
    margin: 0;
    line-height: 1em !important
}

.formation .tblFormDetail .table tr {
    border-bottom: 1px solid #fff !important
}

.formation .tblFormDetail .table td {
    padding-top: 0.35em
}

.formation .tblFormDetailOptions {
    font-size: 1.1em;
    line-height: 1em;
    color: #fff;
    padding: 0 0 0 40px;
    font-weight: bold
}

    .formation .tblFormDetailOptions p {
        margin: 0;
        padding: 0
    }

    .formation .tblFormDetailOptions a {
        color: #fff;
        text-decoration: underline
    }

        .formation .tblFormDetailOptions a:hover {
            color: rgba(255,255,255,0.5)
        }

.formation .bgFormation {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

.formation .formationnav {
    position: relative
}

    .formation .formationnav .position {
        position: absolute;
        bottom: 0.5em
    }

    .formation .formationnav .nav-link {
        background-color: #008EC3;
        border-right: 1px solid #fff;
        font-weight: bold;
        font-size: 1.45em;
        line-height: 1em;
        color: #fff;
        padding: 0.5em 55px 0.5em 1em !important;
        display: block !important;
        text-align: left;
        cursor: pointer
    }

        .formation .formationnav .nav-link.isMinistere {
            background-image: url("/images/ico-isMinistere.png");
            background-repeat: no-repeat;
            background-position-x: 93%;
            background-position-y: 70%
        }

            .formation .formationnav .nav-link.isMinistere.active {
                background-image: url("/images/ico-isMinistere.png");
                background-repeat: no-repeat;
                background-position-x: 93%;
                background-position-y: 70%
            }

        .formation .formationnav .nav-link.active {
            background: -webkit-gradient(linear,left top,right top,from(rgb(230,231,232)),to(rgb(230,231,232)));
            background: -o-linear-gradient(left,rgb(230,231,232) 0%,rgb(230,231,232) 100%);
            background: linear-gradient(90deg,rgb(230,231,232) 0%,rgb(230,231,232) 100%);
            background-color: #E6E7E8 !important;
            color: #414042 !important
        }

.formation table.dataTable thead .sorting:after, .formation table.dataTable thead .sorting:before, .formation table.dataTable thead .sorting_asc:after, .formation table.dataTable thead .sorting_asc:before, .formation table.dataTable thead .sorting_asc_disabled:after, .formation table.dataTable thead .sorting_asc_disabled:before, .formation table.dataTable thead .sorting_desc:after, .formation table.dataTable thead .sorting_desc:before, .formation table.dataTable thead .sorting_desc_disabled:after, .formation table.dataTable thead .sorting_desc_disabled:before, .formation table.dataTable thead .sorting_disabled:after, .formation table.dataTable thead .sorting_disabled:before {
    content: "" !important;
    display: none !important
}

.formation .section-affinagetri .h3 {
    margin: 25px 0 8px
}

.formation .section-affinagetri .accordionAffinage .btn {
    padding-left: 0;
    padding-right: 0;
    color: #008ec3
}

.formation .section-affinagetri .accordionAffinage .card .card-header {
    color: #414042;
    font-weight: bold;
    text-decoration: none
}

    .formation .section-affinagetri .accordionAffinage .card .card-header small {
        display: block
    }

    .formation .section-affinagetri .accordionAffinage .card .card-header button.btn:hover {
        text-decoration: none !important
    }

    .formation .section-affinagetri .accordionAffinage .card .card-header.active, .formation .section-affinagetri .accordionAffinage .card .card-header.focus {
        background: -webkit-gradient(linear,right top,left top,from(rgb(0,167,157)),to(rgb(0,142,195)));
        background: -o-linear-gradient(right,rgb(0,167,157) 0%,rgb(0,142,195) 100%);
        background: linear-gradient(-90deg,rgb(0,167,157) 0%,rgb(0,142,195) 100%)
    }

        .formation .section-affinagetri .accordionAffinage .card .card-header.active button.btn, .formation .section-affinagetri .accordionAffinage .card .card-header.focus button.btn {
            color: #fff !important
        }

            .formation .section-affinagetri .accordionAffinage .card .card-header.active button.btn:hover, .formation .section-affinagetri .accordionAffinage .card .card-header.focus button.btn:hover {
                text-decoration: none !important
            }

.formation .section-affinagetri .accordionAffinage .list-group .active {
    background-color: #6d6e71;
    color: #fff;
    border: 1px solid #414042
}

    .formation .section-affinagetri .accordionAffinage .list-group .active:before {
        font-family: "Font Awesome 5 Free",serif;
        content: "\f00c";
        display: inline-block;
        padding-right: 8px;
        margin-left: -1.5em;
        vertical-align: middle;
        font-weight: 900;
        font-size: 0.75em
    }

.formation .section-affinagetri .accordionAffinage .list-group-item-action {
    padding-left: 2em
}

.formation .videocards .card-body {
    padding: 1rem
}

    .formation .videocards .card-body .card-title {
        font-weight: bold;
        margin-bottom: 0;
        line-height: 1em
    }

.formation .videocards a {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s,-webkit-transform 0.2s
}

    .formation .videocards a:hover {
        -webkit-box-shadow: 0 0 20px 1px rgba(0,0,0,0.15);
        box-shadow: 0 0 20px 1px rgba(0,0,0,0.15);
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

.formation .dropdown-toggle:after {
    vertical-align: 0.05em
}

.formation .dropdown-item {
    font-size: 0.85em
}

    .formation .dropdown-item.active, .formation .dropdown-item:active, .formation .dropdown-item:focus, .formation .dropdown-item:hover {
        color: #fff;
        background-color: #414042
    }

.formation .h2, .formation h2 {
    margin-bottom: 1rem
}

.formation .bkcolor1 .navmarginz {
    margin: 0
}

.formation .widthz {
    width: 100% !important
}

@media (max-width:575.98px) {
    .formation .table-no-resize thead {
        display: none
    }

    .formation .table-no-resize tbody td {
        border: none !important;
        display: block;
        vertical-align: top
    }

        .formation .table-no-resize tbody td:before {
            content: attr(data-th) ": ";
            display: inline-block;
            font-weight: bold;
            width: 50%
        }

        .formation .table-no-resize tbody td.bt-hide {
            display: none
        }

    .formation .table-no-resize tr td:first-of-type, .formation .table-no-resize tr td:first-of-type:before, .formation .table-no-resize tr:nth-of-type(2n+2) td:first-of-type {
        background: #00a79e;
        color: #fff
    }

    .formation table.two-axis tr td:first-of-type {
        border-bottom: 1px solid #e4ebeb
    }
}

@media (max-width:991.98px) {
    .formation .formationnav {
        position: initial !important
    }

        .formation .formationnav .position {
            position: initial !important
        }

        .formation .formationnav .nav-link {
            border-right: none !important;
            border-bottom: 1px solid #e6e7e8
        }
}

@media (min-width:768px) {
    .formation .affinage {
        padding-left: 40px
    }

    .formation .bkcolor1 .navmarginz {
        margin: 0
    }
}

@media (min-width:992px) {
    .formation .formation-linear-bk1-inverse {
        background: -webkit-gradient(linear,right top,left top,from(rgb(0,167,157)),to(rgb(0,142,195)));
        background: -o-linear-gradient(right,rgb(0,167,157) 0%,rgb(0,142,195) 100%);
        background: linear-gradient(-90deg,rgb(0,167,157) 0%,rgb(0,142,195) 100%)
    }

    .formation .widthz {
        width: 60% !important
    }
}

@media (min-width:1200px) {
    .formation .navmargiiiiinz {
        margin: 0 145px
    }
}

@media (min-width:1460px) {
    .formation .navmarginz {
        margin: 0;
        padding: 0 1rem
    }

    .formation .affinage {
        padding-left: 80px
    }
}

.organisme .formation-linear-bk1 {
    background: -webkit-gradient(linear,left top,right top,from(rgb(0,167,157)),to(rgb(0,142,195)));
    background: -o-linear-gradient(left,rgb(0,167,157) 0%,rgb(0,142,195) 100%);
    background: linear-gradient(90deg,rgb(0,167,157) 0%,rgb(0,142,195) 100%)
}

.organisme .h2, .organisme h2 {
    margin-bottom: 1rem
}

.organisme .intermargins {
    margin-top: 80px;
    margin-bottom: 80px
}

.organisme .bkcolor3 {
    background-color: #E6E7E8
}

.infoifpt h1, .infoifpt h2, .infoifpt h3, .infoifpt h4, .infoifpt h5, .infoifpt h6 {
    margin: 0;
    padding: 0
}

.infoifpt h2, .infoifpt h3, .infoifpt h4, .infoifpt h5, .infoifpt h6 {
    margin-top: 1em
}

.infoifpt ol li, .infoifpt ul li {
    margin-bottom: 0
}

.infoifpt .card {
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s,-webkit-transform 0.2s
}

    .infoifpt .card:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    .infoifpt .card h4 {
        color: #008ec3
    }

.infoifpt .reseausociaux {
    margin-bottom: 0
}

.infoifpt figure.left1 {
    float: left !important;
    width: 25%;
    margin: 0 20px 20px 0
}

.infoifpt figure.left2 {
    float: left !important;
    width: 50%;
    margin: 0 20px 20px 0
}

.infoifpt figure.left3 {
    float: left !important;
    width: 75%;
    margin: 0 20px 20px 0
}

.infoifpt figure.left4 {
    float: left !important;
    width: 100%;
    margin: 0 20px 20px 0
}

.infoifpt figure.right1 {
    float: right !important;
    width: 25%;
    margin: 0 0 20px 20px
}

.infoifpt figure.right2 {
    float: right !important;
    width: 50%;
    margin: 0 0 20px 20px
}

.infoifpt figure.right3 {
    float: right !important;
    width: 75%;
    margin: 0 0 20px 20px
}

.infoifpt figure.right4 {
    float: right !important;
    width: 100%;
    margin: 0 0 20px 20px
}

.infoifpt figure.center1 {
    width: 25%;
    margin: 0 auto 20px
}

.infoifpt figure.center2 {
    width: 50%;
    margin: 0 auto 20px
}

.infoifpt figure.center3 {
    width: 75%;
    margin: 0 auto 20px
}

.infoifpt figure.center4 {
    width: 100%;
    margin: 0 auto 20px
}

.infoifpt figure figcaption {
    font-size: 0.85em;
    color: #6d6e71;
    line-height: 1.25em
}

.infoifpt blockquote {
    font-size: 2rem;
    margin: 4rem;
    line-height: 1.1em
}

    .infoifpt blockquote p {
        margin: 0;
        padding: 0
    }

    .infoifpt blockquote footer {
        font-size: 1.1rem;
        display: block;
        color: #6d6e71
    }

        .infoifpt blockquote footer:before {
            content: "— "
        }

.infoifpt .jumbotronz {
    background: #e6e7e8;
    padding: 2rem 3rem;
    margin: 2rem 0;
    clear: both
}

    .infoifpt .jumbotronz h1, .infoifpt .jumbotronz h2, .infoifpt .jumbotronz h3, .infoifpt .jumbotronz h4, .infoifpt .jumbotronz h5, .infoifpt .jumbotronz h6 {
        font-weight: 300;
        color: #414042;
        font-size: 1.65rem
    }

    .infoifpt .jumbotronz p {
        margin: 0;
        padding: 0
    }

    .infoifpt .jumbotronz .w-lg-100, .infoifpt .jumbotronz .w-lg-25, .infoifpt .jumbotronz .w-lg-50, .infoifpt .jumbotronz .w-lg-75, .infoifpt .jumbotronz .w-xl-100, .infoifpt .jumbotronz .w-xl-25, .infoifpt .jumbotronz .w-xl-50, .infoifpt .jumbotronz .w-xl-75, .infoifpt .jumbotronz .w-xxl-100, .infoifpt .jumbotronz .w-xxl-25, .infoifpt .jumbotronz .w-xxl-75 {
        width: 0%
    }

@media (min-width:768px) {
    .infoifpt .jumbotronz .w-md-25 {
        width: 25% !important
    }

    .infoifpt .jumbotronz .w-md-50 {
        width: 50% !important
    }

    .infoifpt .jumbotronz .w-md-100 {
        width: 100% !important
    }
}

@media (min-width:992px) {
    .infoifpt .jumbotronz .w-lg-25 {
        width: 25% !important
    }

    .infoifpt .jumbotronz .w-lg-50 {
        width: 50% !important
    }

    .infoifpt .jumbotronz .w-lg-100 {
        width: 100% !important
    }
}

@media (min-width:1200px) {
    .infoifpt .jumbotronz .w-xl-25 {
        width: 25% !important
    }

    .infoifpt .jumbotronz .w-xl-50 {
        width: 50% !important
    }

    .infoifpt .jumbotronz .w-xl-100 {
        width: 100% !important
    }
}

@media (min-width:1460px) {
    .infoifpt .jumbotronz .w-xxl-25 {
        width: 25% !important
    }

    .infoifpt .jumbotronz .w-xxl-50 {
        width: 50% !important
    }

    .infoifpt .jumbotronz .w-xxl-100 {
        width: 100% !important
    }
}

.ressources .accordeonQuestionsReponses .btn:focus, .ressources .accordeonQuestionsReponses .btn:hover {
    text-decoration: none
}

.ressources .bkcolor3 {
    background-color: #E6E7E8
}

.ressources .joindre .list-group-item {
    background-color: initial
}

@media print {
    .ressources .tooltipz {
        display: none !important
    }

    .ressources .text-muted, .ressources .text-white {
        color: #333333 !important
    }

    .ressources .row {
        display: block !important
    }

    .ressources .printpagebreak {
        clear: both;
        -webkit-column-break-before: page !important;
        -moz-column-break-before: page !important;
        break-before: page !important;
        page-break-before: always !important
    }
}

.ifpt-bluegreen-infolettre {
    background-image: rgb(0,142,195);
    background-image: -webkit-gradient(linear,left top,right top,from(rgb(0,142,195)),to(rgb(0,165,159)));
    background-image: -o-linear-gradient(left,rgb(0,142,195) 0%,rgb(0,165,159) 100%);
    background-image: linear-gradient(90deg,rgb(0,142,195) 0%,rgb(0,165,159) 100%);
}

    .ifpt-bluegreen-infolettre .h1 {
        color: #fff;
        margin-bottom: 0;
        line-height: 1.25em;
    }

    .ifpt-bluegreen-infolettre a.button {
        color: #00a79e !important;
        border-radius: 15px;
        margin-left: -15px;
        font-size: 35.4px;
        font-weight: bold;
        background-color: #fff;
        border-radius: 30px;
        padding: 13px 50px;
        height: 60px;
        opacity: 1;
    }

        .ifpt-bluegreen-infolettre a.button:hover {
            opacity: .75;
            color: #00a79e !important;
            border-radius: 15px;
            margin-left: -15px;
            font-size: 35.4px;
            font-weight: bold;
            background-color: #fff;
            border-radius: 30px;
            padding: 13px 50px;
            height: 60px;
        }

        .ifpt-bluegreen-infolettre a.button.h1 {
            line-height: 1em;
        }
