@font-face {
    font-family: 'pt_sansbold';
    src: url('/jsp/fonts/PT-Sans/psans_bold/PTS75F-webfont.eot');
    src: url('/jsp/fonts/PT-Sans/ptsans_bold/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/jsp/fonts/PT-Sans/ptsans_bold/PTS75F-webfont.woff') format('woff'),
         url('/jsp/fonts/PT-Sans/ptsans_bold/PTS75F-webfont.ttf') format('truetype'),
         url('/jsp/fonts/PT-Sans/ptsans_bold/PTS75F-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sansbold_italic';
    src: url('/jsp/fonts/PT-Sans/ptsans_bolditalic/PTS76F-webfont.eot');
    src: url('/jsp/fonts/PT-Sans/ptsans_bolditalic/PTS76F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/jsp/fonts/PT-Sans/ptsans_bolditalic/PTS76F-webfont.woff') format('woff'),
         url('/jsp/fonts/PT-Sans/ptsans_bolditalic/PTS76F-webfont.ttf') format('truetype'),
         url('/jsp/fonts/PT-Sans/ptsans_bolditalic/PTS76F-webfont.svg#pt_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sansitalic';
    src: url('/jsp/fonts/PT-Sans/ptsans_italic/PTS56F-webfont.eot');
    src: url('/jsp/fonts/PT-Sans/ptsans_italic/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/jsp/fonts/PT-Sans/ptsans_italic/PTS56F-webfont.woff') format('woff'),
         url('/jsp/fonts/PT-Sans/ptsans_italic/PTS56F-webfont.ttf') format('truetype'),
         url('/jsp/fonts/PT-Sans/ptsans_italic/PTS56F-webfont.svg#pt_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pt_sansregular';
    src: url('/jsp/fonts/PT-Sans/ptsans_regular/PTS55F-webfont.eot');
    src: url('/jsp/fonts/PT-Sans/ptsans_regular/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/jsp/fonts/PT-Sans/ptsans_regular/PTS55F-webfont.woff') format('woff'),
         url('/jsp/fonts/PT-Sans/ptsans_regular/PTS55F-webfont.ttf') format('truetype'),
         url('/jsp/fonts/PT-Sans/ptsans_regular/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter', sans-serif;
    src: url('/jsp/fonts/inter/Inter-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Inter', sans-serif;
    src: url('/jsp/fonts/inter/Inter-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Inter', sans-serif;
    src: url('/jsp/fonts/inter/Inter-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

html.js #bandeau_outils {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8f6f7+0,e0d9dd+100 */
    background: rgb(248,246,247); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(248,246,247,1) 0%, rgba(224,217,221,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(248,246,247,1) 0%,rgba(224,217,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(248,246,247,1) 0%,rgba(224,217,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f6f7', endColorstr='#e0d9dd',GradientType=0 ); /* IE6-9 */
    height: 42px;
    padding: 0;
}

html.js #menu {
    background-color: #8b6d7d;
    color: #ffffff;
    height: 41px;
    padding: 0;
}

#connexion {
    text-align: center;
}

#connexion button img.lien-mon-compte__picto {
    margin-right: 0.9rem;
    height: 16px;
    position: relative;
    top: 2px;
}

#connexion button {
    font-family: inherit;
    border:0;
    padding: 3px;
}

.js #connexion .plier-deplier__contenu {
    background: #fff;
    -moz-box-shadow: 0 3px 70px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 3px 70px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 70px rgba(0, 0, 0, 0.25);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 20rem;
    padding: 0;
}

.js #connexion .plier-deplier__contenu ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 3.5rem;
    padding: 1rem;
}

#connexion .plier-deplier__contenu ul li:not(:last-child) a::before {
    border-bottom: 5px solid transparent;
    border-left: 10px solid #1b1464;
    border-top: 5px solid transparent;
    content: "";
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: .35rem;
}

#connexion .plier-deplier__contenu ul li:not(:last-child) a:hover::before {
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fe7a6f;
    border-top: 5px solid transparent;
}

.js #connexion ul li:not(:last-child) a {
    position:relative;
    padding-left: 1.5rem;
}

.js #connexion a {
    text-decoration: none;
}

.js #connexion a:active {
    color: initial;
}

.js #connexion .plier-deplier__contenu ul {
    list-style: outside none none;
    margin: 0;
    max-height: 30rem;
    overflow-y: auto;
    padding: 0;
}

.js #connexion .plier-deplier__contenu  ul li:last-child {
    text-transform: uppercase;
    text-align: center;
    border: none;
    font-weight: bold;
    background: #1b1464;
}

.js #connexion .plier-deplier__contenu  ul li:last-child a {
    color: #fff;
}

html.js .cartouche > div {
    margin: 0;
    max-width: none;
}



html.js #logo_slogan {
    display: inline;
    color: #8b6d7d;
    float: left;
    font: 500 1.5rem "pt_sansregular", Candara, arial, verdana, helvetica, sans-serif;
    margin: 2rem 2rem 2rem 0;
    padding: 0;
    width: 20rem;
    max-width: 100%;
}

html.js #logo {
    display: inline;
    float: left;
}

html.js #logo img {
    max-width: 95%;
    width: 100%;
}

html.js #slogan {
    display: inline;
    float: left;
    margin: 0 0.12887%;
    position: relative;
    top: 2em;
    width: 49.74227%;
}

