/* Tablet Landscape */
@media screen and (max-width: 1060px) {
    #primary { width:67%; }
    #secondary { width:30%; margin-left:3%;}  
}
/* Tabled Portrait */
@media screen and (max-width: 768px) {
    #primary { width:100%; }
    #secondary { width:100%; margin:0; border:none; }
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
      }
}


@media (min-width: 640px) { body {font-size:1rem;} } 
@media (min-width:960px) { body {font-size:1.2rem;} } 
@media (min-width:1100px) { body {font-size:1.5rem;} }

img { max-width: 100%; }




@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,400;0,700;1,400;1,700&display=swap");

html{font-family:'karla', sans sherif;font-weight:400}.transition,a,button{transition:all .4s ease}
a,p{font-size:20px}a,h6,p{line-height:26px}h6{font-size:15px}

.standard {
    text-decoration: none;
    font-family:'karla', sans sherif;font-weight:400;font-size:20px;
}
.maintitle {
    text-decoration: none;
    font-family:'karla', sans sherif;font-weight:800;font-size:35px;
}
.exercisetitle {
    text-decoration: none;
    font-family:'karla', sans sherif;font-weight:800;font-size:25px;
}

.errormessage {
    text-decoration: none;
    font-family:'karla', sans sherif;font-weight:800;font-size:25px;
    color:red;
}

.anxiete { color:#923B42;}
.depression { color:#F2CE3F;}
.milieutravail { color:#488087;}
.estimedesoi { color:#9AA93D;}
.bipolarite { color:#DA7D2D;}



/*  Below - styles used for the admin pages  */
/* Style inputs, select elements and textareas */
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
  }

  input[type=password] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
  }

  input[type=email] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    resize: vertical;
  }
  
  /* Style the label to display next to the inputs */
  label {
    padding: 12px 12px 12px 0;
    display: inline-block;
  }
  
  /* Style the submit button */
  input[type=submit] {
    background-color: #000000;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: left;
  }
  
  /* Style the container */
  .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
  }
  
    /* Floating column for labels: 25% width */
    .col-15 {
        float: left;
        width: 15%;
        margin-top: 6px;
      }

  /* Floating column for labels: 25% width */
  .col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
  }
  
  /* Floating column for inputs: 75% width */
  .col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
  }
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  

