        /*CSS Suxx*/


        :root {
            --bleustrate: #ECF4F7;
            --bleuclair: #60C6F2;
            --bleunord: #139FC6;
            --bleumoyen: #175D79;
            --bleufonce: #17323F;
            --bleunuit: #021720;
            --texte: #212529;
            --lien: #006487;
            --lienvisite: #660099;
            --gris: #ECECEA;
            --grisfonce: #595959;
            --vertstrate: #9DBEA0;
            --rouge: #CD1719;
        }



        html {
            scroll-behavior: smooth;
            -webkit-overflow-scrolling: touch;
        }

        body {
            margin: 0;
            padding: 0;
            height: 100vh;
            font-family: 'Roboto', sans-serif;
            font-size: 1.2rem;
            line-height: 1.5em;
            color: var(--texte);
        }

        header {
            text-align: center;
            background: linear-gradient(to bottom, transparent, 44%, #021720), url(../img/aidantaccueil.jpg) no-repeat center;
            background-size: cover;
            width: auto;
            height: 100%;
            display: grid;
        }

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

        .vertical {
            max-width: 50%;
        }

        h1 {
            color: #FFFFFF;
            text-align: center;
            font-size: 3em;
            line-height: 1.25em;
            /*margin: 0em 1em;
          padding: 0.25em 1em;*/
            text-shadow: 1px 0px 7px rgba(23, 50, 50, 0.75);
        }

        h1 img {
            width: 20%;
            min-width: 280px;
            margin: 2rem 0px 0px 0px;
        }

        .logo {
            width: auto;
            height: 5em;
            margin-top: 1em;
            margin-bottom: -1em;
        }

        .sstitre {
            font-size: 1.5em;
            font-weight: 700;
            margin: 0em;
            color: #ffffff;
            line-height: 1.5em;
            text-shadow: 1px 0px 7px rgba(23, 50, 50, 0.75);
        }

        h2 {
            font-size: 2.75em;
            color: var(--bleumoyen);
            line-height: 1.15em;
            margin-top: 0;
            font-weight: 400;
            word-break: break-word;
        }

        h2 strong {
            font-size: 3.25rem;
            font-weight: 900;
        }

        h3 {
            margin-top: 2em;
            font-size: 1.75em;
            color: var(--bleufonce);
            line-height: 2.5rem;
        }

        h4 {
            font-size: 1.5em;
            color: var(--bleumoyen);
            margin-top: 2em;
            line-height: 1.5em;
            margin-bottom: 0 !important;
        }

        h5 {
            font-size: 1.25em;
            color: var(--bleufonce);
            line-height: 1.5em;
            margin: 2em 0 0 0;
        }

        .h5accordeon {
            color: #175d79;
            font-size: 1.1em;
        }




        h6 {
            font-size: 1.05em;
            color: var(--bleumoyen);
            font-weight: 700;
            line-height: 1.5em;
            margin: 2em 0 0 0;
        }

        a {
            color: var(--lien);
        }

        a:hover {
            text-decoration: none;
        }

        a:focus {
            text-decoration: none
        }

        a:visited {
            color: var(--lienvisite);
        }

        button {
            background: none;
            border: none;
            margin: 0;
            padding: 0;
            font-size: inherit;
        }

        button:hover {
            text-decoration: underline;
            cursor: pointer;
        }

        .confort {
            background-color: var(--bleustrate);
        }

        .menubouton {
            background: url(../img/Menu_Off.svg) no-repeat center center;
            position: fixed;
            width: 5rem;
            height: 5rem;
            bottom: 2rem;
            margin-left: -40px;
            transition: background 0.25s ease-in-out;
            -webkit-transition: background 0.25s ease-in-out;
            box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.55);
            border-radius: 100px;
            z-index: 10;
        }

        .menubouton:hover {
            background: url(../img/Menu_On.svg) no-repeat center center;
            transition: background 0.25s ease-in-out;
            -webkit-transition: background 0.25s ease-in-out;
        }

        .fermeture {
            text-align: center;
            position: sticky;
            margin-left: -3em;
        }

        .fermer:hover {
            text-decoration: none;
        }

        .contenu {
            max-width: 700px;
            margin: 0 auto;
        }

        .contenu a[href ^='https:']::after {
            content: url(../img/lien_externe.svg);
            display: inline-block;
            width: 0.8rem;
            padding-left: 4px;
        }

        .exergue {
            background: var(--bleuclair);
            padding: 1.5em 2em;
            border-radius: 1em;
            margin-top: 3em;
            /*display: flex;
            align-items: flex-start;
            align-content: center;
            flex-wrap: nowrap;*/
        }

        .exergue h3 {
            color: #212529;
            margin-top: 0 !important;
        }



        .tableau,
        th,
        td {
            border-collapse: collapse;
            border: 4px solid var(--bleustrate);
            padding: 1em;
        }

        .tdentre {
            background-color: var(--bleuclair);
            font-weight: 500;
            color: #17323F;
            padding: 1em;
        }

        caption {
            margin: 2em 0.25em 0.5em;
            color: #17323f;
            font-weight: 700;
            text-align: left;
            font-size: 1.10em;
        }

        th {
            background-color: var(--bleumoyen);
            color: #FFFFFF;
        }

        td {
            background-color: #ffffff;
        }

        main img {
            padding-top: 1em;
            width: 100%;
            max-width: 700px;
        }

        .couleurfond1 {
            padding: 5rem 8%;
        }

        .couleurfond2 {
            padding: 5rem 8%;
            background-color: var(--bleustrate);
        }

        .couleurfond3 {
            padding: 5rem 8%;
            color: #ffffff;
            background-color: #17323f;
        }


        /* Pour des iframes bien responsives !*/

        .video {
            position: relative;
            padding-top: 56.25%;
            margin-bottom: 1em;
            margin-top: 2em;
        }

        .videoframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

        /*Liste avec icones survolables*/

        .listnobullet li {
            display: inline-grid;
            margin-left: -2em;
        }

        .listnobullet a {
            padding-top: 1em;
            height: 2.5em;
            display: inline-block;
        }

        .lienboussole {
            list-style-type: none;
            background-image: url(../img/y_aller_17323f.svg);
            background-repeat: no-repeat;
            margin-bottom: 1em;
            padding-left: 4.5em;
        }

        .lienboussole:hover {
            background-image: url(../img/y_aller_60C6f2.svg);
        }

        .lienpdf {
            list-style-type: none;
            background-image: url(../img/Bouton_Pdf_Off.svg);
            background-repeat: no-repeat;
            margin-bottom: 1em;
            padding-left: 4.5em;
        }

        .lienpdf:hover {
            background-image: url(../img/Bouton_Pdf_On.svg);
        }

        .ninfo {
            list-style-type: none;
            background-image: url(../img/nordinfo_off.svg);
            background-repeat: no-repeat;
            margin-bottom: 1em;
            padding-left: 4.5em;
        }

        .ninfo:hover {
            background-image: url(../img/nordinfo_on.svg);
        }

        .outils li {
            list-style: none;
            text-align: center;
            padding-bottom: 0.5em;
            margin-left: -1.9em;
        }

        .outils button {
            text-decoration: underline;
        }

        .outils button:hover {
            text-decoration: none;
        }

        .outils button:focus {
            text-decoration: none
        }

        .outils li::before {
            content: "\200B";
        }

        .nordinfo {
            background-color: #17323F;
            color: #FFFFFF;
            text-align: center;
            padding: 1rem;
        }

        .nordinfo a {
            color: var(--bleuclair);
        }

        .nordinfo a::after {
            content: url(../img/lien_externen.svg);
            display: inline-block;
            width: 0.8rem;
            padding-left: 8px;
        }

        .nordinfo :hover {
            color: #ffffff;
        }

        .nordinfo :visited {
            color: var(--bleuclair);
        }

        footer {
        background-color: #139fc6;
        }
        
        footer img {
            width: 100%;
            height: auto;
            margin: 0 auto;
            padding: 1rem 0;
            max-width: 15.75em;
        }
        
        .footflex {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: space-evenly;
            text-align: center;
            padding:2em 0em
        }
        
        .footlogo {
            align-items: center;
        }
        
        .footcontact {
            align-items: center;
        }
        
        .footcontact p {
            color: #021720;
        }

        .footboutons ul{
            list-style: none;
            margin-left:-3em;
        }

        
        .footboutons a {
            color: #021720!important;
            background-color: transparent;
            border: 0.0625em solid #021720;
            border-radius: 50em;
            display: inline-block;
            padding: 0.5em 1em 0.5em 1em;
            text-decoration: none;
            width: 100%;
            margin-bottom: 0.75em;
        }

        .footboutons a:hover {
            text-decoration:underline!important;
            color: #FFFFFF!important;
            background-color: #021720;
            border: 0.0625em solid #021720;
            fill:#ffffff;
        }

        .footfooter {
            background-color: #ffffff;
            text-align: center;
            padding: 1rem;
            /* margin-bottom: 9em;*/
        }
        
        .footfooter button {
            text-decoration: underline;
            color: #17323f;
        }
        
        .footfooter button:hover {
            text-decoration: none;
        }
        
        .footfooter button:focus {
            text-decoration: none
        }


        .__inner{
            -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }

.__text {
flex: 1 1 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-right: 1.25em;
    font-size: 1rem;
}


.__icon {
    -webkit-box-flex: 0;
    display: inline-block;
    -ms-flex: 0 0 7%;
    flex: 0 0 7%;
    line-height: 1;
    margin-right: 1em;
    max-width: 7%;
    text-align: center;
}


.externepied {
    fill: #212529 ;
    width: 0.75em;
    height: 0.75em;
    margin-left: 0.5em;
}


.rs :hover{
 fill:#212529;
}

  @media only screen and (max-width: 990px) {
  .footboutons {
      margin-left: -1.5em;
  }
  .footflex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    padding: 2em 0em;
    flex-direction: column;
}
  }


        /*icones sociaux Sponta*/
        .containerListIconsSocial ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin: 2em;
    padding: 0;
}
.containerListIconsSocial ul li {
    padding: 0.5em;}
    .containerListIconsSocial ul li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 2.75em;
    justify-content: center;
    text-decoration: none;
    width: 2.75em;
}
.containerListIconsSocial ul li a svg {
    fill: #139FC6;
    height: 1.5em;
    -webkit-transition: fill .2s ease-in-out;;
    transition: fill .2s ease-in-out;;
    width: 1.5em;
}
@media only screen and (min-width: 992px) {
.containerListIconsSocial ul li {
    padding: 0.5em 1em;
}
}


        address {
            font-style: normal;
        }

        .erreur {
            text-align: center;
            padding: 3em 0 10em 0;
        }

        /*modale*/

        .c-dialog {
            position: fixed;
            z-index: 100;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            display: flex;
            /*padding: 2.4rem;*/
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch;
            background-color: rgba(23, 50, 63, 0.75);
            transition: .2s;
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
        }

        .c-dialog button {
            position: fixed;
            bottom: 2rem;
            z-index: 99;
            height: 5rem;
            width: 5rem;
            background: url(../img/Fermer_Off.svg) no-repeat center center;
            transition: background 0.25s ease-in-out;
            -webkit-transition: background 0.25s ease-in-out;
            box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.55);
            border-radius: 100px;
        }

        .c-dialog button:hover {
            background: url(../img/Fermer_On.svg) no-repeat center center;
            transition: background 0.25s ease-in-out;
            -webkit-transition: background 0.25s ease-in-out;
        }

        .c-dialog__box {
            flex: 1;
            max-width: 93rem;
            margin: auto;
        }

        .c-dialog__box ul {
            /**display: flex;
           flex-wrap: wrap;
           justify-content: space-evenly;**/
            list-style: none;
            padding-inline-start: 0px;
            text-align: center;
        }

        .c-dialog__box li {
            margin: 1em;
        }

        .c-dialog__box a {
            color: #17323f;
            background-color: var(--bleustrate);
            text-decoration: none;
            /**height: 4em;**/
            display: inline-block;
            width: 22em;
            font-weight: 600;
            padding: 1em;
            box-shadow: 1px 6px 10px -2px rgba(0, 0, 0, 0.15);
            border-radius: 2em;
        }

        .c-dialog__box a:hover {
            background-color: var(--bleuclair);
            text-decoration: underline;
        }

        .c-dialog[aria-hidden="true"] {
            visibility: hidden;
            opacity: 0;
        }

        .contenumodale {
            display: block;
            margin: 2em;
            background-color: white;
            padding: 3em;
            border-radius: 2rem;
            box-shadow: 1px 6px 10px -2px rgba(0, 0, 0, 0.15);
        }

        /* Bouton scroll to top */

        #BacktoTop {
            display: none;
            position: fixed;
            bottom: 2rem;
            right: 3rem;
            z-index: 99;
            /* Make sure it does not overlap */
            height: 5rem;
            width: 5rem;
            background: url(../img/public_img_Top_Off.svg) no-repeat center center;
            transition: background 0.25s ease-in-out;
            -webkit-transition: background 0.25s ease-in-out;
            box-shadow: 0px 2px 10px -2px rgba(0, 0, 0, 0.55);
            border-radius: 100px;
        }

        #BacktoTop:hover {
            background: url(../img/public_img_Top_On.svg) no-repeat center center;
            transition: background 0.25s ease-in-out;
            -webkit-transition: background 0.25s ease-in-out;
        }

        /*template PDF*/

        .page-template>* {
            position: absolute;
            left: 20px;
            right: 20px;
            font-size: 90%;
            font-family: "Roboto", sans-serif;
            font-weight: 400;
        }

        .page-template .header {
            top: 20px;
            border-bottom: 0px solid #021720;
        }

        .page-template .footer {
            bottom: 20px;
            border-top: 0px solid #021720;
        }

        /*Bouton lien vers ressource externe*/
        .boutontiers {
            background-image: url(../img/repertoire.png);
            background-repeat: no-repeat;
            background-position: 1em;
            background-size: 1.75em;
            background-color: #FFFFFF;
            border: 1px solid var(--bleunord);
            color: #17323f;
            border-radius: 0.75em;
            transition: background 0.25s ease-in-out;
            padding: 1em 1.5em 0.75em 3.5em;
            text-decoration: none;
            margin-top: 1em;
            font-size: 1em;
            display: table;
            margin: 2em auto 0 auto;
        }

        .boutontiers:hover {
            text-decoration: underline;
            background-color: var(--bleustrate);
            transition: background 0.25s ease-in-out;
            cursor: pointer;
        }


        /* accordeon */

        .Accordeon {
            margin: 0;
            padding: 0;
            border-bottom: #BFBFBF 1px solid;
            border-left: #BFBFBF 1px solid;
            border-right: #BFBFBF 1px solid;
            /* border: 2px solid hsl(0, 0%, 82%);
    border-radius: 7px; 
    width: 20em;*/
        }

        .Accordeon h3 {
            margin: 0;
            padding: 0;
        }

        .Accordeon h4 {
            font-size: 1.25em;
            margin-top: 0 !important;
        }

        .Accordeon h5 {
            font-size: 1.25em;
            margin: 0 !important;
        }
        


        /*.Accordeon.focus {
    border-color: hsl(216, 94%, 73%); 
    border-color: var(--bleunord);
}*/

        /*.Accordeon.focus h3 {
    background-color: hsl(0, 0%, 97%);
}*/
        /*
.Accordeon-trigger>*+* {
    border-top: 1px solid hsl(0, 0%, 82%);
    border-top: 1px solid #595959;
    background-color: var(--bleuclair);
    color:#021720;
}*/

        .Accordeon-trigger {
            background: none;
            color: var(--bleufonce);
            display: block;
            font-weight: 600;
            margin: 0;
            padding: 1em 5em 1em 0.75em;
            position: relative;
            text-align: left;
            width: 100%;
            border-top: 1px solid #BFBFBF;
            line-height: 1.5em;
        }

        .Accordeon-trigger:focus,
        .Accordeon-trigger:hover {
            /* background: hsl(216, 94%, 94%); */
            background: var(--bleuclair);
            text-decoration: underline;
            color: #021720;

        }

        .Accordeon-trigger::last-of-type {
            /*border-radius: 5px 5px 0 0;*/
            border-bottom: #595959 2px solid
        }


        /*.Accordeon button::-moz-focus-inner {
    border: 0;
}*/

        .Accordeon-title {
            display: block;
            pointer-events: none;
            border: transparent 2px solid;
            border-radius: 5px;
            padding: 0.25em;
        }

        .Accordeon-trigger:focus .Accordeon-title {
            /* border-color: hsl(216, 94%, 73%); */
            border-color: #021720;
        }

        .Accordeon-icon {
            /* border: solid hsl(0, 0%, 62%); */
            border: solid #17323F;
            border-width: 0 2px 2px 0;
            height: 0.5rem;
            pointer-events: none;
            position: absolute;
            right: 2em;
            top: 50%;
            transform: translateY(-60%) rotate(45deg);
            width: 0.5rem;
        }

        .Accordeon-trigger:focus .Accordeon-icon,
        .Accordeon-trigger:hover .Accordeon-icon {
            /* border-color: hsl(216, 94%, 73%); */
            border-color: #021720;
        }

        .Accordeon-trigger[aria-expanded="true"] .Accordeon-icon {
            transform: translateY(-50%) rotate(-135deg);
        }

        .Accordeon-panel {
            margin: 0;
            padding: 0em 2em 3em 1em;
        }


        /* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */

        .Accordeon-panel[hidden] {
            display: none;
        }

        /*  Fin accordeon*/



        /**/


        /* BASCULES */

        @media only screen and (max-width: 1200px) {
            h1 img {
                min-width: 204px;
            }

            h1 {
                font-size: 3em;
            }
        }

        @media only screen and (max-width: 768px) {

            /* .menubouton {
             display: none;
            }*/
            .imagefond {
                margin-bottom: 0em;
            }

            h2 {
font-size: 2em;
            }
            h2 strong {
font-size: 2.75rem;
            }

            .nordinfo {
                padding: 3rem;
            }

            .Accordeon h4 {
                font-size: 1.1em;
            }

            .Accordeon h5 {
                font-size: 1.1em;
            }

            /*tableaux responsive*/
            table {
                width: 100%;
            }

            table thead {
                display: none;
            }

            table tr {
                display: block;
            }

            table td {
                display: block;
            }

            table td:before {
                content: attr(data-label);
                font-weight: 700;
                margin-bottom: 0.5em;
                display: block;
            }

            /* fin tableau responsive */
        }

        @media only screen and (max-width: 878px) {
            h1 {
                font-size: 2em;
            }

            .logo {
                height: 3em;
            }

            .c-dialog__box a {
                /* height: 5em; */
                /* width: auto; */
                text-align: center;
                margin-top: 0px;
                padding: 0.5em;
            }

            .sstitre {
                font-size: 1em;
            }

            .c-dialog {
                display: block;
            }

            .fermeture {
                margin-left: -4em;
            }
        }

        @media only screen and (max-width: 499px) {
            footer img {
                margin: 2em 0px 0px 0px;
                padding: 0;
            }

            .c-dialog__box a {
                font-size: 0.75em;
                display: table-cell;
                padding: 0.5em;
            }
        }

        @media only screen and (max-height: 720px) {
            .c-dialog {
                display: block
            }

            .c-dialog__box a {
                padding: 0.5em;
            }
        }

        /*Screen readers*/
        .sr-only {
            border: 0 !important;
            clip: rect(1px, 1px, 1px, 1px) !important;
            -webkit-clip-path: inset(50%) !important;
            clip-path: inset(50%) !important;
            height: 1px !important;
            margin: -1px !important;
            overflow: hidden !important;
            padding: 0 !important;
            position: absolute !important;
            width: 1px !important;
            white-space: nowrap !important;
        }

        .sr-only-focusable:focus,
        .sr-only-focusable:active {
            clip: auto !important;
            -webkit-clip-path: none !important;
            clip-path: none !important;
            height: auto !important;
            margin: auto !important;
            overflow: visible !important;
            width: auto !important;
            white-space: normal !important;
        }

        .sr-only:focus::after {
            content: none;
        }
