﻿@charset "UTF-8"    ;

 /* ╔══════════════════════════════════════════════════════════════════════════════════╗  */
 /* ║                                                                                  ║█ */
 /* ║                           Alice Bories - Performances.                           ║█ */
 /* ║                      Page CSS écrite par S.M.C.J. — MM. XXI.                     ║█ */
 /* ║                                                                                  ║█ */
 /* ╚══════════════════════════════════════════════════════════════════════════════════╝█ */
 /*  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ */

 @font-face
 {
          font-family : "Graphik"                                                ;
                  src : url("./fonts/Graphik-Regular-Web.woff2") format("woff2") ,
                        url("./fonts/Graphik-Regular-Web.woff" ) format("woff" ) ;
         font-stretch : normal                                                   ;
         font-display : swap                                                     ;
         font-weight  : 200                                                      ;
         font-style   : normal                                                   ;
 }

 body {   font-family : "Graphik"                                                ;}

 a
 {
  border-bottom-style : dotted                                                   ;
  border-bottom-width : 1px                                                      ;
      text-decoration : none                                                     ;
 }

 a:hover
 {
      text-decoration : none                                                     ;
  border-bottom-style : none                                                     ;
 }

 video
 {
        border-radius : 20px 0px 20px 0px                                        ;
            max-width : 100%                                                     ;
               height : auto                                                     ;
 }

 video:focus {outline : none                                                     ;}

 .cadreGris
 {
     background-color : #141414                                                  ;
         column-width : 25em                                                     ;
         column-rule  : 1px solid #303030                                        ;
         column-gap   : 2em                                                      ;
              padding : 20px                                                     ;
 }

 .cesure
 {
      -webkit-hyphens : auto                                                     ;
         -moz-hyphens : auto                                                     ;
          -ms-hyphens : auto                                                     ;
           word-break : break-word                                               ;
              hyphens : auto                                                     ;
 }