html.js #reseaux_prao {
    display: inline;
    float: right;
    margin: 0 0.08591%;
    padding: 0 0 0 .5em;
    position: absolute;
    text-align: right;
    width: 33.16151%;
}

html.js #reseaux_prao > div {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    margin: 2em 0 2em 2em;
    vertical-align: top;
}

html.js #reseaux_prao ul {
    margin: 0;
    display: inline-block;
    font-size: 1.92857em;
    list-style: none;
}

html.js #reseaux_prao ul li {
    display: inline-block;
    margin: 0 0 0 0.25em;
    vertical-align: middle;
}

html.js #reseaux_prao ul li:first-child {
    margin: 0;
}

html.js #reseaux_prao ul a {
    background: #8b6d7d;
    color: #fff;
    display: block;
}

html.js #reseaux_prao ul a img {
    background-color: #8b6d7d;
    display: block;
}

html.js #reseaux_prao ul a img:hover {
    background: transparent;
}

html.js .clearfix {
    clear: both;
    display: table;
    width: 100%;
}

html.js .fieldset {
    background-color: #f8f6f7;
    border: none;
}

html.js form .label label {
    width: 100%;
}

html.js form .ktooltip {
    display: inline-block;
    float: none;
    font-size: 75%;
    line-height: 1.25;
    opacity: 0.5;
}

html.js form input,
html.js form textarea,
html.js form select {
    background-color: rgba(255, 255, 255, 0.75);
    border: 2px solid rgba(0, 0, 0, 0.05);
    padding: 0.5em 0.5em;
}

html.js form input:hover,
html.js form textarea:hover,
html.js form select:hover,
html.js form input:focus,
html.js form textarea:focus,
html.js form select:focus {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.1);
}

html.js form input[type="button"],
html.js form input[type="submit"],
html.js form input[type="reset"] {
    background-color: #009bdc;
    border: none;
    color: #fff;
}

html.js form .components__kmulticheckbox .label {
    margin-bottom: 0.5em;
    width: 100%;
}

html.js form .components__kmulticheckbox .label strong {
    display: inline-block;
    width: 100%;
}

html.js form .kmulticheckbox__all-wrapper label {
    margin-bottom: 0.5em;
    width: 100%;
}

html.js .kmulticheckbox {
    margin: 0 0 2em 2em;
    position: relative;
    width: 60em;
}

html.js .kmulticheckbox .kmulticheckbox-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

html.js .kmulticheckbox .kmulticheckbox-list label:nth-child(3n - 2) {
    margin-left: 0;
}

html.js .kmulticheckbox .kmulticheckbox-list label {
    display: inline-block;
    font-weight: normal;
    margin-left: 0;
    user-select: none;
    width: calc((100% / 3 - 1rem));
}

.ksinglecheckbox {
    margin-bottom: 1.5em;
}

.ksinglecheckbox label {
    display: inline-block;
    font-weight: normal;
}

html.js .kmulticheckbox .kmulticheckbox__all-wrapper {
    user-select: none;
    width: 100%;
    flex: 1;
}

html.js .kmulticheckbox .kmulticheckbox-list label + span.ktooltip,
html.js .components__ckeditor label + span.ktooltip {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 0.5rem;
    width: 100%;
}

html.js .components__ckeditor label {
    display: inline-block;
    width: 100%;
}

html.js .cartouche-header {
    align-content: stretch;
    align-items: stretch;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

html.js .cartouche-header img {
    width: auto;
    height: 5rem;
    margin-left: 16px;
}

html.js .cartouche-header .message.alert.alert-info {
    width: 90%;
    background-color: #009bdc;
    border: none;
    color: #fff;
}

html.js .cartouche-header .message.alert.alert-info a {
    color: #fff;
}

html.js #menu_modification {
    display: none;
}

html.js form input[type="button"], html.js form input[type="submit"], html.js form input[type="reset"] {
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    background-color: #fe7a6f;
    background-image: none;
    padding: 0.5rem 1rem 0.5rem 1rem;
}



@media screen and (max-width: 800px) {
    html.js #logo_slogan,
    html.js #logo,
    html.js #slogan {
        float: none;
        margin: 0;
        width: 100%;
    }

    html.js #reseaux_prao {
        float: none;
        margin: 0;
        position: static;
        text-align: center;
        width: 100%;
    }

    html.js #reseaux_prao > div {
        margin: 0;
    }

    html.js #reseaux_prao ul {
        padding: 0;
    }

    html.js #logo img {
        max-height: none;
        max-width: 100%;
        width: 100%;
    }

    html.js #slogan {
        position: static;
    }

    html.js #menu {
        margin-top: 1em;
        position: static;
    }

    html.js .cartouche-header {
        flex-direction: column;
    }

    html.js .cartouche-header img {
        width: 100%;
        height: auto;
    }

    html.js .cartouche-header .message.alert.alert-info {
        width: 100%;
    }

    html.js .kmulticheckbox {
        width: 100%;
        margin: 0 0 2em 0;
    }

    .edition_fiche label, .edition_fiche .label {
        width: 100%;
    }

    html.js .kmulticheckbox .kmulticheckbox-list label {
        width: 100%;
        margin-left: 0;
    }

    .edition_fiche input[type="text"], .edition_fiche textarea, .edition_fiche select {
        width: 100%;
    }
}

@media print {
    html.js #reseaux_prao, #reseaux_prao {
        display: none;
    }

    html.js .cartouche, .cartouche {
        min-height: auto;
    }

    .url-fiche {
        display: none;
    }
}
