@charset "utf-8";

@font-face {
    font-family: 'nillandbold';
    src: url('../fonts/nilland-bold-webfont.woff2') format('woff2'),
         url('../fonts/nilland-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    margin:0;
    padding:0;
    /* font-size: 1.2em !important ; */
    /* font-family: 'nillandbold' !important ;
    font-size: 1.2em !important;
    letter-spacing: 0.09em;*/
}

#title{
    letter-spacing : 0.05em !important;
    font-family: 'nillandbold' !important ;
    font-weight: 900 ;
}

#title2{
    letter-spacing : 0.05em !important;
    font-family: 'nillandbold' !important ;
    font-weight: 900 ;
    font-size : 24px;
}

@media screen and (max-width: 601px) {
    /* #title{ */
        /* letter-spacing : 0.05em !important; */
        /* font-family: 'nillandbold' !important ; */
        /* font-weight: 200; */
        /* font-size: 4.3vw; */
        /* font-size: 12px;; */
    /* } */
   /* body h1, h2, h3, h4, h5{ */
    /* font-size: 4.3vw; */
   /* } */
  }

  @media screen and (max-width: 760px) {
    #logo-tech{
        display: none;
    }
}

/* h1, h2, h3, h4, h5 { */
    /* letter-spacing : 0.2em !important; */
    /* font-size: 1vw !important ; */
       /* font-family: 'nillandbold' !important ; */
    /* font-size: 1.2em !important; */
    /* letter-spacing: 0.02em !important ; */

/* } */
/* .com_conf_suivi{ font-size:1 8px!important;} */
/* .cke_editable .com_conf_suivi{ font-size:1.8px!important;} */

/* input {
    font-size:1.1em !important;
} */


.navbar-nav .nav-link:hover  { 
    background-color: white;
    color:#007bff !important;
}

/* .navbar-nav li:hover  { 
    background-color: white;
    color:#007bff !important;
} */

#Charente_z71f{
    font-size: 1.2em !important;
}

.search {
    color: #0066ff;
}

.underline{    
        text-decoration: underline;
}

th{
    background-color:grey;
    color:white;
    padding:1em;
}

/* .container{ */
    /* background-color: #f8f9fa; */
    /* overflow-y:hidden; */
/* } */

    .titre_calend{
        margin-top: 5px;
        font-size: 20px;
        text-align: center;
    }
    #btn_calend{
        display: none;
    }

    h1, h2, h3, h4, h5{
        color:#007bff;
    }
 .bg-grey{
     background-color: grey;
 }

 /* input:invalid+span:after {
    content: '✖';
    padding-left: 5px;
  }
  
  input:valid+span:after {
    content: '✓';
    padding-left: 5px;
  } */




  
